cancel
Showing results for 
Search instead for 
Did you mean: 

Main Navigation menu is Not displaying correctly

SOLVED

Main Navigation menu is Not displaying correctly

Hello,
I am having an issue with my website after doing some updates to it in the magento connect menu.
The menu top Navigation menu is only displaying the main product categories and not displaying what it used to display,

my main menu used to display, Home - Products - news - support - contact us and a couple other things i am not sure how to get it to go back to displaying this.

 

The website i am working on is http://dh-vision.com

 

Any help you be appreciated Thank you!

 

Also first after updating the website i was getting error 500 witch i fixed by changing file permissions to 644

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Main Navigation menu is Not displaying correctly

Go to the =>

/app/design/frontend/package/theme/template/page/html/topmenu.phtml

Set your link position.

Or

Use this :

http://www.classyllama.com/blog/editing-magentos-top-links-the-better-way

OpenSource Expert | OpenSource Technologies | www.opensourcetechnologies.com
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions

View solution in original post

2 REPLIES 2

Re: Main Navigation menu is Not displaying correctly

As you have installed a new module so you have to refresh you cache. If the issue persists then enable debug mode and check error log for issue. You can also try uninstalling it and reinstalling it. There are two ways to uninstall a module. One from backend and other by code. To uninstall it from backend go to System -> Magento Connect -> Magento Connect Manager. From there scroll to your plugin and disable it and refresh the cache. To manually uninstall it do following :
 
1. Go to /app/etc/modules/<your_module>.xml
2. Changes <active>true</active> to <active>false</active>.
3. Remove resource config record for your_module from  core_recource table in database.
4. Remove cache from MagentoRoot/var/cache folder.

 

Re: Main Navigation menu is Not displaying correctly

Go to the =>

/app/design/frontend/package/theme/template/page/html/topmenu.phtml

Set your link position.

Or

Use this :

http://www.classyllama.com/blog/editing-magentos-top-links-the-better-way

OpenSource Expert | OpenSource Technologies | www.opensourcetechnologies.com
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions