Please or Register to create posts and topics.

Remove/Hide the Forum Menu?

Hello…

After thoroughly testing the mobile menu is too long and it gets confusing and cover up the topics. (I have created custom mobile menus) Is there a way to hide/remove it?  Or point me to the php file that has the forum menu code.

Thanks a bunch.

Naomi

 

 

 

 

Hello again…

I have already tried the following CSS code in my theme and it didn’t hide the forum menu:

#forum-header {
display: none !important;
}

I believe it’s going to take some php code in my functions.php file.

Thanks

Naomi

 

 

 

Hello again…

I found some CSS code here to remove the menu but it was conflicting with Autoptimize , when I deactivated that plugin the menu disappeared like I wanted and when I reactivated Autoptimize it came back.

I need Autoptimize to help speed up my website.

So, as a workaround can you provide CSS or php code to show only Forum on the menu? I don’t need, Profile, Members, Subscriptions, Activity or Logout, they are now in my custom menu.

Thanks a bunch.

Naomi

 

 

Hello @naomibuch

I suggest you to add the scripts/css files of Asgaros Forum to the excluded files of Autoptimize. The css-code you have posted should work fine – you can also add it to Forum -> Appearance -> Custom CSS.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hi, I use this code to remove the entire bar

div#forum-header {
    display: none !important;
}

 

Hello…

I tried the following code:

div#forum-header {
    display: none !important;
}

And it successfully removed the menu, however I have to deactivate Autoptimize and I need that plugin to speed up my website in order the the CSS code to remove the menu.

So, as a workaround  I was hoping that you could provide CSS or php code to show only Forum on the menu? I don’t need, Profile, Members, Subscriptions, Activity or Logout, they are now in my custom menu.

Thanks a bunch.

Naomi

Hello @naomibuch

You can deactivate all those settings in the forum-options. When the profile-functionality is disabled, the link is gone as well.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!