|
|
Thread Tools | Display Modes |
|
#1
|
|
|
panasonikon
|
Cart Buttons in /popular gallery
If you have popular photos, they show up in a gallery on your site like this:
http://nickname.smugmug.com/popular or http://yourcustomdomain.com/popular You'll notice that the cart button(s) are visible there - EVEN IF your popular photos are not printable. Reason - you may have some popular photos that ARE printable and some that ARE NOT. Like now on my site: www.moonriverphotography.com/popular go ahead and click "buy multiples" and see what happens - you'll only be offered a choice of those that ARE printable. If none are printable, there's a little message that states that. If you DO NOT want to have the buttons at all in the /popular gallery setting, and you are a Power or Pro customer, you can add this to your CSS: /* removes the cart buttons from the Popular Gallery */ .popularGallery .cartbuttons { display: none; } |
|
|
|
|
#2
|
|
|
Joseph Puchalski
|
Can you do this to other galleries
Andy:
I was wondering if you could do this to other galleries. I created a guestbook using your example and now want to get the selling cart off the top of that page. Thanks Much. |
|
|
|
|
#3
|
||
|
I'd be happy with a cookie
|
Quote:
)But there is a much easier way. Go to 'customize gallery' and set the 'printable' option to 'no' |
|
|
|
||
|
#4
|
|
|
"tweak 'til it squeaks"
|
You can do the same thing with keyword and date pages as the popular gallery.
Everything Andy said will apply there also. /* removes the cart buttons from the Keyword Galleries */ .keywordPage .cartbuttons { display: none; } /* removes the cart buttons from the Timeline Galleries */ .datePage .cartbuttons { display: none; } or if you want to do them all .popularGallery .cartbuttons, .keywordPage .cartbuttons, .datePage .cartbuttons { display: none; }
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
|
#5
|
||
|
Joseph Puchalski
|
Quote:
|
|
|
|
||
|
#6
|
||
|
Beginner grinner
|
Quote:
I'm also just a Standard user so I'm not sure if I can change the CSS. How can I deactivate the buy option? waveland.smugmug.com |
|
|
|
||
|
#7
|
|
|
Big grins
|
I want to hide the shoppign cart and buy from all galleries. Do I copy and paste the code exactly like this? As it didn't work for me. Or do I put the /* at the beginning and end without the words "removes the cart buttons from the Popular Gallery"
/* removes the cart buttons from the Popular Gallery */ .popularGallery .cartbuttons { display: none; } |
|
|
|
|
#8
|
||
|
panasonikon
|
Quote:
this works: .popularGallery .cartbuttons {display: none;} |
|
|
|
||
|
#9
|
||
|
Big grins
|
Quote:
www.creativeimagesbytammy.smugmug.com |
|
|
|
||
|
#10
|
||
|
panasonikon
|
Quote:
http://www.creativeimagesbytammy.smu...47577281_EdAMT no cart buttons |
|
|
|
||
|
#11
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#12
|
||
|
Big grins
|
Quote:
I see buttons, do you? They didn't used to show up but now they are. |
|
|
|
||
|
#13
|
||
|
panasonikon
|
Quote:
is *not* a popular gallery, it's a regular gallery. To turn off the cart there, go to gallery tools,customize gallery and set printing to No. |
|
|
|
||
|
#14
|
||
|
"tweak 'til it squeaks"
|
Quote:
will not show. The popular, timeline and keyword galleries are the only ones you need the CSS for.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#15
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#16
|
||
|
panasonikon
|
Quote:
|
|
|
|
||
|
#17
|
||
|
Big grins
|
Quote:
Sorry to be a pain! :) |
|
|
|
||
|
#18
|
||
|
panasonikon
|
Quote:
|
|
|
|
||
|
#19
|
||
|
Big grins
|
Quote:
Tammy |
|
|
|
||
|
#20
|
||
|
paul-griffiths.net
|
Cart Button still in my Key Words gallery
Quote:
I have tried the CSS in this thread to remove the cart buttons (Buy and View Cart)from my Keywords Gallery, but they are still there. I get to this via a simple Search Page: http://pjspics.smugmug.com/gallery/7107465_FrrrT and click on Keyword Search, then select a key word and thats where the cart buttons are visible. Is there a way of removing these from this view.
__________________
Thanks... Paul http://www.paul-griffiths.net/ http://www.paul-griffiths.net/popular/ - Popular Pics |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|