Hi !
Can't manage to publish a menu in the topbar left position like the template. I did publish the date module without any problem, but when I'm publishing a menu module on the same position like explained, it's not showing it...
Menu not appearing in Topbar Left
Hi stephane-lavoisard,
Did you set up the module with these configurations?
You can send me the admin account, I will help you resolve this issue.
This message is visible to Moderators only
hidden content
Hi stephane-lavoisard,
Could you give me the name/ID of the template style used for this site?
This message is visible to Moderators only
hidden content
- Edited
Hi stephane-lavoisard,
We are currently investigating this issue.
Hi stephane-lavoisard,
At the moment, you can use the Custom module with the following HTML code to create the menu item on the topbar:
<ul class="nav navbar-nav ">
<li class="nav-item"><a href="/cp-montessori" class="nav-link"><span><span class="menu-item-title">Montessori</span></span></a></li>
<li class="nav-item"><a href="/cp-switch" class="nav-link"><span><span class="menu-item-title">Switch</span></span></a></li>
</ul>
I have helped you create the Custom module, you can check your site now.