Remove/Hide the Forum Menu?
Quote from naomibuch on September 25, 2019, 1:03 amHello…
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…
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
Quote from naomibuch on September 25, 2019, 11:15 amHello 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 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
Quote from naomibuch on September 25, 2019, 8:09 pmHello 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 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
Quote from Asgaros on September 25, 2019, 10:02 pmHello @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.
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.
Quote from Guillaume on September 25, 2019, 10:27 pmHi, I use this code to remove the entire bar
div#forum-header { display: none !important; }
Hi, I use this code to remove the entire bar
div#forum-header { display: none !important; }
Quote from naomibuch on September 26, 2019, 9:24 amHello…
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…
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
Quote from Asgaros on September 26, 2019, 9:18 pmHello @naomibuch
You can deactivate all those settings in the forum-options. When the profile-functionality is disabled, the link is gone as well.
Hello @naomibuch
You can deactivate all those settings in the forum-options. When the profile-functionality is disabled, the link is gone as well.