Skip Navigation

[Gelöst] Gallery only shows one image in popup

This support ticket is created vor 6 Jahre, 1 Monat. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+01:00)

This topic contains 3 Antworten, has 2 Stimmen.

Last updated by Nigel vor 6 Jahre, 1 Monat.

Assisted by: Nigel.

Author
Artikel
#629527
Schermafbeelding 2018-03-29 om 11.39.14.png

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

#629598

Nigel
Supporter

Languages: Englisch (English ) Spanisch (Español )

Timezone: Europe/London (GMT+01: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?

#629602

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>
#629626

Nigel
Supporter

Languages: Englisch (English ) Spanisch (Español )

Timezone: Europe/London (GMT+01: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.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.