Options

Slideshow button and cart button...

jeffscrajeffscra Registered Users Posts: 56 Big grins
edited August 20, 2013 in SmugMug Customization
I want to remove the two buttons from all of my galleries. I tried the following code listed in a previous post on the sitewide css but the buttons are still there.

.sm-gallery-slideshow-button
{
display: none;
}

Any help would be appreciated.

my site is jscranton.smugmug.com

Thanks for the help!

JS

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 19, 2013
    jeffscra wrote: »
    I want to remove the two buttons from all of my galleries. I tried the following code listed in a previous post on the sitewide css but the buttons are still there.

    .sm-gallery-slideshow-button
    {
    display: none;
    }

    Any help would be appreciated.

    my site is jscranton.smugmug.com

    Thanks for the help!

    JS
    This works, where did you put the CSS? In "entire site" or "all galleries"?

    .sm-gallery-buymenu,
    .sm-lightbox-buy-button,
    .sm-gallery-slideshow-button {display: none;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    jeffscrajeffscra Registered Users Posts: 56 Big grins
    edited August 20, 2013
    Allen wrote: »
    This works, where did you put the CSS? In "entire site" or "all galleries"?

    .sm-gallery-buymenu,
    .sm-lightbox-buy-button,
    .sm-gallery-slideshow-button {display: none;}


    Entire site CSS.
  • Options
    jeffscrajeffscra Registered Users Posts: 56 Big grins
    edited August 20, 2013
    I just tried to put it in ALL GALLERIES and then it asks me to rename the theme but it won't accept any name that I give it. So I can't end up saying I'm done to publish.
  • Options
    aschendelaschendel Registered Users Posts: 283 Major grins
    edited August 20, 2013
    I think you need to pick a non-default background image to save the theme, or clear the bg altogether... that seemed to help me recently.

    Thanks,

    Andy
  • Options
    jeffscrajeffscra Registered Users Posts: 56 Big grins
    edited August 20, 2013
    I tried putting Allens code in ALL GALLERIS and when I do that and get it to save, the button is still there. I've tried ALL GALLIERIES, I've tried, JUST THIS GALLERY and that doesn't work either. On the ALL GALLIERIES when you put the code in there since several of my galleries have different background selections there is no back ground image. WHen I tried the code in JUST THIS GALLERY I tried it with a Background selection and without and the button still remained. It JUST won't go away! HAHA
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 20, 2013
    jeffscra wrote: »
    I tried putting Allens code in ALL GALLERIS and when I do that and get it to save, the button is still there. I've tried ALL GALLIERIES, I've tried, JUST THIS GALLERY and that doesn't work either. On the ALL GALLIERIES when you put the code in there since several of my galleries have different background selections there is no back ground image. WHen I tried the code in JUST THIS GALLERY I tried it with a Background selection and without and the button still remained. It JUST won't go away! HAHA
    Did you try it in the "entire site" CSS?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    jeffscrajeffscra Registered Users Posts: 56 Big grins
    edited August 20, 2013
    Yes i did.
  • Options
    jeffscrajeffscra Registered Users Posts: 56 Big grins
    edited August 20, 2013
    I have noticed that when I plug in the code I see the buttons disappear. I then click done and done and then it asks me to publish and I do and then when the gallery comes back up, the button is there again.

    The code seems to take it away but something is bringing it back.

    Thanks for all the help.
  • Options
    jeffscrajeffscra Registered Users Posts: 56 Big grins
    edited August 20, 2013
    Ok, I have found that under organize there are settings to turn off the shopping basket and to turn off the slide show button. If you click on each gallery then go to settings you will find the buttons to turn them on and off.

    All fixed.

    Thanks
Sign In or Register to comment.