Hiding branding, ownership and formating a gallery

KMpicsKMpics Registered Users Posts: 61 Big grins
edited February 21, 2014 in SmugMug Customization
So on the old version the below code did what I wanted it to... how can I do this in the new smugmug galleries? Thanks for the help in advance!

(code placed into the description field)

<html>
<style type="text/css">
#breadcrumb,
#feeds, #footer,
#header_wrapper {display:none !important;}
</style>
<center>
<img src="http://chatugecustomhomes.com/images/cch.gif&quot; /">
</center>
<br /><center>
<center>
</html>

Comments

  • DanCarl97DanCarl97 Registered Users Posts: 139 Major grins
    edited February 21, 2014
    KMpics wrote: »
    So on the old version the below code did what I wanted it to... how can I do this in the new smugmug galleries? Thanks for the help in advance!

    (code placed into the description field)

    <html>
    <style type="text/css">
    #breadcrumb,
    #feeds, #footer,
    #header_wrapper {display:none !important;}
    </style>
    <center>
    <img src="http://chatugecustomhomes.com/images/cch.gif&quot; /">
    </center>
    <br /><center>
    <center>
    </html>

    So what you'd like to do is hide all trace of your site? There's a really easy way to do this but your logo and URL are replaced with Smugmug's (but the files are on your site). You can simply select 'Hide Owner' in the Security and Privacy tab of gallery settings.

    If you want to keep the look of the site yet remove the Header and Footer, you could try this:
    div.sm-page-layout-region div.sm-page-layout-region-header, div.sm-page-layout-region div.sm-page-layout-region-footer {
    display:none !important;
    }
    
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited February 21, 2014
    Only galleries have the "hide owner" toggle under gallery settings, pages and folders do not.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • KMpicsKMpics Registered Users Posts: 61 Big grins
    edited February 21, 2014
    DanCarl97 wrote: »
    So what you'd like to do is hide all trace of your site? There's a really easy way to do this but your logo and URL are replaced with Smugmug's (but the files are on your site). You can simply select 'Hide Owner' in the Security and Privacy tab of gallery settings.

    If you want to keep the look of the site yet remove the Header and Footer, you could try this:
    div.sm-page-layout-region div.sm-page-layout-region-header, div.sm-page-layout-region div.sm-page-layout-region-footer {
    display:none !important;
    }
    


    Awesome thanks so much!
  • KMpicsKMpics Registered Users Posts: 61 Big grins
    edited February 21, 2014
    Allen wrote: »
    Only galleries have the "hide owner" toggle under gallery settings, pages and folders do not.


    You helped me with the code last time and thanks so much for helping again! Can I change the gallery background on just the unbranded galleries? So far it looks like the changes are universal.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited February 21, 2014
    KMpics wrote: »
    You helped me with the code last time and thanks so much for helping again! Can I change the gallery background on just the unbranded galleries? So far it looks like the changes are universal.
    I don't think so. On legacy Smug this was possible because you could add html to the gallery
    description. This enabled you to set specific CSS for the gallery like sharegroups and communities.

    You might get away with <style> tags to do this on NewSmug.
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.