To post a new support question, click the Post New Topic button below.
Current Version: 5.2.5 | Sytist Manual | Common  Issues | Feature Requests

Please log in or Create an account to post or reply to topics.
You will still receive notifications of replies to topics you are part of even if you do not subscribe to new topic emails.

Gallery And Sub Gallery

S
361 posts
Sun Jun 18, 23 9:03 AM CST

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?

Attached Photos

17,015 posts (admin)
Tue Jun 20, 23 5:59 AM CST

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.

Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
S
361 posts
Tue Jun 20, 23 7:47 AM CST

You rock! Thank you so much!!

S
361 posts
Sat Jun 24, 23 9:44 AM CST

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).

https://www.seanscarmack.com/clients/jessie-jason/

17,015 posts (admin)
Sun Jun 25, 23 11:12 AM CST

They both have download all buttons. The one with sub galleries has the download all button in the sub galleries.

Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
S
361 posts
Sun Jun 25, 23 12:07 PM CST

I removed the above code as my client couldn’t download their photos.


removing the code brought the button back. 

S
361 posts
Sun Jun 25, 23 3:48 PM CST

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.

17,015 posts (admin)
Mon Jun 26, 23 10:48 AM CST

Leave this line in there: 

<div class="text"><?php pageText(); ?></div>


Use this code instead

<?php if(!empty($_REQUEST['sub'])) { ?>
<style>#clientGalleries .text{ display: none !important; } </style>
<?php } ?>
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
S
361 posts
Mon Jun 26, 23 12:00 PM CST

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)

Attached Photos

17,015 posts (admin)
Mon Jun 26, 23 12:10 PM CST

Sorry, it just won't work then.

Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
10 total messages
Please log in or Create an account to post or reply to topics.
This post has been viewed 368 times
Category: Photos
 
Loading more pages
Loading more pages

Sign up for email promotions.

Your information is safe with us and won't be shared.

Thank you for signing up!

 
©2003 - 2021 Grissett, LLC. All Rights Reserved.

By continuing to browse or by clicking Accept Cookies, you agree to the storing of cookies on your device necessary to provide you with the services available through our website.

    Accept   Privacy & Cookie Policy
Loading More Photos
Scroll To Top
Close Window
Loading
Close