I've lost my header...
 
Notifications
Clear all

wpForo 1.x.x [Solved] I've lost my header after the last update!

8 Posts
2 Users
0 Likes
1,362 Views
Arskrigicioniec
Posts: 25
Topic starter
(@arskrigicioniec)
Eminent Member
Joined: 4 years ago

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:

 

7 Replies
Arskrigicioniec
Posts: 25
Topic starter
(@arskrigicioniec)
Eminent Member
Joined: 4 years ago

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?

BlackRaz
Posts: 406
Admin
(@blackraz)
Contributor
Joined: 7 years ago

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/

1 Reply
Arskrigicioniec
(@arskrigicioniec)
Joined: 4 years ago

Eminent Member
Posts: 25
Posted by: @blackraz

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't doesn't help because I still have big white area above the forum. Look here: strategycon.ru/community.

Before today's update I solved it through

#header

{display:none;} 

In wpForo css. It disabled header only for forum page. But now it disables header around all site and I don't know how to hide it on forum page.

BlackRaz
Posts: 406
Admin
(@blackraz)
Contributor
Joined: 7 years ago

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.

1 Reply
Arskrigicioniec
(@arskrigicioniec)
Joined: 4 years ago

Eminent Member
Posts: 25

@blackraz

I've circled it in red

 

BlackRaz
Posts: 406
Admin
(@blackraz)
Contributor
Joined: 7 years ago

Let's try this CSS code

body.wpforo #header {
display: none;
}
Page 1 / 2