I noticed that the theme uses:
hoverIntent.js
jquery.cycle.all.js
superfish.js

I also notice that there are newer version of the scripts. Should we update to the later version or has the ones that come with the theme modified?

Just wanted to know before I activate the theme...

Thanks...

Comments

danpros’s picture

Status: Active » Fixed

Hi,

Of course you can updating the files, but please notice if I adding this in superfish.js

 jQuery(document).ready(function($) {
    $("#superfish ul.menu").superfish({ 
            delay:       100,                           
            animation:   {opacity:'show',height:'show'},  
            speed:       'fast',                          
            autoArrows:  true,                           
            dropShadows: true                   
        });
  });

And this in jquery.cycle

jQuery(document).ready(function($) {
    $('.slideshow').cycle({
		fx: 'fade' , timeout: 8000, delay: 2000});
});

So you must add above code manually. Just compared with new version than you will know the differences.

Dan

breeze76’s picture

Thanks.. I updated the two new files as you described. I noticed that the hoverIntent.js was not mentioned. Is that because you did not make any changes to that file and it would be ok to just update to the newer version. Is this correct?

Thanks again...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.