Tagged: bbpress
-
AuthorPosts
-
February 4, 2014 at 5:58 pm #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.
February 4, 2014 at 6:00 pm #219526This reply has been marked as private.February 4, 2014 at 7:06 pm #219573Hey!
I tried to login but I encountered this:
Briefly unavailable for scheduled maintenance. Check back in a minute.
Cheers!
IsmaelFebruary 4, 2014 at 8:13 pm #219605thats 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
February 5, 2014 at 5:59 pm #220017Hi!
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,
YigitFebruary 5, 2014 at 8:36 pm #220077here is a link to the screenshot
https://www.evernote.com/shard/s2/sh/906de716-fd78-4aac-8307-6ad050dcbe8c/b46f689ead54229be96e74692d3bc5beAs 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.
February 5, 2014 at 8:50 pm #220081Hey!
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,
YigitFebruary 5, 2014 at 9:04 pm #220085Hello,
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
Todd
February 6, 2014 at 4:23 am #220256February 6, 2014 at 6:11 am #220332I 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.
-
AuthorPosts
- The topic ‘bbpress Login Widget problem’ is closed to new replies.