Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Today I downloaded the last update of WpForo and my site lost header! The problem resolves only with disabling wp foro. I have to disable it because in header I have a menu.
Without wpforo:
With wpforo active:
I've found the origin of the problem: i had display: none for #header in wpForo css. Before today's update it worked only for foro header, but after it works for all site. How can I hide only wpForo #header?
Hi dear @arskrigicioniec
You should disable " Show Top/Menu Bar " from Dashboard => Forums => Settings => Features
more you can read on documentation https://wpforo.com/docs/root/wpforo-settings/features/
I haven't seen any problem, all looks good at your site.
Please make a screenshot and highlight the place you have to want to hide.
Let's try this CSS code
body.wpforo #header {
display: none;
}