Triden Theme – userbar text "invisible"

Buddypress and the Corporate theme at the top, Triden for the blogs underneath. The menus for the userbar are unreadable unless you mouse over each item.

I tried to attach images, but I don’t see them here. Hopefully my explanation makes sense.

  • rdbecker
    • WPMU DEV Initiate

    Andrew…sorry for the late reply…been out of town. I’m actually asking about the adminbar (My Account, My Blogs, Notifications). I think “userbar” may have been the wrong word to use. I would give you a link but this is running on my laptop for development.

    While on the main site, I can hover over each menu item and see the individual menu items (i.e. Activity, Profile, Blogs). If I pop into a member blog, the menu items are unreadable. The text that should be gray is white…rendering it unreadable unless I put the mouse pointer over each item.

    Hope this helps.

  • Richie_KS
    • HummingBird

    hi rdbecker

    the triden haven’t been optimized to work 100% with buddypress.

    in your case, it seem the theme option is overwriting the adminbar css

    try open up footer.php and move wp_footer() to before end </body>

    this will make sure it is outside #container that are sync with theme option

    setting.

    cheers