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;
}