Open gallery in new page without tag cloud still visible
-
The website I’m working on is private membership site, so I can’t easily provide a link to the site. I love that with your plugin I can add tags to my media items and create galleries from there. My site is a family history site, so much of the content is pulled from the media library in the form of images, audio files, etc. Your plugin has opened up possibilities!
I suspect this is something really simple, but I’ve spent days reading your documentation docs, all the forum topics related to mla gallery and mla tag cloud, looked through the example plugins and simply can’t figure out what I need to change in my short code.
Everything works exactly as I need it too, except when the new page opens with the results, the tag cloud is still at the top of the new page. I want the “results” page to show only the gallery and not have the tag cloud visible on that newly opened page.
Here’s the code I’m using:
[mla_tag_cloud]
taxonomy=attachment_tag post_mime_type=”image”
mla_link_href=”{+page_url+}?current_id={+term_id+}”
mla_target=”_blank”
number=0 smallest=8 largest=22 separator=’ / ‘
[/mla_tag_cloud][mla_gallery]
tax_query= “array ( array ( ‘taxonomy’ => ‘attachment_tag’, ‘field’ => ‘id’, ‘terms’ => array( {+template:{+request:current_id+}|1+} ) ) )”
post_mime_type=”image”
mla_caption=”{+title+}”
posts_per_page=12 size=medium
[/mla_gallery][mla_gallery]
mla_output=”paginate_links,prev_next”
mla_link_class=”nav-links”
tax_query= “array ( array ( ‘taxonomy’ => ‘attachment_tag’, ‘field’ => ‘id’, ‘terms’ => array( {+template:{+request:current_id+}|1+} ) ) )”
post_mime_type=”image”
mla_caption=”{+title+}”
posts_per_page=12 size=medium
[/mla_gallery]My knowledge of code is very basic. Any help you can give is appreciated!
- The topic ‘Open gallery in new page without tag cloud still visible’ is closed to new replies.