To post a new support question, click the Post New Topic button below.
Current Version: 5.5.2 | Sytist Manual | Common Issues | Feature Requests
Find My Photos Box On Pre-order Gallery Where No Gallery Will Be Given
Hi Tim,
Im not sure what im doing wrong but I have a new gallery for pre-purchase - it is like a store where people are not pre-registering, but pre-ordering from a set list.
I have had to do it legacy style as the new style requires people to pre-register their details before seeing the packs which is unneccessary in this case, and possibly offputting ( giving your details to see prices ). I want them to come in, pick a pre-order pack, pay, go away.
I will be getting their details at the checkout.
They will never see the photos they are ordering. I have " will NOT be returning" ticked, and NO to passwords etc, and yet, at the bottom of the page, under the packs, there is a " find my photos" window prompting for a password, whih will confuse people. How do I get rid of it?
Thankyou.
I don't see how that is possible. Link to the page?
My Email Address: info@picturespro.com
Hi Tim, I had to get going on it for people, so I found this solution and applied it to the footer:
<script>
document.addEventListener("DOMContentLoaded", function() {
// Check if current URL is the specific page
if (window.location.href === "https://mywebsite/clients/myclient") {
var photosBox = document.querySelector(".photos");
if (photosBox) {
photosBox.remove();
}
}
});
</script>
I will be setting up a similar page in a week or so so will show you when I make it and see if it is replicated.

Loading more pages