Notifications
Clear all

wpForo 1.x.x [Solved] Menu Bar not displaying correctly

4 Posts
2 Users
0 Likes
1,908 Views
Posts: 4
Topic starter
(@neilrichards)
Active Member
Joined: 5 years ago

Hi,

 

I've just newly installed v1.6.1, and it seems that my menu bar is not displaying correctly 'out of the box'. I'm attaching page display on both desktop and mobile, and the link to my page is https://encounter.uk.com/community/ . Could someone please have a quick look and see what the problem might be?

 

Many thanks,

Neil

Topic Tags
3 Replies
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @neilrichards,

Thank you for using wpForo and for contacting us. 

The wpForo menu is a regular WordPress menu. In Dashboard > Appearance > Menu admin page, wpForo creates new navigation menu called “wpForo Navigation (wpForo Menu)” and attaches this menu to wpForo Menu location. So please make sure all you've configured all menu items correctly.

More info here:

https://wpforo.com/docs/root/getting-started/forum-menu/

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

Hi,

Thanks for the info - it was a theme issue in the end 🙂

Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @neilrichards,

I still see a little CSS conflict (see screenshot), please add the following CSS code in "Custom CSS code" textarea located in Dashboard > Forums > Settings > Style tab.

#wpforo #wpforo-wrap #wpforo-menu ul#wpf-menu {
margin-left: 0 !important;
}