No owner menus within the gallery?

CardenCarden Registered Users Posts: 120 Major grins
edited August 22, 2009 in SmugMug Support
I have all of my menus in the category and sub view but when I get into a specific gallery there are no 'add photos', 'tools', etc.

Did I miss a post and this is being worked on?

Comments

  • AllenAllen Registered Users Posts: 10,014 Major grins
    edited August 22, 2009
    Carden wrote:
    I have all of my menus in the category and sub view but when I get into a specific gallery there are no 'add photos', 'tools', etc.

    Did I miss a post and this is being worked on?
    You hiding your breadcrumb when not logged in?
    See this thread.

    http://www.dgrin.com/showthread.php?t=141235
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • CardenCarden Registered Users Posts: 120 Major grins
    edited August 22, 2009
    Allen wrote:
    You hiding your breadcrumb when not logged in?
    See this thread.

    http://www.dgrin.com/showthread.php?t=141235

    Here is my CSS re: breadcrumb

    #breadcrumb {display:none}
    #breadcrumb {visibility: hidden;}
    .loggedIn #breadcrumb {visibility: visible;
    display: block;
    }

    I have changed nothing there in a long time, used the pull downs within the galleries last night and now... they are gone!

    Thanks for the link Allen. Apparently someone is aware of the "snafu" as someone called it.
  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited August 22, 2009
    Carden wrote:
    Here is my CSS re: breadcrumb

    #breadcrumb {display:none}
    #breadcrumb {visibility: hidden;}
    .loggedIn #breadcrumb {visibility: visible;
    display: block;
    }

    I have changed nothing there in a long time, used the pull downs within the galleries last night and now... they are gone!

    Thanks for the link Allen. Apparently someone is aware of the "snafu" as someone called it.
    The .loggedIn parameter is busted right now (as of the update last night) so your CSS to show the breadcrumb when you are logged in is not working. Smugmug knows about this and hopefully a fix will be forthcoming soon.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited August 22, 2009
    jfriend wrote:
    The .loggedIn parameter is busted right now (as of the update last night) so your CSS to show the breadcrumb when you are logged in is not working. Smugmug knows about this and hopefully a fix will be forthcoming soon.
    Yeah we're on it.
Sign In or Register to comment.