Notifications
Clear all

wpForo 1.x.x [Closed] Change Header

6 Posts
2 Users
0 Reactions
1,292 Views
Posts: 5
Topic starter
(@robcastro)
Active Member
Joined: 5 years ago

Hi all,

I use Elementor and have a full width transparent Header. So when wpForo goes to any of its pages (except for the ones I can redirect - Forum, Member, and ones within the menu), it loads the Elementor Header and puts the details over it.

So I cannot access any menu items and it looks a mess as it goes full width.

How do I change the Header please to use a specific header that I can design for the relevant pages?

 

Many thanks

 

Rob

Topic Tags
5 Replies
Alvina
Posts: 1863
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @robcastro,

Please leave your forum URL to allow us to check it.

Posts: 5
Topic starter
(@robcastro)
Active Member
Joined: 5 years ago

Hi,

I reloaded wpforo and all is OK :-), only problem I have is how can I delete the 'Subscribe', attached is an image.

I have all set the Subscribe as No, see attached

any ideas,

 

Many thanks

Rob

1 Reply
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1863

@robcastro,

Please navigate to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textarea:

#wpforo #wpforo-wrap .wpf-action-link span{
display: none;
}

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Posts: 5
Topic starter
(@robcastro)
Active Member
Joined: 5 years ago

Great thanks, the only thing better than your product is your service!....

Last question... 🙂

The 'Members' in the 'Form Statistics' include all wp users? I've fixed it that when the Forum members are listed it only shows those members (20). But in the Form Statistics it still shows 25??

Not a huge problem but highly confusing...

 

Many thaks

 

Rob

Alvina
Posts: 1863
Moderator
(@alvina)
Member
Joined: 5 years ago

@robcastro,

wpForo users system is based on the WordPress user system. All forum users are the same WordPress users. There is no forum specific user in WP/wpForo website. So everything is correct.

In case if you delete some users and it's not updated in the Statistics page, please go to Dashboard > Forums > Dashboard admin page click on the "Update Users Statistic" and "Delete All Caches" button and check again.