Please or Register to create posts and topics.

Deactivating the upper menu bar

Hello,

would it be possible in the forum settings that this upper menu bar is deactivated or no longer displayed?

Greetings,
so27

Hello @so27

To hide the upper menu-bar completely you have to add the following css-code to your themes style.css-file:

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

 

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

Wow, thanks a lot. The best forum for me for WordPress. A few things are still missing, but I’m sure you’ll be getting some updates.

Hello,

I have now packed the code into the Style. css file of the theme, but the top menu bar remains visible.

Even after I have written the code into the template itself, the menu bar remains visible.

What else can I do?

Thank you for your help.

Uploaded files:
  • 2018-02-20_14h10_22.png
  • 2018-02-20_14h14_27.png
  • 2018-02-20_14h15_23.png

Have you reloaded your website with CTRL+F5 to ensure that there are no old files in your browsers cache?

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

Yeah, that’s what I did. I even opened the site in different browsers. The menu bar also remains here.

@so27

Könntest du deine Seite hier vielleicht verlinken? Dann könnte ich mal kurz mit dem CSS-Inspektor drüberschauen. Vielleicht wird da durch irgendetwas noch das CSS überschrieben.

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

Hier die Adresse (sie ist Teil eines YouTube-Tutorials): http://balu.svohosting.de/

Ah verdammt, mein Fehler. Dies sollte funktionieren:

#af-wrapper #forum-header,
#af-wrapper #forum-header-container {
    display: none !important;
}

Deaktiviere in den Einstellungen auch noch die Breadcrumbs. Damit sparst du dir dann ein paar unnötige Datenbank-Abfragen wenn du sie eh ausblendest. 🙂

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

Herzlichen Dank für die Geduld und Hilfe. Jetzt funktioniert es einwandfrei. Der Tipp mit den Breadcrumbs ist auch nicht schlecht.

Asgaros has reacted to this post.
Asgaros