loggedIn class in body tag is now gone
jfriend
Registered Users Posts: 8,097 Major grins
When you are logged in, there is no longer a "loggedIn" class in the body tag or the top level page container (like the homepage div). There are a LOT of users who have CSS that uses that. Please fix.
--John
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
0
Comments
notLoggedIn is assigned to the body. They lost the loggedIn class when
logged out. One example below. Sure messes up a lot of CSS hiding things.
LOGGED OUT
body .category category_Birds tempClass subcategory subcategory_Birding_2009_August notLoggedIn bodyColor_White
LOGGED IN
body .category category_Birds tempClass subcategory subcategory_Birding_2009_August notLoggedIn bodyColor_White
My Website index | My Blog
Allen,
I dont understand wath the loged in and logd out in your anser above mains, I have the same problem I think, on mij htmp only page I can not save. Mij toolbar on the login in the gallery is disapeard. site http://je-ff.smugmug.com
LOGGED IN
body .category category_Birds tempClass subcategory subcategory_Birding_2009_August loggedIn bodyColor_White
In CSS it's used for a rule when logged in and without the class assigned to
the page the CSS will not work.
examples
BreadCrumb {display: none}
.loggedIn BreadCrumb {display: block}
So anywhere in your CSS where loggedIn or notLoggedIn is used it might
not work at the moment. They are aware and trying to fix it.
My Website index | My Blog
Andy,
Thanks for the quick reacton,
I Wait til tomorow and try again
Does that mean, it's not required to have the scripts below added to my galleries since the issues are being worked on?
It's just mayhem....
Thanks
whoALSE => Allen
One form of time travel is thru Captured Moments
Portfolio • Workshops • Facebook • Twitter
It is Fixed everithing is working normaly on mij site
tnx
Portfolio • Workshops • Facebook • Twitter
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question