Options

© sign at bottom of Page

winstainforthwinstainforth Registered Users Posts: 8 Beginner grinner
edited October 18, 2014 in SmugMug Customization
Hello All

I've just set up my website.

http://www.robertstainforth.smugmug.com/

I want to but a © text at the bottom of my site just above the "powered by smugmug" logo, but have had problems doing this.

Also any opinions or suggestions about the site are welcome.

Many Thanks

Completely forgot I'd joined this forum in 2007! Weird.

Comments

  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 17, 2014
    Hi winstainforth,
    This should be very easy.

    1. Go to your Customizer (Customize -> Customize Site), click on "Entire Site".
    2. On the "Content" tab, scroll down to "HTML & CSS" and find the HTML block. Drag it just above the "Powered by SmugMug" and below your social icons and it should turn green.
    3. In the HTML tab, add:
    © 2014
    

    4. In the CSS tab, add:
    /* Center the copyright text */
    div {
      text-align: center;
    }
    

    Click Done. Then Publish the changes.

    Let me know if you have any problems.
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    winstainforthwinstainforth Registered Users Posts: 8 Beginner grinner
    edited October 17, 2014
    Thankyou. Works great except on the homepage, can't get text below the footer which some way above the smugmug logo??
  • Options
    winstainforthwinstainforth Registered Users Posts: 8 Beginner grinner
    edited October 17, 2014
    Is it possible to add a link back to the galleries mainpage in each gallery using the breadcrumb. At the moment it only has the gallery name and a homepage icon.

    Hope that makes sense!
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 17, 2014
    Is it possible to add a link back to the galleries mainpage in each gallery using the breadcrumb. At the moment it only has the gallery name and a homepage icon.

    Good question! Let me ask a question to make sure I answer properly: When you say "Main Page" do you mean your "Photography" page? So you want it to be, for example:
    "Home -> Photography -> London" instead of
    "Home -> London"

    If so, you'll need to go into your organizer, create a folder called "Photography", and then move all the galleries there (by drag/drop).

    The way you have it setup now all of your folders are in your home directly and the breadcrumb follows your folder structure.

    Did I understand correctly?
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    winstainforthwinstainforth Registered Users Posts: 8 Beginner grinner
    edited October 18, 2014
    That's great, now looking good. Thanks.

    Just a learning curve.
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 18, 2014
    That's great, now looking good. Thanks.

    Just a learning curve.

    Glad everything is looking good now! Just in case you were curious, unlisted folders are still "Public" in the sense that anyone with the URL can access the galleries in them. If you place galleries in an unlisted folder, by association, they have to be unlisted as well because there is no way to access them except by having the link to them ... thereby making them unlisted.

    If you make a folder Private (accessible only to you), all galleries inside it will also only be accessible to you, regardless of the galleries security setting.
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Sign In or Register to comment.