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

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.

 

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

8 Posts
2 Users
0 Reactions
1,995 Views
Arskrigicioniec
Posts: 25
Topic starter
(@arskrigicioniec)
Eminent Member
Joined: 6 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: 6 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: 396
Admin
(@blackraz)
Contributor
Joined: 9 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: 6 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: 396
Admin
(@blackraz)
Contributor
Joined: 9 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: 6 years ago

Eminent Member
Posts: 25

@blackraz

I've circled it in red

 

BlackRaz
Posts: 396
Admin
(@blackraz)
Contributor
Joined: 9 years ago

Let's try this CSS code

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