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. 🙁
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;
}
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!