i think the carousel should swipe to the same direction, regardless of the RTL/LTR theme.
anyway -
remarking those lines you mentioned is NOT a solution, like i said, it will cause other problems.
i succeed to change it, but i need your help how to change that in the code :
in file JCarousel.cshtml
i did NOT change the supportRTL lines.
so it is still -
bool supportRtl = EngineContext.Current.Resolve<IWorkContext>().WorkingLanguage.Rtl;
if (supportRtl)
{
Html.AppendCssFileParts("~/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/" + Model.Theme + "/Skins/skin.rtl.css");
}
<div class="jcarousel-prev jcarousel-prev-horizontal" style="display: block;"></div>
<div class="jcarousel-next jcarousel-next-horizontal" style="display: block;"></div>
<div class="jcarousel-prev jcarousel-next-horizontal" style="display: block;"></div>
<div class="jcarousel-next jcarousel-prev-horizontal" style="display: block;"></div>
any answer ?
please.
i did it,
like i said, the direction was solved.
but now there are two problems like i mentioned in the prev comment.
please look at
http://goo.gl/qpwvV
and you will see the problem.
Thanks,
Shay
hi,
the direction solved,
but now there are two problems -
1. there is an empty space (because the float is left instead of right)
2. when you press on the right arrow, i don't see cycle of the products like i declared
Thanks,
Shay
if you look at http://demos.nop-templates.com/
when you press on the right arrow, the items goes to the left
i want it to be also on my site (which is RTL theme), currently it goes to the right.
this is my site-
http://goo.gl/qpwvV
but it doesn't make sense.
when i click on the one of the arrows, i want it to scroll to the same direction even if i am using RTL theme.
can you please let me know how can i change that in the RTL theme ?
(maybe do it in a parameter so the user can choose)
Thanks,
Shay
Hi,
how can i change the direction of the scrolling of the JCarousel ?
when i click on the next button of the JCarousel, it goes to the other direction.
i think it because i am using RTL theme.
Thanks,
Shay
when JCarousel will support version 2.80 ?
Thanks,
Shay