Hi, I have a fullscreen slider element on my homepage with a number of slides. The issue is that when you click on the right arrow the white dot that shows which slide you are seeing is moving to the left and when I click on the left arrow the dot is moving to the right.
You can see it here – http://screencast.com/t/T2AtddjV
Or on the actual site.
Is there a way to fix this so when the right arrow is clicked the dot will move to the right and when the left arrow is clicked the dot will move to the left as it should work and as it is working when not using an RTL site?
Thanks.
Hey DROR!
what a strange behavior, which I have seen before! and it’s definitely not a normal Enfold behavior. That’s why I suppose a plugin could cause this issue. Could you please deactivate all of them and see if this helps?
If that does not help: Did you have any problems when you updated the theme the last time? maybe there are some corrupted files and you would need to delete all Enfold files and get a fresh copy from your themeforest account.
Regards,
Andy
This was happening for a long time and only know I figured i’ll ask if it can be fixed so I don’t think it has something to do with one of the latest versions of Enfold. I think it has something to do with the RTL plugin i’m using – WPML. I’m using Enfold on several sites and only on the one I use RTL this is happening.
Hey!
Try adding this code to the Quick CSS:
.avia-slideshow-controls.avia-slideshow-dots {
direction: initial;
}
Cheers!
Josue
Awesome. Thanks :)