I had a ticket https://toolset.com/forums/topic/photo-gallery-doesnt-show-in-layouts/ that was solved. But now I see the popup only shows one image. Where is this going wrong? It will loop only this one image when you click navigation left or right.
Cheers
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
Hi Marco
Can you check in the browser dev tools that the markup is generated with several linked images correctly formed inside your fotogalerij DIV.
What are you using for the gallery?
I use the default wordpress gallery with Responsive Lightbox plugin. Am I missing something?
<div id="fotogalerij">
<a href="<em><u>hidden link</u></em>" data-rel="lightbox-0" title=""><img alt="" title="DSC06967-e1490006196444-wpcf_200x200" src="<em><u>hidden link</u></em>"></a>
<a href="<em><u>hidden link</u></em>" data-rel="lightbox-1" title=""><img alt="" title="DSC06959-e1490006181551-wpcf_200x200" src="<em><u>hidden link</u></em>"></a>
<a href="<em><u>hidden link</u></em>" data-rel="lightbox-2" title=""><img alt="" title="DSC06914-e1490005878605-wpcf_200x200" src="<em><u>hidden link</u></em>"></a>
<a href="<em><u>hidden link</u></em>" data-rel="lightbox-3" title=""><img alt="" title="DSC06894-e1490005951156-wpcf_200x200" src="<em><u>hidden link</u></em>"></a>
<a href="<em><u>hidden link</u></em>" data-rel="lightbox-4" title=""><img alt="" title="DSC06833-e1490003518296-wpcf_200x200" src="<em><u>hidden link</u></em>"></a>
</div>
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
The default WordPress gallery would be added with something like:
[gallery ids="123,345,82,99,101"]
That's not what you are doing here.
If you are using a plugin then you presumably have to either manually trigger the gallery functionality with some JavaScript, or you have to add a special classname to the container DIV of your images if it happens automatically.
Check the documentation for the plugin.
If you still need help, let me know what you find.