Slider disappeared (duplicate?)
-
One given slider loads in A product category, but doesn’t in B product category.
In B the the following code is missing:
<script type='text/javascript'> jQuery(document).ready(function() { jQuery('#slider_1177').owlCarousel({ items : 1, smartSpeed : 200, autoplay : true, autoplayTimeout : 30000, smartSpeed : 200, fluidSpeed : 200, autoplaySpeed : 200, navSpeed : 200, dotsSpeed : 200, loop : true, autoplayHoverPause : true, nav : true, navText : ['',''], dots : false, responsiveRefreshRate : 200, mergeFit : true, mouseDrag : true, touchDrag : true }); }); </script>
Also in B, might be related to the follwing code being in the body as opposed to the head:
<script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Slider disappeared (duplicate?)’ is closed to new replies.