Hello, I'm working on an ecommerce project and I'm using the magento platform. When I installed a new template and made all the settings according to the manual all components appeared on the page, however, the navigation menu component did not appear.
Follow the contents of the instruction manual:
NAVIGATION MENU LINKS • Block Title: Navigation Menu Links • Identifier: menu_links • Status: Enabled CONTENT
<ul>
<li class="level0"><a class="level-top" href="{{store direct_url="about-magento-demostore"}}">
<span>About Us</span> </a></li>
<li class="level0"><a class="level-top" href="{{store direct_url="delivery"}}">
<span>Delivery</span> </a></li>
<li class="level0"><a class="level-top" href="{{store direct_url="faqs"}}">
<span>FAQs</span>
</a></li>
<li class="level0"><a class="level-top" href="{{store direct_url="contacts"}}">
<span>Contacts</span> </a></li>
</ul>