How do I delete photos from ulisted gallery?

elenaNelenaN Registered Users Posts: 6 Beginner grinner
edited April 30, 2013 in SmugMug Support
Hello! Well the question is in subject. I want to delete just some photos, not all of them.
Also, how to manage unlisted gallery now? After account settings view was changed it became very complicated!:scratch

Thanks in advance!

Comments

  • TeachTeach Registered Users Posts: 321 Major grins
    edited April 30, 2013
    You can follow these steps to delete individual items from a gallery.

    go to the gallery > tools > many photos > delete > select the images > delete

    If you are logged into your site you will see all of your unlisted galleries and will be able to manage them from the account owner's view.
    Heather
    SmugMug Support Hero
  • elenaNelenaN Registered Users Posts: 6 Beginner grinner
    edited April 30, 2013
    This is unlisted gallery. When I open it I don't have menu with tools.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited April 30, 2013
    elenaN wrote: »
    This is unlisted gallery. When I open it I don't have menu with tools.
    Without a link to your site we would be just guessing.
    Look through your advanced CSS for #breadcrumb {display: none;} and change it to this.
    .notLoggedIn #breadcrumb {display: none;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • elenaNelenaN Registered Users Posts: 6 Beginner grinner
    edited April 30, 2013
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited April 30, 2013
    elenaN wrote: »
    Add the red to this existing rule in your CSS. Might also add to any other rules like this.
    .gallery_21109050 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • elenaNelenaN Registered Users Posts: 6 Beginner grinner
    edited April 30, 2013
    Allen wrote: »
    Without a link to your site we would be just guessing.
    Look through your advanced CSS for #breadcrumb {display: none;} and change it to this.
    .notLoggedIn #breadcrumb {display: none;}


    Is there any easier ways to do this? I'm not really experienced with CSS. Before Account Settings look was changed I could manage unlisted galleries through it. Now it seems impossible. I even cannot change unlisted gallery to listed for a while...
  • elenaNelenaN Registered Users Posts: 6 Beginner grinner
    edited April 30, 2013
    Allen wrote: »
    Add the red to this existing rule in your CSS. Might also add to any other rules like this.
    .gallery_21109050 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
    


    Just tried - nothing changed. I want just delete one picture from this gallery! Why it so complicated?
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited April 30, 2013
    elenaN wrote: »
    Just tried - nothing changed. I want just delete one picture from this gallery! Why it so complicated?
    Here's the bottom of your advanced CSS. Scroll up from the bottom add red.
    ...
    ...
    .gallery_21176419 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
    
     
    .gallery_21109050 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
    
    .gallery_21176467 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
     
    
    .gallery_21176509 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
    
    /*----no links on photo------------------*/
    .gallery_21109050 #journal .photo.right {
    cursor: auto;
    }
    .gallery_21109050 #journal .photo a {
    cursor: auto;
    }
    .gallery_21109050 #journal .photo img {
    cursor: auto;
    }
    
    .gallery_21176419 #journal .photo.right {
    cursor: auto;
    }
    .gallery_21176419 #journal .photo a {
    cursor: auto;
    }
    .gallery_21176419 #journal .photo img {
    cursor: auto;
    }
    
    .gallery_21176467 #journal .photo.right {
    cursor: auto;
    }
    .gallery_21176467 #journal .photo a {
    cursor: auto;
    }
    .gallery_21176467 #journal .photo img {
    cursor: auto;
    }
    
    .gallery_21176509 #journal .photo.right {
    cursor: auto;
    }
    .gallery_21176509 #journal .photo a {
    cursor: auto;
    }
    .gallery_21176509 #journal .photo img {
    cursor: auto;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • elenaNelenaN Registered Users Posts: 6 Beginner grinner
    edited April 30, 2013
    Allen wrote: »
    Here's the bottom of your advanced CSS. Scroll up from the bottom add red.
    ...
    ...
    .gallery_21176419 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
    
     
    .gallery_21109050 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
    
    .gallery_21176467 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
     
    
    .gallery_21176509 [COLOR=Red].notLoggedIn[/COLOR] #breadcrumb {
    display: none;
    }
    
    /*----no links on photo------------------*/
    .gallery_21109050 #journal .photo.right {
    cursor: auto;
    }
    .gallery_21109050 #journal .photo a {
    cursor: auto;
    }
    .gallery_21109050 #journal .photo img {
    cursor: auto;
    }
    
    .gallery_21176419 #journal .photo.right {
    cursor: auto;
    }
    .gallery_21176419 #journal .photo a {
    cursor: auto;
    }
    .gallery_21176419 #journal .photo img {
    cursor: auto;
    }
    
    .gallery_21176467 #journal .photo.right {
    cursor: auto;
    }
    .gallery_21176467 #journal .photo a {
    cursor: auto;
    }
    .gallery_21176467 #journal .photo img {
    cursor: auto;
    }
    
    .gallery_21176509 #journal .photo.right {
    cursor: auto;
    }
    .gallery_21176509 #journal .photo a {
    cursor: auto;
    }
    .gallery_21176509 #journal .photo img {
    cursor: auto;
    }
    



    OK, I've done it. What that suppose to change? The photo which I want to delete is still there and no tool bar in the galleryne_nau.gif
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited April 30, 2013
    elenaN wrote: »
    OK, I've done it. What that suppose to change? The photo which I want to delete is still there and no tool bar in the galleryne_nau.gif
    Use cap "c"
    .gallery_21109050 #bread[B][COLOR=Red]C[/COLOR][/B]rumbTrail {
    display: none;
    }
    
    But I'd use this instead because it includes hiding the slideshow button. And when logged in you will have all your tools buttons.
    .notLoggedIn.gallery_21109050 #breadcrumb {
    display: none;
    }
    

    The only photo I see is the one in with your text. headscratch.gif
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.