hmm
can you please create new widgets location and use the widgets.
and also try shortcode in inner page and let me know if there is issues with inner page too.
@jw Themes take a little look, the DOCUMENT is RTL, but the jcaroussel is LTR.
Based on the doc found in :
http://sorgalla.com/jcarousel/docs/reference/configuration.html#rtl
You, maybe, must add the option :
$('.jcarousel').jcarousel({
rtl: true
});
in the file “js/jcarousel.responsive.js“
i just tested it in internet explorer 11, there is an option that can let us choose between “rtl” or “ltr” direction, and the jcarousel is ok when the direction is right to left.
http://www.hostingpics.net/viewer.php?id=584621ie11.jpg
thanks you for the help 🙂
i add the jquery above and changed the j li in css to right 🙂 and its worked
wow great!
that’s awesome support from phpcore.
@bigshow, you’re welcome.