Hi Pedja,
I am sorry,You install our modules in an article (Menu ASA Group). it makes the module links incorrect entries. It will get the url link of the current article.
Please check again.
Thanks!
I am dealing with a similar issue. I am using Joomla Content as the source for the images and text. The text is displayed below each image as it should be. However, only the image is displayed in the light box.
The root of the problem appears to be in the link and a missing <div> element.
My current link to open the light box looks like this.
Unless I am mistaken the HTML should have a link to a <div> element located directly after the link to open the light box. It should look a little more like this.
<a href="#light-box-div" data-lightbox-gallery="gallery1" data-lightbox-type="inline">
//More code in here to build the element in the content slider.
</a>
<div id="light-box-div" style='display:none">
//More code to build the light box.
</div>
I did not see anything in your documentation on text in the light box. I also sifted through the modules code but did not see anything that looked like it would conflict with my site.
Please point me in the right direction to fixing this problem.