PDA

View Full Version : Toolbar missing since today's maintenance


JerryBarton
Aug-22-2009, 09:28 AM
Since coming up with the "Nicenames" feature upgrade about an hour ago, the 'logged in toolbar' (I don't know its official name) now only appears on the Home Page and not for the individual galleries. So, for example, I cannot delete pictures from galleries. Please Fix.

It all worked as usual 18 hours ago.

[I have three duplicate pictures because the Java uploader reported a 'read timeout' error so I repeated the upload and they are now there twice]

Thanks
Jerry
www.jerrybarton.eu (http://www.jerrybarton.eu)

Allen
Aug-22-2009, 09:35 AM
Since coming up with the "Nicenames" feature upgrade about an hour ago, the 'logged in toolbar' (I don't know its official name) now only appears on the Home Page and not for the individual galleries. So, for example, I cannot delete pictures from galleries. Please Fix.

It all worked as usual 18 hours ago.

[I have three duplicate pictures because the Java uploader reported a 'read timeout' error so I repeated the upload and they are now there twice]

Thanks
Jerry
www.jerrybarton.eu (http://www.jerrybarton.eu)
They are in the breadcrumb div and you have this in your CSS.

#breadcrumb {display:none;}
.loggedIn #breadcrumb {display:block;}

There is not a class name loggedIn to use currently, they are looking into
it. Seems notLoggedIn is there both logged in and out.

body class viewing with WebDEv
body .smugmug smugmug_ajax galleryPage gallery_7988135 tempClass category_Landscapes notLoggedIn bodyColor_Black

Allen
Aug-22-2009, 09:48 AM
I just noticed my share button is missing when logged in. This is a result of
the above class name snafu. Anyone that is missing things on their page when
logged in don't panic, they are looking into fixen' it.

So anywhere in your CSS that is using .loggedIn class name is not working correctly.

alexf
Aug-22-2009, 10:00 AM
I just noticed my share button is missing when logged in. This is a result of
the above class name snafu. Anyone that is missing things on their page when
logged in don't panic, they are looking into fixen' it.

So anywhere in your CSS that is using .loggedIn class name is not working correctly.

I came in to report that my Share button was missing and see you have already commented on it. I checked all my galleries and it's gone. All of them still have the Share option checked. I guess I'll have to wait. I was about to post a bunch of links today but without it it's a pain.

Andy
Aug-22-2009, 04:27 PM
I came in to report that my Share button was missing and see you have already commented on it. I checked all my galleries and it's gone. All of them still have the Share option checked. I guess I'll have to wait. I was about to post a bunch of links today but without it it's a pain.
Alex, look here when logged in, I see the share button fine:
http://alexfeldsteinphotography.com/Travel/Toronto/Toronto/8277068_FWLT2#626844839_Dt6k5

was broken, we fixed it. All better?

alexf
Aug-23-2009, 04:49 AM
Alex, look here when logged in, I see the share button fine:
http://alexfeldsteinphotography.com/Travel/Toronto/Toronto/8277068_FWLT2#626844839_Dt6k5

was broken, we fixed it. All better?

Yes indeed. It was fixed. Thanks!

SamirD
Aug-23-2009, 05:42 AM
I think this may be related to the loggedin/notloggedin classes and the work to fix them, so I'll post this here.

When I log in, it takes me back to the gallery as normal, but doesn't indicate as being loggedin. I have to click on login again. It doesn't ask for login information again, and goes back the gallery, this time being correctly logged in. It's similar to the issue how we all had to log in twice years ago.

Andy
Aug-23-2009, 05:47 AM
I think this may be related to the loggedin/notloggedin classes and the work to fix them, so I'll post this here.

When I log in, it takes me back to the gallery as normal, but doesn't indicate as being loggedin. I have to click on login again. It doesn't ask for login information again, and goes back the gallery, this time being correctly logged in. It's similar to the issue how we all had to log in twice years ago.nope - your cookie just needs to be set for your custom domain, refresh does that. Or visiting another page on your site.

SamirD
Aug-23-2009, 06:46 AM
nope - your cookie just needs to be set for your custom domain, refresh does that. Or visiting another page on your site.Ahhh...didn't notice I was on the custom domain. Thank you Andy for pointing this out. Carry on! :thumb