![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
The mechanism behind the very cool Carousel, is a jquery plugin called "Cycle" and can be found here...
http://malsup.com/jquery/cycle/ What's also cool is that there are many other functions that can be added, changed or adjusted and those additional functions are here... http://malsup.com/jquery/cycle/options.html The functions file that you would need to modify in your own installation of Revolution Office can be found in... /wp-content/themes/office_10/scripts/jquery.functions.js One very simple modification might be to change the speed of the slide to the next set of images. The speed of that slide is controlled by the...ta-daaaa... by the "speed" function which has a default value of "800". So by changing the value to a higher number, lets say 1500, you would be slowing down the sliding effect and by lowering the value to say "400" you would be speeding up the sliding effect. Here is the jquery.functions.js code as it appears in your installation... Code:
/* ClientName - js/jquery/functions.js
jQuery-dependent functions
*/
$(window).load(function () {
$('#slide-box').cycle({
fx: 'scrollHorz',
prev: '#slides-prev a',
next: '#slides-next a',
timeout: 0,
speed: 800
});
});
/* EOF */
Code:
fx: 'scrollHorz', Code:
fx: 'scrollVert', Code:
fx: 'scrollHorz', Code:
fx: 'fade', http://www.revolutiontwo.com/support....php?f=35&t=24 I'm no code guru by any means, so please don't ask me for support as I probably won't be able to help. But I just wanted to share what I discovered by poking around and asking the right people a few questions. Have fun. Michael |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Theme Modifications | kenfobert | General Discussion | 2 | 01-07-2010 03:41 PM |
| Title Modifications - new option | ebizwildfire | General Discussion | 3 | 05-20-2009 09:30 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us