klemenss
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Clickable images?I want to add to the rel Attribute the slideshow id. But I don’t now how I can get it.
It should be look like this:$anchorTagAttributes = ‘ rel=”lightbox[‘.$slideshowId .’]” href=”‘.$url . ‘” ‘ . (!empty($urlTarget) ? ‘ target=”‘ . $urlTarget . ‘” ‘ : ”) . $noFollow;
I need to define $slideshowId.
Then I would be possible to have multiple sliders on one side and the lightbox is limited to one slider.Forum: Plugins
In reply to: [Slideshow] add links to source imagesHi,
maybe you will find the answer here
Forum: Reviews
In reply to: [Slideshow] great customizeable pluginI used the wordkaround from “nre” which is described here:
This workaround use WP Lightbox 2
There you have also the option to limit the lightbox to one slideshow (with the correct attributes)
However I the images doesn’t automatic fit to screen, although it is described that it should. I don’t know where the problem is.
I hope I could help you so far. If you have any further questions, please ask.
Forum: Plugins
In reply to: [Slideshow] Clickable images?The first version didn’t worked for me either.
The version from nre works – thanks.
However the image doesn’t resize to the screen.
I have multiple slideshows on one site and when I open the lightbox I can switch through all of them. Is there a way to limit the lightbox to one slider?