Skip Navigation

[Resolved] Button linked to a image gallery

This thread is resolved. Here is a description of the problem and solution.

Problem:

After user click button "View gallery", popup a window, in this window display image gallery.

Solution:

It needs some custom JS codes, for example, with Bootstrap framework, there is a modal component, you can follow there document to setup button "View gallery", and display the image gallery insider the modal content.

Relevant Documentation:

This support ticket is created 5 years, 8 months ago. 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by Jaime 5 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1240515

I am trying to:
Clicking a button opens an image gallery

-> I have an image gallery working fine. If I click in the images they shows correctly. But i'm trying to have a button "View gallery" and i can't reach to it.

Link to a page where the issue can be seen:
hidden link
(the "View Gallery" button)

#1240656

Hello,

I have tried the URL you mentioned above, but get this error: Forbidden, please check it.

For the problem:
But i'm trying to have a button "View gallery" and i can't reach to it.

Please elaborate the question with more details:
How do you setup the button "View gallery"? with HTML codes or other plugins?
How do you display image gallery?

I assume we are talking about this case:
After user click button "View gallery", popup a window, in this window display image gallery.

If it is, it needs some custom JS codes, for example, with Bootstrap framework, there is a modal component, you can follow there document to setup button "View gallery", and display the image gallery insider the modal content, see document:
hidden link

#1240825

My issue is resolved now. Thank you!