Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Slick & slide not working › Reply To: Slick & slide not working
December 1, 2014 at 5:57 pm
#3071
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 :)



