JJ NextGen JQuery Slider images lingering in background during fade
-
I am having an issue with the fade not working properly. The previous image is “hanging” in the background for a few seconds as it advances to the next image. See: https://jeremykranz.com/?page_id=18
I have read the documentation on https://www.ads-software.com/extend/plugins/jj-nextgen-jquery-slider/faq/ which says the following:
Try adding code below to afterChange callback substitute #test_slider for your html_id
function() { jQuery(“#test_slider”).css(“background-image”, “none”); }
This recommendation however, does not indicate where I will find the afterChange callback … I have looked all through the php files and cannot find it. Any ideas out there?
- The topic ‘JJ NextGen JQuery Slider images lingering in background during fade’ is closed to new replies.