Lightbox used to overlay images on the current page. I'm sure you've seen it a thousand times. To see how it works you can visit:
http://wordpress.org/extend/pl…..ightbox-2/
To activate this function is necesary place the rel="lightbox" in the script of the link, for example:
<a rel="lightbox" href="http://yoursite.com/images/image-1.jpg">
My problem is that your plugin only allows me to write the link without rel attribute, making it impossible to use the lightbox.
I was thinking perhaps its could edit the xml files of your plugin (xmlslides2.xml and xmlconfig2.xml), but I know almost nothing of xml language.
To produce the
same effect, can also be inserted into the link the class attribute, but
the case is the same: I do not know how to incorporate these attributes
to the links of your plugin.
I'm looking for long time (and I can not find) a plugin that solves
two fundamental aspects:
1. to generate a slide show with transition effects (as does your plugin).
2. that will open the images with lightbox.
Can you help me your plugin perform both functions?
Sorry for my English and thank you for your help.