Two Questions
kevingeary
Registered Users Posts: 194 Major grins
1. Why the hell is it so hard to view a gallery? I have to go to "upload photos" and then choose a gallery and then click the link to the gallery on the upload page. Why is there no "view galleries" button?
2. How do you delete coupons? There are only buttons to make new ones. There is seemingly no way to delete them.
2. How do you delete coupons? There are only buttons to make new ones. There is seemingly no way to delete them.
0
Comments
I'm not sure if I found the right site, but it seems you hid the galleries from your homepage. You just need to click the Homepage Layout button and check Galleries.
To delete a coupon, expire it by setting the expiration date in the past.
Ana
SmugMug Support Hero
SmugMug Support Hero Manager
My website: anapogacar.smugmug.com
2. Coupons cannot be deleted. They'll expire if they're used up or you set up an expiration date.
SmugMug Support Hero
I get that you can add galleries to your home page. This is not my wish. I don't want them to be seen. I just use the site for ordering and link clients directly to their gallery.
I need to be able to quickly navigate to a gallery without it being on the home page.
Hi Kevin - you can do this with customization. Not my forté, but I think adding this to your CSS should reveal the cat/subcat/galleries when you are logged in, but hide them from logged-out guests:
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
/*
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
/*Galleries show when I'm logged in...*/
.loggedIn .homepage #galleriesBox,
.loggedIn .homepage #categoriesBox {
display: block;
}
I may be wrong, and there are likely other options for this as well, but this may do the trick...
And you can find all sorts of great info on customizing on SmugMug's help pages - http://help.smugmug.com/
And the DGRIN forum - http://dgrin.com/forumdisplay.php?f=31