To post a new support question, click the Post New Topic button below.
Current Version: 5.2.5 | Sytist Manual | Common Issues | Feature Requests
Gallery And Sub Gallery
I use sub galleries to arrange photos in a more specific order. I then do a little write up about the bride and groom and post a photo as a little "warm welcome" to their page kind of thing.
I noticed when going into the sub galleries it also pulls over the write up and main photo. Is there a setting, or someway I can have the sub galleries act like a new page and not carry over everything from the initial page?
Design -> Page Display & Content Listing Layouts -> Page Display Layouts -> Client Galleries.
Look for this line:
<div class="text"><?php pageText(); ?></div>
And change it to
<?php if(empty($_REQUEST['sub'])) { ?>
<div class="text"><?php pageText(); ?></div>
<?php } ?>
If you are using Gallery Exclusive, edit that layout and change that link.
My Email Address: info@picturespro.com
You rock! Thank you so much!!
One more thing I just noticed. Would this code also hide the "Download All Photos" button that I use a free download option?
One Gallery, download appears
https://www.seanscarmack.com/clients/jenna-deavon/
Gallery with sub galleries, download does not appear (same price list and everything is applied).
They both have download all buttons. The one with sub galleries has the download all button in the sub galleries.
My Email Address: info@picturespro.com
I removed the above code as my client couldn’t download their photos.
removing the code brought the button back.
I added the code back in, just so you could see it (and told the clients so they knew it wouldn't be there).
Will wait to hear back from you.
Leave this line in there:
<div class="text"><?php pageText(); ?></div>
Use this code instead
My Email Address: info@picturespro.com
That didn't seem to work. Unless I did not put it in the right place, which I tried it three different ways. The page text above it, then inside above the style client galleries, and then under it. With no different results.
Still no download button :(
(if I remove it all, the button comes back)
Sorry, it just won't work then.
My Email Address: info@picturespro.com

Loading more pages