Options

loggedIn class in body tag is now gone

jfriendjfriend Registered Users Posts: 8,097 Major grins
edited August 22, 2009 in Bug Reporting
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
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 22, 2009
    jfriend wrote:
    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.
    They are aware of this. On all pages both logged in and out the class
    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
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    je-ffje-ff Registered Users Posts: 58 Big grins
    edited August 22, 2009
    same problem
    Allen wrote:
    They are aware of this. On all pages both logged in and out the class
    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

    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
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 22, 2009
    je-ff wrote:
    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
    This is what should be there. the class loggedIn assigned to the body.

    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.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    je-ffje-ff Registered Users Posts: 58 Big grins
    edited August 22, 2009
    Allen wrote:
    This is what should be there. the class loggedIn assigned to the body.

    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.

    Andy,
    Thanks for the quick reacton,
    I Wait til tomorow and try again
  • Options
    whoalsewhoalse Registered Users Posts: 33 Big grins
    edited August 22, 2009
    Hi Allen,
    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
    Allen wrote:
    This is what should be there. the class loggedIn assigned to the body.

    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.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    whoALSE => Allen
    One form of time travel is thru Captured Moments
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited August 22, 2009
    fixed?
  • Options
    je-ffje-ff Registered Users Posts: 58 Big grins
    edited August 22, 2009
    Andy wrote:
    fixed?
    Sorry Allen
    It is Fixed everithing is working normaly on mij site

    tnx
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited August 22, 2009
    je-ff wrote:
    Sorry Allen
    It is Fixed everithing is working normaly on mij site

    tnx
    bowdown.gif we're very sorry for the brief hassle folks!
  • Options
    jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited August 22, 2009
    Andy wrote:
    fixed?
    Yes, working for me now.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
Sign In or Register to comment.