• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Cart Buttons in /popular gallery

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Page 1  of  2
1 2
Old Apr-06-2006, 05:49 AM
#1
Andy is offline Andy OP
panasonikon
Andy's Avatar
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;
}
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Feb-02-2008, 01:13 PM
#2
JosephPuchalski70 is offline JosephPuchalski70
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.
Old Feb-02-2008, 01:15 PM
#3
ivar is offline ivar
I'd be happy with a cookie
ivar's Avatar
Quote:
Originally Posted by JosephPuchalski70
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.
Sure (and welcome to Digital Grin )

But there is a much easier way. Go to 'customize gallery' and set the 'printable' option to 'no'
__________________
Ivar
www.ivarborst.nl & smugmug
Old Feb-02-2008, 01:36 PM
#4
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
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;
}
Old Feb-03-2008, 04:29 AM
#5
JosephPuchalski70 is offline JosephPuchalski70
Joseph Puchalski
Talking Thanks Much
Quote:
Originally Posted by ivar
Sure (and welcome to Digital Grin )

But there is a much easier way. Go to 'customize gallery' and set the 'printable' option to 'no'
Thats great - I knew it would be something simple like that and thanks for the welcome.
Old Mar-05-2008, 03:21 AM
#6
waveland is offline waveland
Beginner grinner
Quote:
Originally Posted by ivar
But there is a much easier way. Go to 'customize gallery' and set the 'printable' option to 'no'
I want to do the same (hide the "Buy" link in my "most popular" gallery), but there is no "customize" link for this particular gallery just "adjust: # of photos".

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
Old Sep-26-2008, 05:08 PM
#7
tammyk is offline tammyk
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;
}


Old Sep-26-2008, 05:14 PM
#8
Andy is offline Andy OP
panasonikon
Andy's Avatar
Quote:
Originally Posted by tammyk
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;
}


Link to your site?

this works:



.popularGallery .cartbuttons {display: none;}
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Sep-26-2008, 05:22 PM
#9
tammyk is offline tammyk
Big grins
Quote:
Originally Posted by Andy
Link to your site?

this works:



.popularGallery .cartbuttons {display: none;}
I just copied and pasted it in the CSS and they still show up???

www.creativeimagesbytammy.smugmug.com
Old Sep-26-2008, 05:27 PM
#10
Andy is offline Andy OP
panasonikon
Andy's Avatar
Quote:
Originally Posted by tammyk
I just copied and pasted it in the CSS and they still show up???

www.creativeimagesbytammy.smugmug.com

http://www.creativeimagesbytammy.smu...47577281_EdAMT

no cart buttons
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Sep-26-2008, 05:31 PM
#11
tammyk is offline tammyk
Big grins
Quote:
Originally Posted by Andy
I don't want it to show in ANY of my galleries! When I go to wedding galleries and click on , say Jennifer and Brandon, and all the others the cart and buy button show up.
Old Sep-26-2008, 05:33 PM
#12
tammyk is offline tammyk
Big grins
Quote:
Originally Posted by tammyk
I don't want it to show in ANY of my galleries! When I go to wedding galleries and click on , say Jennifer and Brandon, and all the others the cart and buy button show up.
http://creativeimagesbytammy.smugmug...80887293_xRxH6

I see buttons, do you?

They didn't used to show up but now they are.
Old Sep-26-2008, 05:34 PM
#13
Andy is offline Andy OP
panasonikon
Andy's Avatar
Quote:
Originally Posted by tammyk
http://creativeimagesbytammy.smugmug...80887293_xRxH6

I see buttons, do you?

They didn't used to show up but now they are.
http://creativeimagesbytammy.smugmug...80887293_xRxH6
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.
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Sep-26-2008, 05:37 PM
#14
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by tammyk
I don't want it to show in ANY of my galleries! When I go to wedding galleries and click on , say Jennifer and Brandon, and all the others the cart and buy button show up.
In every gallery turn printing off under customize gallery and the cart buttons
will not show. The popular, timeline and keyword galleries are the only ones
you need the CSS for.
Old Sep-26-2008, 05:39 PM
#15
tammyk is offline tammyk
Big grins
Quote:
Originally Posted by Allen
In every gallery turn printing off under customize gallery and the cart buttons
will not show. The popular, timeline and keyword galleries are the only ones
you need the CSS for.
I do have printing turned OFF, never have it on! Under printing I have the no button checked.
Old Sep-26-2008, 05:41 PM
#16
Andy is offline Andy OP
panasonikon
Andy's Avatar
Quote:
Originally Posted by tammyk
I do have printing turned OFF, never have it on! Under printing I have the no button checked.
tammy, log out or use visitor view
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Sep-26-2008, 05:45 PM
#17
tammyk is offline tammyk
Big grins
Quote:
Originally Posted by Andy
tammy, log out or use visitor view
whew! Ok the buttons are gone but the shopping cart icon is there? Can I make that hidden as well? And the little smugmug icon toward the top...does that have to be there/

Sorry to be a pain! :)
Old Sep-26-2008, 05:59 PM
#18
Andy is offline Andy OP
panasonikon
Andy's Avatar
Quote:
Originally Posted by tammyk
whew! Ok the buttons are gone but the shopping cart icon is there? Can I make that hidden as well? And the little smugmug icon toward the top...does that have to be there/

Sorry to be a pain! :)
Yes, don't 'hide owner' i set it to no for you http://creativeimagesbytammy.smugmug...80887293_xRxH6
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Sep-26-2008, 06:25 PM
#19
tammyk is offline tammyk
Big grins
Quote:
Originally Posted by Andy
Yes, don't 'hide owner' i set it to no for you http://creativeimagesbytammy.smugmug...80887293_xRxH6
THANKS so much!

Tammy
Old Jan-16-2009, 12:39 AM
#20
pjspics is offline pjspics
paul-griffiths.net
pjspics's Avatar
Cart Button still in my Key Words gallery
Quote:
Originally Posted by tammyk
THANKS so much!

Tammy
Hi,

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
Page 1  of  2
1 2
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump