Options

Remove "From...." link on 'collected' galleries

ajavaajava Registered Users Posts: 124 Major grins
edited December 26, 2013 in SmugMug Customization
I have three galleries that are comprised solely of collected photos. Those are the only galleries that I want the public to be able to see/click through. How can I hide the 'From' link at the bottom of the images in those collected galleries, so folks can't click through to the original gallery?

Thanks!

Comments

  • Options
    ajavaajava Registered Users Posts: 124 Major grins
    edited December 23, 2013
    Does anybody know of a way to do this?
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited December 23, 2013
    Can you post a link to one of these galleries and the photo so we can see the "from" link.
    Might be some CSS to remove it but I would have to play with it. I suspect it's something like this.
    The red is the page ID found in the body class of the source code.

    .sm-page-node-XXXXXX .sm-tile-info .sm-text-mini {display:none;}
    .sm-page-node-XXXXXX .sm-user-loggedin .sm-tile-info .sm-text-mini {display:block;}

    Would need multiple sets, one for each gallery. Also have no idea what it would be for the different styles.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    ajavaajava Registered Users Posts: 124 Major grins
    edited December 23, 2013
    I will do that, once I've sorted out the mess I've made of my domain set-up...I'll be back.
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited December 23, 2013
    You could probably leave off the page class .sm-page-node-XXXXXX and make the gallery "Just this ..." and
    put the CSS in the "Just this ..." CSS block.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    ajavaajava Registered Users Posts: 124 Major grins
    edited December 23, 2013
    http://ajava.smugmug.com/People/Portrait-Highlights

    See the "From Kelsey-Spring 13" link at the bottom left? I want that entire link gone. That link indicates that the photo appears in this gallery as a result of "collecting" the photo...it is pointing back to the original gallery the photo lives in. I don't want that link there on any collected photos.
  • Options
    ajavaajava Registered Users Posts: 124 Major grins
    edited December 23, 2013
    Anybody know how to get rid of that link in the bottom left (the one that starts with "From") of the page linked below?

    http://ajava.smugmug.com/People/Portrait-Highlights
  • Options
    beardedgitbeardedgit Registered Users Posts: 854 Major grins
    edited December 23, 2013
    ajava wrote: »
    Anybody know how to get rid of that link in the bottom left (the one that starts with "From") of the page linked below?

    http://ajava.smugmug.com/People/Portrait-Highlights

    Try this:
    .sm-gallery-smugmug .sm-text-mini{
      display:none
    }
    
    Yippee ki-yay, footer-muckers!
  • Options
    ajavaajava Registered Users Posts: 124 Major grins
    edited December 23, 2013
    beardedgit wrote: »
    Try this:
    .sm-gallery-smugmug .sm-text-mini{
      display:none
    }
    


    Worked like a charm! Thanks!!
  • Options
    thenickdudethenickdude Registered Users Posts: 1,302 Major grins
    edited December 26, 2013
    You can do this with no CSS at all, just set the source gallery to Unlisted in its privacy settings. This way, the "from..." link will only appear to you when you're logged on, and won't appear to visitors.
  • Options
    ajavaajava Registered Users Posts: 124 Major grins
    edited December 26, 2013
    Lamah wrote: »
    You can do this with no CSS at all, just set the source gallery to Unlisted in its privacy settings. This way, the "from..." link will only appear to you when you're logged on, and won't appear to visitors.

    Perfect - that worked like a charm, as well. Now I have options...always a good thing!
Sign In or Register to comment.