I am trying to implement a jquery slider (Orbit from Zurb:
http://www.zurb.com/playground/jquery_image_slider_plugin) on my blogspot-blogger blog where I have already a Lightbox (not jquery, the normal 2.04) installed. I also work on a test blog (
http://standuplatinotest.blogspot.com/) before implementing the changes on the live blog.
Here is the oficial live blog: www.standuplatino.com where only lightbox is installed and working.
If I implement on the test blog (
http://standuplatinotest.blogspot.com/) the Orbit Slider and make it work then the lightbox doesn't work anymore (it opens the pics in an empty page). I implemented the slider with the method from this tutorial:
http://ciudadblogger.com/2010/10/orbit-slider-de-imagenes-con-jquery.htmlI guess it is because both are using the 'rel' attributes of the picss.
I can't lose the lightbox feature, we have been using it for several months (probably more than 6) and there must be 100's of pics with the rel="lightbox" tag.
How can I get both working on the same blog.
Philip.
Please advise, if you need me to copy-paste some code here.