Facing problem with flexslider
I am using bootstrap-rtl in my new project and I am using flexslider as well.
The problem that I am facing is that flexslider doesn't work , but when I remove bootstrap-rtl it works !!! is there anyone faced this problem before ?
@allaghi Would you please provide sample codes to reproduce this issue?
The problem is not in Bootstrap, problem in flexslider you have to fix flexslider to work in RTL mode, Almost is make a class that display slides to be LTR or Fix javascript files or check flexslider docs to see if has option to enable RTL mode like other media gallers
@morteza you can download this template and test it locally as an example of the issue with flexslider https://w3layouts.com/baby-care-society-people-category-flat-bootstrap-responsive-web-template/
@allaghi @morteza add the add the following rule at the end of file: flexslider.css
or add just:
direction: ltr;
at class: flexslider in line 42 at flexslider.css
thats all
@MuhamedAuda Thank you so much it did work , awesome
@allaghi , No friend it work fine, check this live image: http://nimb.ws/bwqDRX thanks