Options

No Tools to work with?

zip022zip022 Registered Users Posts: 52 Big grins
edited April 8, 2010 in SmugMug Support
I created an empty gallery and can't delete it because there is no Tools on the page. My page is valleyroadimages.com and I wish to delete Flowers under both Other and Animals...neither give the option of "tools"...help please and thanks! Always.

deb

Comments

  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited April 8, 2010
    Remove this CSS from your site-wide-customization which is hiding the tools button in an empty gallery:

    .nophotos,
    .gallery_11184865 #photos
    {display: none;}

    To hide just the no photos msg in empty galleries, but retain access to the tools when logged in I would suggest adding this CSS:

    .notLoggedIn .emptyGallery {display: none;}
    .nophotos h3 {display: none;}
    .nophotos {background: none !important; border: none !important;}
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    zip022zip022 Registered Users Posts: 52 Big grins
    edited April 8, 2010
    Huh? I don't see this text....
    I am looking under 'advanced customization' where all my other stuff is?

    deb
    jfriend wrote:
    Remove this CSS from your site-wide-customization which is hiding the tools button in an empty gallery:

    .nophotos,
    .gallery_11184865 #photos
    {display: none;}

    To hide just the no photos msg in empty galleries, but retain access to the tools when logged in I would suggest adding this CSS:

    .notLoggedIn .emptyGallery {display: none;}
    .nophotos h3 {display: none;}
    .nophotos {background: none !important; border: none !important;}
  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited April 8, 2010
    zip022 wrote:
    I am looking under 'advanced customization' where all my other stuff is?

    deb
    It's in the CSS box in the site-wide-customization, near the bottom of that CSS (shown in red below)
    #my_banner {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    background: url(http://zip.smugmug.com/photos/457686364_FAPxu-L.jpg) no-repeat; }
    
    #navcontainer ul{marin:0;list-style-type:none;text-align:center;font-size:160%; font-family: segoe print, Papyrus;}
    #navcontainer ul li{display:inline;}
    #navcontainer ul li a{text-decoration:none;padding:.2em 1.5em; color:#6666 ;background-color;#036;}
    #navcontainer ul li a:hover{color:#fff;background-color:#369;}
    
    .homepage #galleriesBox,
    .homepage #categoriesBox,
    .homepage #featuredBox {
        display: none;
    }
    
    .galleries #bioBox {
        display: none;
    }
    
    .galleries #galleriesBox,
    .galleries #categoriesBox,
    .galleries #featuredBox {
        display: block;
    } 
    
    .loggedIn .homepage #galleriesBox,
    .loggedIn .homepage #categoriesBox {
        display: block;
    }
    
    .galleries #slideshowBox {display: none;} 
    .galleries #homepagePhotoVideo {
        display: none;
    }
    
    #breadcrumb {visibility: hidden;}
    #altViews {visibility: visible;}
    .loggedIn #breadcrumb {visibility: visible;}
    
    .gallery_1184865.nophotos h3 {display: none;}
    
    [COLOR=red].nophotos,
    .gallery_11184865 #photos 
    {display: none;}[/COLOR]
    
    .gallery_11184865 #albumDescription
    {border-top:none;}
    
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • Options
    zip022zip022 Registered Users Posts: 52 Big grins
    edited April 8, 2010
    Silly me...
    I guess I forgot to scrowl down....recovering from minor surgery, probabaly shouldn't be doing this right now!!!
    Thank you for your help.

    jfriend wrote:
    It's in the CSS box in the site-wide-customization, near the bottom of that CSS (shown in red below)
    #my_banner {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    background: url(http://zip.smugmug.com/photos/457686364_FAPxu-L.jpg) no-repeat; }
     
    #navcontainer ul{marin:0;list-style-type:none;text-align:center;font-size:160%; font-family: segoe print, Papyrus;}
    #navcontainer ul li{display:inline;}
    #navcontainer ul li a{text-decoration:none;padding:.2em 1.5em; color:#6666 ;background-color;#036;}
    #navcontainer ul li a:hover{color:#fff;background-color:#369;}
     
    .homepage #galleriesBox,
    .homepage #categoriesBox,
    .homepage #featuredBox {
        display: none;
    }
     
    .galleries #bioBox {
        display: none;
    }
     
    .galleries #galleriesBox,
    .galleries #categoriesBox,
    .galleries #featuredBox {
        display: block;
    } 
     
    .loggedIn .homepage #galleriesBox,
    .loggedIn .homepage #categoriesBox {
        display: block;
    }
     
    .galleries #slideshowBox {display: none;} 
    .galleries #homepagePhotoVideo {
        display: none;
    }
     
    #breadcrumb {visibility: hidden;}
    #altViews {visibility: visible;}
    .loggedIn #breadcrumb {visibility: visible;}
     
    .gallery_1184865.nophotos h3 {display: none;}
     
    [COLOR=red].nophotos,
    .gallery_11184865 #photos 
    {display: none;}[/COLOR]
     
    .gallery_11184865 #albumDescription
    {border-top:none;}
    
Sign In or Register to comment.