Slick & slide not working

This topic contains 2 replies, has 2 voices, and was last updated by nelli nelli 9 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3058
    nelli
    nelli
    Participant

    Hey there,
    First, thank you for this great plugin, I’ve scorched the web for finding something just like it.
    I have a bug with the “Slick and slide” option, which doesn’t show any posts, even that in the preview it looks great. The 2 other options works fine.
    Also, is there any way of showing the author nickname instead of the username?
    Thanks
    Nelli

    #3071
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Thank you for the detailed ticket. I think I have figured it out: the slick and slide div cannot handle the rtl direction, so it needs to force the ltr instead and it will work. Put the following CSS code to the Custom CSS field on the plugins Theme Options panel (https://i.imgur.com/kU3C89A.png):

    
    .rpp_slick {
       direction: ltr;
    }
    
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #3074
    nelli
    nelli
    Participant

    Worked!
    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Related Posts Pro for WordPress Support’ is closed to new topics and replies.