Needs work
Project:
jCarousel
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2009 at 09:27 UTC
Updated:
2 Oct 2012 at 13:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
shushu commentedAnother patch I forgot to upload (adds the rtl option according to global language)
Comment #2
heyyo commentedCould you help to port your fix to views carousel ?
thanks.
http://drupal.org/node/433078
Comment #3
heyyo commentedThanks for your patch, I finally use the last version of views carousel 6.x-2.x-dev. It's working perfectly, I hope your patch will be applyed for the next release...
Comment #4
guyzalon commentedJust try to add this to style.css, it worked for me:
.jcarousel-container {
direction:ltr;
}
Good luck,
Guy.
Comment #5
robloachChanging jquery.jcarousel.js will mean we'll loose the modification when we update jCarousel.
What if in a CSS file we have a jcarousel.rtl.css with what guyzalon uploaded?
Comment #6
ilw commented"Just try to add this to style.css, it worked for me:
.jcarousel-container {
direction:ltr;
}
Good luck,
Guy."
Thanks!
That worked for me...
Comment #7
amirtaiar commented#4 solve the issue for me - Thank you!