ldelnay
Forum Replies Created
-
had a friend take a look and here’s the fixed he ended up with:
edited a line in wp-content/plugins/slide-anything/php/slide-anything-frontend.php
I changed line 469 from:
$output .= ” jQuery(window).load(function() {\n”;
to:
$output .= ” document.addEventListener(‘DOMContentLoaded’, function() {\n”;This fixed it!
- This reply was modified 7 years, 5 months ago by ldelnay.
I did the update which hasn’t seemed to solve the issue 🙁 I went to look in the slide-anything-frontend.php file but those lines of code are different- assuming that’s because of the update… maybe I shouldn’t have done that first. sorry. I don’t see any theme options even pertaining to the footer. though the slider does appear in the theme options preview. Is there a way to manually load jquery in the header? I know a little php, but I’m a graphic designer at heart and am mostly at home in css.
Same problem on a new blank page created with classic editor (http://prototype.d1mg.com/grpest/test/)
The problem arose before the carousel plugin was even installed. In fact the SA is the only plugin I had installed when I encountered the issue. I think the Carousel plugin is calling Owl Carousel for the page and so when its present both work. Could SA not be correctly calling Owl Carousel?
I was using Guttenburg block editor. I switched back to classic but there was no change. Still invisible.
Strange new development: I added a shortcode for another carousel plugin below the SA shortcode and both the SA slider and the new carousel slider appear. When I remove ONLY the carousel shortcode they BOTH disappear. I tried putting just a plain image below the SA shortcode and the SA slider was still invisible
I have ‘Use window.onload event’ checked and “Enable Lazy Load images” unchecked. It doesn’t appear in the 2019 theme either (I’m using a custom theme built on underscores) but it does appear in 2015, 2016 and 2017 themes. Is there something recently added to 2019 and underscores that isn’t in the earlier themes that may be affecting this?