Sprony

Customer
Hello Russ,

I've got a couple of simple questions which I figured Google could help me with, but apparently not. Someone else made the header for me (News, Articles, Resources, etc) a long time ago. I mistakingly thought that adding a new category would add that to the header (like I did with Test), except it doesn't. The weird thing is though, when I remove something in the Map-Center category it does get removed from the header as well (I removed tutorials and it immediately vanished), but when I add a new forum (articles) to the Map-Center category it doesn't appear in the header. Google keeps sending me to Appearance > Style properties > Header and navigation but I can't seem to find what controls this here. Could you point me in the right direction? Also, the Map-Center thing with the A next to it, can I get rid of that?


1769696810850.png
 
The navigation is completely separate from the nodes/categories. You can however add the nodes/categories into the navigation by going to Admin Panel -> Setup -> Public Navigation.

When adding it, you can choose node as the link type and select the node you want to choose.
 
The navigation is completely separate from the nodes/categories. You can however add the nodes/categories into the navigation by going to Admin Panel -> Setup -> Public Navigation.

When adding it, you can choose node as the link type and select the node you want to choose.
Thank you, that works like a charm. What about the Map-Center parts (with the red A on the screenshot above)? Can I get rid of that?
 
Thank you, that works like a charm. What about the Map-Center parts (with the red A on the screenshot above)? Can I get rid of that?

Well, it's a little tricky. You can indeed hide the page title, but the space would still exist if you have the buttons on the right. The new posts + post thread are a part of the title bar.


Add this to extra.less
Code:
[data-template="forum_list"]
{
.p-title-value { display: none; }
.p-title-pageAction { margin-left: auto; }
}
 
Well, it's a little tricky. You can indeed hide the page title, but the space would still exist if you have the buttons on the right. The new posts + post thread are a part of the title bar.


Add this to extra.less
Code:
[data-template="forum_list"]
{
.p-title-value { display: none; }
.p-title-pageAction { margin-left: auto; }
}
Thank you!
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back