Notifications
Clear all

wpForo 1.x.x [Closed] Some profile menu tabs not working

3 Posts
2 Users
1 Likes
1,504 Views
Wendell
Posts: 242
Topic starter
(@wendell)
Reputable Member
Joined: 7 years ago

Screenshot:  https://cl.ly/1T1L0n3e3X2N

Not sure why this is happening, but I can still get to those pages using direct links, which I have in the primary menu at the top. The tabs also seem to work on mobile devices.

I've double-checked my CSS and theme and can't seem to find any problems there.

Any ideas? Is this possibly a known bug? Or maybe I'm just missing something dumb. 🙁

2 Replies
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @wendell,

It seems you've disabled the user reputation system and the profile menu CSS starts conflict with the theme. If you're going to keep disabled the reputation  badges you should use this CSS code to fix the issue. put it in Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpforo-profile-wrap .h-footer {
z-index: 10;
position: relative;
}
Wendell
Posts: 242
Topic starter
(@wendell)
Reputable Member
Joined: 7 years ago

Thank you! The website in question consists of a bunch of crusty old land surveyors that think the reputation stuff in a forum is just silly. LOL

But I am hopeful to add that later as I get more younger people involved, so I have marked that chunk of CSS very clearly to remind myself. Thanks again!