Options

Add Multiple Banners

AllenAllen Registered Users Posts: 10,011 Major grins
edited August 23, 2013 in SmugMug Customization
I'm trying to change my "entire site" banner to a different one for a folder. This CSS hides the "entire
site" banner for two folders and only for these two.
.sm-page-node-JRVSp .sm-page-widget-375011 .sm-image, /* 2013-2 */
.sm-page-node-hHPg7 .sm-page-widget-375011 .sm-image /* 2013-1 */
{display:none;}
But I can' find a way to replace the image with a new image. This does not work.
   /* banner */
.sm-page-node-JRVSp .sm-page-widget-375011 .sm-image, /* 2013-2 */
.sm-page-node-hHPg7 .sm-page-widget-375011 .sm-image /* 2013-1 */
  {
   width: 1024px !important;
   height: 71px !important;
   margin: 0 auto !important;
   background: url(http://www.photosbyat.com/photos/i-L28mKGv/4/XL/i-L28mKGv-XL.jpg) no-repeat !important;
}
Any ideas?
Al - Just a volunteer here having fun
My Website index | My Blog

Comments

  • Options
    basfltbasflt Registered Users Posts: 1,882 Major grins
    edited August 22, 2013
    i think there is something with the link URL
    the URL above cannot be found

    this here does change the banner ( Birding 2013 August Galleries)

    .category_Birds #myLogo, .galleryPage.gallery_558005 #myLogo {
        display: block;
        background: url("http://welectronics.com/gsm/Nokia/nokia-1110.jpg" ) repeat scroll 0% 0% transparent;
        height: 55px;
        width: 800px;
    }
    
  • Options
    aschendelaschendel Registered Users Posts: 283 Major grins
    edited August 22, 2013
    basflt wrote: »
    i think there is something with the link URL
    the URL above cannot be found

    this here does change the banner ( Birding 2013 August Galleries)

    .category_Birds #myLogo, .galleryPage.gallery_558005 #myLogo {
        display: block;
        background: url("http://welectronics.com/gsm/Nokia/nokia-1110.jpg" ) repeat scroll 0% 0% transparent;
        height: 55px;
        width: 800px;
    }
    


    Isn't that legacy SM? The new one doesn't give us such nice hooks. I wish they would add a class for each folder and then gallery to the body tag, as we drill down each level would keep the prior tags and add a new one named for the current level. then we could hook into those to change things at a specific level and have our changes "flow down".

    Andy
  • Options
    basfltbasflt Registered Users Posts: 1,882 Major grins
    edited August 22, 2013
    no idea , i aint an expert
    i just copied it from Al his own site
    all i did was change the link in another
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 22, 2013
    basflt wrote: »
    i think there is something with the link URL
    the URL above cannot be found

    this here does change the banner ( Birding 2013 August Galleries)

    .category_Birds #myLogo, .galleryPage.gallery_558005 #myLogo {
        display: block;
        background: url("http://welectronics.com/gsm/Nokia/nokia-1110.jpg" ) repeat scroll 0% 0% transparent;
        height: 55px;
        width: 800px;
    }
    
    I already have multiple banners/logos on my legacy site, just need to do it on NewSmug.

    We really need this, feature request here.
    http://www.dgrin.com/showthread.php?p=1901519#post1901519
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    basfltbasflt Registered Users Posts: 1,882 Major grins
    edited August 23, 2013
    Allen wrote: »
    I already have multiple banners/logos on my legacy site, just need to do it on NewSmug.

    We really need this, feature request here.
    http://www.dgrin.com/showthread.php?p=1901519#post1901519
    then you must make this specific gallery a custom gallery

    close customizer
    open the gallery , then open customizer
    this gives the option to make it custom
    drag a logo box in the header section and choose your image

    the gallery will neglect all your other sitewide changes , so need to do some extra work on it
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 23, 2013
    basflt wrote: »
    then you must make this specific gallery a custom gallery

    close customizer
    open the gallery , then open customizer
    this gives the option to make it custom
    drag a logo box in the header section and choose your image

    the gallery will neglect all your other sitewide changes , so need to do some extra work on it
    So I have to change 1519 galleries plus all the cat and sub-cat folders individually? Gross!!!!!

    I now have a single photo box on my "entire site", do I need to change that to a logo "entire site"? This
    is what I want on all pages except for specific areas. In specific areas customize "just this... " replacing
    the logo?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    basfltbasflt Registered Users Posts: 1,882 Major grins
    edited August 23, 2013
    i thought you wanted to change the banner on a folder
    doing 1519 galleries would be a lot of work indeed
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 23, 2013
    basflt wrote: »
    i thought you wanted to change the banner on a folder
    doing 1519 galleries would be a lot of work indeed
    I wanted to change the banner on a folder and have it flow down to all sub-folders and galleries. That's the whole point of this. Real easy on legacy site and many did that.

    But as you go down the body class does not carry the parent pages classes.

    main folder class,
    main folder class > all sub-folders class,
    main folder class > all sub-folders > all galleries class
    {new logo image}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    basfltbasflt Registered Users Posts: 1,882 Major grins
    edited August 23, 2013
    the same story
    go to subfolder
    go to customizer , make this folder custom
    then all galleries in the folder obey
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 23, 2013
    basflt wrote: »
    the same story
    go to subfolder
    go to customizer , make this folder custom
    then all galleries in the folder obey
    Most are all custom now. I added an html box on folder page and it doesn't show on any of its galleries?
    Does the logo act differently?
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.