PDA

View Full Version : No owner menus within the gallery?


Carden
Aug-22-2009, 09:27 AM
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?

Allen
Aug-22-2009, 09:40 AM
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

Carden
Aug-22-2009, 10:32 AM
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.

jfriend
Aug-22-2009, 10:51 AM
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.

Andy
Aug-22-2009, 10:54 AM
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.