I have a site that uses 3 separate instances of the jquery orbit slider to show text and pictures in different spots on the page. sahaka.com/bh
I set it up so each instance has 3 images/text spots each and all the client would have to do is replace the existing file(poster1.jpg) with the new one and name it (poster1.jpg). How can I do this with pagelime?
I looked into the xml gallery and I can't find a way to implement this. My end goal is to have the client easily change the content of each slider using the image editor and wysiwyg text editor. If there is a better way to achieve that while allowing me to format it the current way then I am more than willing to rewrite the whole thing.
take a look at sahaka.com/bh/slider.jpg for a backend pic:
the left slider has each image and text area cms-editable (this one shows 3 image edit tags on top of eachother with no way to edit text)
the middle slider has the entire slider div as cms-editable (this shows a text edit tag but upon editing, the text is on top of the photos in the wysiwyg editor)
the right slider has the image div as cms-editable with each the text individually cms-editable(this shows a text edit tag with no ability to edit text)
none of them really work.
Does this make sense? What can I do to make something work?