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...

    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.

    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.

    Write a Reply...
    You need to Login to view replies.