I found the afterChange in jquery.nivo.slider.pack.js. sitting in there like ….settings.afterChange.call(this);});var createSlices=function….
I’ve taken the code:
function() { jQuery("#about-slider").css("background-image", "none"); }
And I’ve tried to put it in there in several ways, but none of them seem to work. My background image still doesn’t smoothly fade away – actually after changing this code, my images just seem to perpetually load without appearing.
Can you reiterate just how this code should appear after it is shoehorned in.
Thanks!