disable download all but... not download single photo

GeorgespyrosGeorgespyros Registered Users Posts: 71 Big grins
edited June 6, 2016 in SmugMug Customization
for my visitors?

How is this possible?

I dont want the "DOWNLOAD ALL" To be available, but i still want if someone wants to download single photos.

Thank you

Comments

  • herojosieherojosie Registered Users Posts: 66 Big grins
    edited March 8, 2016
    Hi,

    The download buttons are both enabled or disabled at the same time with the same setting. If you want to disable the gallery download button, then that would also disable the single photo download button as well. There isn't currently a way to allow single image downloads for free but not allow free gallery downloads at the same time.

    If you have more questions about this, please let us know.
    Thanks,
    Josie
    SmugMug Support Hero
  • GeorgespyrosGeorgespyros Registered Users Posts: 71 Big grins
    edited March 15, 2016
    Hello, again.

    Could i insist a little more?
    Surely there is no CSS script, or something that can do that?
    There are so many similar things (for example disable the "log in" in the footer etc) that work in the same way.
    It would be a valuable addition to my site.

    Regards,
  • denisegoldbergdenisegoldberg Administrators Posts: 14,373 moderator
    edited March 15, 2016
    Surely there is no CSS script, or something that can do that?
    There are so many similar things (for example disable the "log in" in the footer etc) that work in the same way.
    It would be a valuable addition to my site.
    Try this:
    .sm-gallery-download-button {
        display: none;
    }
    

    I just tried this in firebug on one of my galleries (one of the few where I allow downloads) and it appears to work. The download all button on the gallery is gone but the download button on the individual photos remains. Post back to let us know if it works (or if you need someone to try something else).

    Note that this will apply to all galleries. If you want it just for a specific gallery you will need to supply a link to the gallery.

    --- Denise
  • GeorgespyrosGeorgespyros Registered Users Posts: 71 Big grins
    edited March 20, 2016
    Yeppppp, seems to work. Many many thanx!
  • GeorgespyrosGeorgespyros Registered Users Posts: 71 Big grins
    edited June 6, 2016
    Try this:
    .sm-gallery-download-button {
        display: none;
    }
    

    I just tried this in firebug on one of my galleries (one of the few where I allow downloads) and it appears to work. The download all button on the gallery is gone but the download button on the individual photos remains. Post back to let us know if it works (or if you need someone to try something else).

    Note that this will apply to all galleries. If you want it just for a specific gallery you will need to supply a link to the gallery.

    --- Denise

    Well tha worked for a small time, but now it doesnt seem to work anymore...
    Buttons changed, and so did that small script.
    Any ideas?
  • denisegoldbergdenisegoldberg Administrators Posts: 14,373 moderator
    edited June 6, 2016
    Well tha worked for a small time, but now it doesnt seem to work anymore...
    Buttons changed, and so did that small script.
    Any ideas?
    Something must have changed...

    Try this CSS instead:
    .sm-gallery-cover-download-button {
        display: none !important;
    }
    
    --- Denise
  • GeorgespyrosGeorgespyros Registered Users Posts: 71 Big grins
    edited June 6, 2016
    That works now.

    Thank you Denise, there are not enough kind words.

    :)
Sign In or Register to comment.