I’m trying to alter the transition effects on the Nivo Slider that comes on the home page of the Workz theme (found here), but cannot find the javascript. I’ve looked in the PHP files but unless I’m missing it somwehere, I don’t seem to be able see the relevant script. I want to change the effect to ‘fade’ only and slow the transitions down to about 5-6 seconds. There’s no slider menu with the theme. Any help much appreciated.
Leave a Reply
You must be logged in to post a comment.
If you cant find the settings anywhere in theme particularly in functions.php then try to change this javascript file in
yourwordpressurl/wp-content/themes/workz/js/jquery.nivo.slider.js?ver=3.5
line 8 and 9 of the file shows speed and duration that you can change in miliseconds
change 3000 to 5000 or 6000
the line with effect: ‘random’ change ‘random’ to ‘fade’
Change the line with 3000 to 5000 or 6000 to set to 5 or 6 seconds.