Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
I have a content slider which comes with my blog template. It works perfectly fine before I added in the Lightbox script. After adding in the Lightbox script, Lightbox ran smoothly, but my content slider became static and stopped working.
Here's my address : http://fortress8.blogspot.com/
By the way, still an amateur here in the coding stuff.
Please help. Thank you.
2010-11-27 10:53:00
HiFeatured Content Gliderhttp://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htmChange featurecontentglider.js http://www.dynamicdrive.com/forums/showthread.php?t=37460From this JS file I learned how to replace teh glide and turn it into a fade:Featured Content Glider- Fade instead of Glide http://www.dynamicdrive.com/forums/blog.php?b=11&goto=prevline 26, comment out the animate, and replace it with opacity://$jtarget.animate(endpoint, config.speed) $jtarget.css(endpoint).css({opacity:0}).animate({opacity:1}, config.speed) //custom codehow to Add lightbox in content gliderhttp://www.dynamicdrive.com/forums/showthread.php?t=37797