//$(document).ready(function() {
jQuery(document).ready(function($){
$('#slideShowItems div').hide().css({position:'absolute',width:'<?php echo $wp_cycle_settings['img_width']; ?>px'});
This is how i make it work…
😉
Thanks sakara your solution helped me fixed the plugin.
Thanks Nikker and Sakara. I’ll update it in the plugin code. 🙂
Added:
- Control delay_speed and fade_speed in GUI
- Fix fade out
- Add ability to put a page/post id instead of url. This is replaced by the permalink in the website. Very useful when moving a website – no need to update links.
Here is the whole changed file:
[ Moderated, that’s just way too many lines. For that many lines of code please use pastebin.com instead. ]
@ronshe is there anyway you can share your fixes? I don’t understand how to fix the fade out. Thank you.
jedwoolley, I did share.
They removed it.
I pasted to here: Modification over wordpress plugin Aboozé Slideshow
This worked perfectly! Thank you.