How to add popup of full image from gallery page?
-
Hello!
I have used your plugin to create an [mla_gallery] with pagination.
If a user is on page 3 of 6, for example, and wants to see a full size image, how can I create a “popup” window that displays the “single sample” page contents? If a user clicks on a thumbnail I would still like them to be able to use the previous and next image links, and then be able to close that view and still be on the original page 3 of 6.
Is this possible?
This is my code to generate the gallery:
<h1 style="color: #fff;"><strong>Photo Gallery</strong></h1> <h4 style="margin:-15px 0 0 0;">Please choose from the list below:</h4> <form id="mla-text-form" action="." method="post" class="row" > [mla_term_list taxonomy=attachment_tag mla_output=dropdown mla_style=term-list-copy mla_option_value="{+slug+}" show_count=true pad_counts=false ] <input id="text-form-submit" name="text_form_submit" type="submit" value="Search" style="margin:15px 0 5px 0; padding: .5em 1.6em .4em 1.6em;"/> </form> [mla_gallery] attachment_tag="{+template:({+request:tax_input.attachment_tag+}|no-term-selected)+}" posts_per_page=20 mla_output="paginate_links,prev_next" mla_link_href='{+new_url+}?mla_paginate_current={+new_page+}&tax_input[attachment_tag]="{+query:attachment_tag,text+}"' [/mla_gallery] [mla_gallery mla_style=default-copy attachment_tag="{+template:({+request:tax_input.attachment_tag+}|no-term-selected)+}" posts_per_page=20 mla_caption="{+title+} : {+description+}" mla_nolink_text="<br>Select a term to display the gallery.<br>"]
Thank you for your help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add popup of full image from gallery page?’ is closed to new replies.