After updating, did you:
– Re-save your sliders
– Clear out/delete and cache or CDN Cache that you may have
– Refresh the pages by pressing CTRL+F5 keys together
Also – check you ‘Min Height’ settings for your slider – this feature has changed from pixels to percent.
If this doesn’t solve the issue, then you can send me the page link, and I’ll have a look.
Hi Simon,
This is exactly the same issue i’m having, i’ve done all of the above and its still not working.
ilovenorthdevon.co.uk – they are on the homepage below the main header
thanks
Ok, a couple of things you can try:
1) Press “CTRL+J” after loading the page to see if there are any JavaScript errors, and
2) Right-Click and View Source of the page and search for “owl.carousel.min.js” – there should only be ONE of these. If there are TWO, that means another plugin (or theme) is also using Owl Carousel 2 and it is most likely clashing.
hi,
1)ctrl j just brought up my downloads?
2) i searched the page source and there was no ‘owl.carousel.min.js’
what do i need to do?
cheers
Ok, that’s a problem – you should be seeing the following lines when you view source:
<link rel='stylesheet' id='owl_carousel_css-css' href='https://edgewebpages.com/wp-content/plugins/slide-anything/owl-carousel/owl.carousel.css?ver=2.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='owl_theme_css-css' href='https://edgewebpages.com/wp-content/plugins/slide-anything/owl-carousel/sa-owl-theme.css?ver=2.0' type='text/css' media='all' />
<link rel='stylesheet' id='owl_animate_css-css' href='https://edgewebpages.com/wp-content/plugins/slide-anything/owl-carousel/animate.min.css?ver=2.0' type='text/css' media='all' />
<script type='text/javascript' src='https://edgewebpages.com/wp-content/plugins/slide-anything/owl-carousel/owl.carousel.min.js?ver=2.2.1'></script>
Maybe try test on another Theme and see if the problem is resolved?