Magento Menu does not appear

0

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> 

    
asked by anonymous 22.09.2016 / 14:16

1 answer

0

Try to go to:

System > Design Add Design Change >

Select the theme you installed, save and clean the caches.

Maybe this might help.

    
07.03.2017 / 04:52