Hi, can you provide me a link please?
There will be a reason why SA is not working on your specific site (e.g. a clash with another plugin of theme). Sometimes other slider plugins are also built using Owl Carousel (or other page-builders), and this can clash with Slide Anything. So you may have to do a process of elimination (deactivating other plugins etc) to find the clash.
Within SA try checking the checkbox “Use window.onload event”, which is in “Other Settings” in the right-hand settings bar. Also un-check the “Allow Shortcodes” checkbox.
Thread Starter
ankomm
(@ankomm)
Hi,
I’m working in local, I tried “Use window.onload event”, and “Allow Shortcodes” is not checked. I have not other pulgins using Owl Carousel.
Is working in local can be the problem ?
Thanks
Possibly. I have never tested SA on a local webserver, so hopefully somebody else can comment on that.
Thread Starter
ankomm
(@ankomm)
I’ll try when the website will be online, and give a feedback.
I am having that problem and I just realize it is because the owl.carousel.min.js is not loaded into the dom.
Fixed just adding a line of code that was missing in my custom theme and one of the developers forgot to include.
<?php wp_footer(); ?>
-
This reply was modified 7 years, 4 months ago by
panconjugo.