Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #219525

    Hello,

    the login/logout widget is not displaying correctly for BBress. I have tried messing with the CSS and I can fix some of it. But the name and link to the profile isn’t even showing and I can’t seem to find it anywhere.

    I will send links and login in next private post

    Update: this a DreamPress account. It uses varnish. You can purge Varnish on the main admin dashboard.

    Thanks

    Todd

    • This topic was modified 10 years, 9 months ago by toddgeist.
    #219526
    This reply has been marked as private.
    #219573

    Hey!

    I tried to login but I encountered this:

    Briefly unavailable for scheduled maintenance. Check back in a minute.

    Cheers!
    Ismael

    #219605

    thats strange.

    Not even sure where that message comes from.

    I just reset the password, and tested the login and it worked

    Can you try again?

    Thanks

    Todd

    #220017

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .bbp-logged-in a { color: white; }
    #bbp-search-form #bbp_search_submit {  padding: 14px 0px; }

    It will fix the log out color and search buttons padding. For other issue, can you post a screenshot?

    Best regards,
    Yigit

    #220077

    here is a link to the screenshot
    https://www.evernote.com/shard/s2/sh/906de716-fd78-4aac-8307-6ad050dcbe8c/b46f689ead54229be96e74692d3bc5be

    As you can see from above the logout button is all messed up. You need to log in to see the problem.

    Todd

    • This reply was modified 10 years, 9 months ago by toddgeist.
    #220081

    Hey!

    I updated my code in Style.css file and added !important rule to force it as following

    .bbp-logged-in a { color: white!important; }

    Please flush browser cache and settings of caching plugin you are using then refresh your page a few times.

    Regards,
    Yigit

    #220085

    Hello,

    The color is not the big issue. I can fix that. The avatar image is not in the right place and the profile link is not even visible. Here is a movie where I try to show what I mean.

    and here is an image of how the widget looks on another page with BBpress

    https://www.evernote.com/shard/s2/sh/4fd1930b-e52f-4fe6-abc0-a2fa8f3c87bc/59bd0ae3413fcb1ef5a6fb10cd3edba4

    Todd

    #220256

    Hi!

    The “Logout” button looks ok on my end. Please remove browser cache then reload the page a few times:

    Regards,
    Ismael

    #220332

    I fixed it. the image you posted was still not correct.

    This is what it is supposed to look like.

    Notice the “Todd Geist” that was the hidden anchor I was trying to expose. That link and the avatar image are links to the BBPress profile for the logged in user. Having smashed into the Logout button made no sense. This is what I was trying to achieve.

    Here is the CSS I used to achieve it.

    /*  bbpress logout button */
    #top .bbp_widget_login .bbp-logged-in .button {
    	position: relative ;
    	color: white ; 
    	top :  0 ;
    	left : 0 ;
    }
    
    /*make the hidden h4 visible and center it */
    #bbp_login_widget-3 > div > h4{
    	display: block;
    	padding-top : 12px;
    }
    
    /* fix the search button */
    #bbp-search-form #bbp_search_submit {
    	padding: 14px 0px; 
    	margin-top: 2px;
    }

    Todd

    • This reply was modified 10 years, 9 months ago by toddgeist.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘bbpress Login Widget problem’ is closed to new replies.