Options

Disable "Download All" but still allow downloads?

M38A1M38A1 Registered Users Posts: 1,317 Major grins
edited March 23, 2016 in SmugMug Support
I shot an event where the organizer wants the images to be available to the participants for free downloads. I've enabled the Download Buttons and see each image has that capability in addition to the Download All button in the top right of the Portrait Collage gallery style. If I don't want anyone to download the entire gallery in one shot, but still allow one-at-a-time downloads, how can I achieve that?

I'm trying to avoid some unscrupulous folks from downloading the entire gallery in one easy shot, re-packaging the images and selling them.

Comments

  • Options
    BeaBea Registered Users Posts: 112 Major grins
    edited March 23, 2016
    Hi Scott,

    If you allow Original display size, disable right-click protection and allow downloads in the gallery settings, the Download All button and the download icons will become visible (meaning your visitors can download the photos one by one or request a download link).

    What you could do is hide the Download All button with a CSS code, if you would like to prevent visitors request download links:

    /* Hide the Download All button */
    .sm-gallery-download-button {
    display: none !important;
    }

    I hope this helps! If you would have any further questions, please don't hesitate to let us know.
    Bea
    SmugMug Support Hero | My website: www.beabird.net
  • Options
    M38A1M38A1 Registered Users Posts: 1,317 Major grins
    edited March 23, 2016
    vakvarju wrote: »
    Hi Scott,

    If you allow Original display size, disable right-click protection and allow downloads in the gallery settings, the Download All button and the download icons will become visible (meaning your visitors can download the photos one by one or request a download link).

    What you could do is hide the Download All button with a CSS code, if you would like to prevent visitors request download links:

    /* Hide the Download All button */
    .sm-gallery-download-button {
    display: none !important;
    }

    I hope this helps! If you would have any further questions, please don't hesitate to let us know.

    Thank you! Worked like a charm.

    Well, sort of.... I had about seven galleries under one folder and I couldn't figure out how to apply it to all seven galleries within that folder. So I just added it to each gallery one by one.

    I've never done a CSS modification. I kept trying to put it in the top of the green outline content block like it said but it was messing with breadcrumb alignment/title alignment. So I just went to the very bottom of the page content and added the CSS block and your code from above and it worked.

    Again, thank you!
  • Options
    BeaBea Registered Users Posts: 112 Major grins
    edited March 23, 2016
    Hi Scott,

    Happy to help :)

    If you add the CSS code to the Entire Section, it will automatically apply to all your galleries! We explain more about the different customisation sections on the following help page:

    http://help.smugmug.com/customer/portal/articles/1213253-where-do-i-start-with-customization-?b_id=1644
    Bea
    SmugMug Support Hero | My website: www.beabird.net
  • Options
    M38A1M38A1 Registered Users Posts: 1,317 Major grins
    edited March 23, 2016
    vakvarju wrote: »
    Hi Scott,

    Happy to help :)

    If you add the CSS code to the Entire Section, it will automatically apply to all your galleries! We explain more about the different customisation sections on the following help page:

    http://help.smugmug.com/customer/portal/articles/1213253-where-do-i-start-with-customization-?b_id=1644

    Thank you.

    Another quick question....
    If I make the above CSS change globally, does it place that code on every folder or gallery, so if in the event I want the Download All button to show I can go in at that level or page and remove the code ON or FOR that page hierarchy? There are instances where I shoot for clients and want to offer the the ability to download them all in one shot, yet for the most part don't want that button visible for the majority of my other galleries.
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited March 23, 2016
    You can target your whole site or target galleries in specific folders.

    Using one folder as an example: Team Red White & Blue

    Add the folder parentnode class name to the CSS and and it will flow down to all galleries below.
    This folder has a class name of .sm-page-node-WPSG8q. If you change the word "node" to "parentnode"
    the CSS will flow down to everything in the folder including sub-folders.

    /* Hide the Download All button */
    .sm-page-parentnode-WPSG8q .sm-gallery-download-button {
    display: none !important;
    }

    You can target any level folder. The flow down from any folder will flow through all sub-folders to their galleries.

    In the page source code look at the <body classes and you'll find the page class name.
    sm-page-node-WPSG8q << folder page "Team Red White & Blue"

    <body class="sm-user-professional sm-page sm-page-node sm-page-node-WPSG8q
    sm-page-parentnode-k7XHm sm-page-parentnode-Mm8pdM sm-page-parentnode-nQ9WBQ">

    You'll also see a bunch of sm-page-parentnode-xxxxxx class names. These represent all the parent
    folders up to the homepage, k7XHm. You can start the flow down from any of these levels.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    M38A1M38A1 Registered Users Posts: 1,317 Major grins
    edited March 23, 2016
    vakvarju wrote: »
    Hi Scott,

    Happy to help :)

    If you add the CSS code to the Entire Section, it will automatically apply to all your galleries! We explain more about the different customisation sections on the following help page:

    http://help.smugmug.com/customer/portal/articles/1213253-where-do-i-start-with-customization-?b_id=1644

    I'll have to give that a try.... And I'm not a programmer type either. :-)
    Thank you!
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited March 23, 2016
    Rethinking, you'll want to hide everywhere then turn back on for specific areas.

    /* Hide the Download All button */
    .sm-gallery-download-button {
    display: none !important;
    }
    .sm-page-parentnode-WPSG8q .sm-gallery-download-button {
    display: block !important;
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    dixondukedixonduke Registered Users Posts: 197 Major grins
    edited March 23, 2016
    Excellent Thread. Thanks for finding a solution to the question I hadn't asked yet! :D
    Duke
  • Options
    Dasher626Dasher626 Registered Users Posts: 7 Big grins

    I am trying to hide or disable the "download all" button and have added the CSS code as suggested above however it is not working. I have enable the download button without a password at each gallery level. Does anyone have an idea why the code isnt working for my website; www.bardstownsports.com?

  • Options
    annnna8888annnna8888 Registered Users, Super Moderators Posts: 936 SmugMug Employee

    Dasher, the CSS code has changed slightly. Please use this instead:

    .sm-gallery-cover-download-button { display: none !important; }

    Ana
    SmugMug Support Hero

    Ana
    SmugMug Support Hero Manager
    My website: anapogacar.smugmug.com
  • Options
    Dasher626Dasher626 Registered Users Posts: 7 Big grins

    Thank you so much. This fixed my problem. You guys are the best. I am very impressed by the quick and accurate willingness to help!!

Sign In or Register to comment.