"Add to cart" in search resulting galleries
papipoisson
Registered Users Posts: 43 Big grins
As the keywords seems to work now better for site wide pswd protected site, I'll add this:
First:
1. All my galleries are based on "smugmug" preset.
2. In all galleries the options for buying a picture are off.
Then:
In all galleries, I have at the right above the selected picture the "slidewhow" box. That is Ok.
After clicking on a Kwd in the Kwd page, a gallery shows up with the search result.
At the top right above the pictures I get the "slideshow" box but also a "add to cart" one (I did not ask for it!).
Clicking on this box goes to a special page with the mention (thanks !!) that no picture is for sale in this gallery.
What is strange is that all the other gallery theme set up are ok (colors for example).
Furthermore I get the "Like" icon under the selected picture. I did not ask for it either!
So:
Is there any possibility to get rid of this "add to cart" box? And of the "Like" icon too?
Below a screen capture just to be more clear!
First:
1. All my galleries are based on "smugmug" preset.
2. In all galleries the options for buying a picture are off.
Then:
In all galleries, I have at the right above the selected picture the "slidewhow" box. That is Ok.
After clicking on a Kwd in the Kwd page, a gallery shows up with the search result.
At the top right above the pictures I get the "slideshow" box but also a "add to cart" one (I did not ask for it!).
Clicking on this box goes to a special page with the mention (thanks !!) that no picture is for sale in this gallery.
What is strange is that all the other gallery theme set up are ok (colors for example).
Furthermore I get the "Like" icon under the selected picture. I did not ask for it either!
So:
Is there any possibility to get rid of this "add to cart" box? And of the "Like" icon too?
Below a screen capture just to be more clear!
0
Comments
SmugMug Support Hero
In the customization forum, I found a CSS code to tweek that. (Aaron Meyers customization CSS codes)
/* Remove the "Add to Cart" Button */ .sm-gallery-buymenu { display: none; }
Did anybody try?
Just in case that could be of some interrest for other people...