0
Welcome Guest! Login
0 items Join Now

magento 1.7 and mageMenus disappeared

  • magento 1.7 and mageMenus disappeared

    Posted 13 years 5 days ago
    • I upgraded my Magento / Panacea development site from 1.6.1 to 1.7. The main menu at the top of the page is now gone. I looked at the source that is generated and the both the javascript and magemenu-top divs are not present. Do you know what I need to correct for this? I'm just starting into the trouble-shooting but would appreciate a more direct route to the end if you know what's wrong.

      Thanks.
  • Re: magento 1.7 and mageMenus disappeared

    Posted 12 years 11 months ago
    • Experiencing a similar issue on 1.7 as well, did you have any luck resolving this?
  • Re: magento 1.7 and mageMenus disappeared

    Posted 12 years 3 months ago
    • I am having the same problem, did you ever figure it out?
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: magento 1.7 and mageMenus disappeared

    Posted 12 years 3 months ago
    • Open app/design/frontend/THEME/default/layout/page.xml and paste the following bold part around line 63, immediately after the <label>Navigation Bar</label> tag:

      <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
      <label>Navigation Bar</label>
      <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
      </block>


      In 1.7 they moved the menu block to page.xml instead of in catalog.xml where it was in 1.6.
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
    • ladbroke's Avatar
    • ladbroke
    • Sr. Rocketeer
    • Posts: 166
    • Thanks: 4

    Re: magento 1.7 and mageMenus disappeared

    Posted 11 years 9 months ago
    • I too am having this problem, except I'm using the Magento Infuse template. I tried the fix above, but the page won't load at all now, giving me the error:

      Invalid method Mage_Page_Block_Html_Topmenu::renderCategoriesMenuHtml(Array
      (
      [0] => 0
      [1] => level-top
      )
      )

      Any ideas gratefully received!
    • Last Edit: 11 years 8 months ago by ladbroke.
    • ladbroke's Avatar
    • ladbroke
    • Sr. Rocketeer
    • Posts: 166
    • Thanks: 4

    Re: magento 1.7 and mageMenus disappeared

    Posted 11 years 8 months ago
    • For anybody else having this problem with Infuse Magento template, follow Sam's fix above, but paste the bold code below instead:

      <block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>

      Hope this helps somebody out!

Time to create page: 0.084 seconds