Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Issue with faded slider

More
11 years 7 months ago #953 by admin
Replied by admin on topic Re: Issue with faded slider
Obviously it does not work any better.
My other suggestion would be to change the code for the fade script. Find where the code is coming from and change:
$j(window).load(function(){
to
jQuery(window).load(function($j){

Get rid of the line I told you to add.

If that solution does not work, change all '$j' with 'jQuery'.

Olivier.

Please Log in or Create an account to join the conversation.