Hi,
I just upgraded to 10.10.x and my menu is no longer showing. All my other information and images show, but not the menu image nor the actual links.
Someone mentioned trying to change cms_module to menu in the template, however that did not work either.
Any ideas?
Upgrade & menu not showing
Re: Upgrade & menu not showing
OK, so I did look through the documentation and I am still having the same issue.
I can add that when I go to the site and look at the code I can see all the code but *only* the menu is not showing so none of the other pages show either - however, I can see all the info in the admin section.
That is all the additional info I have to add. Does anyone have any ideas?? If not, how do I go back to the old version?
I can add that when I go to the site and look at the code I can see all the code but *only* the menu is not showing so none of the other pages show either - however, I can see all the info in the admin section.
That is all the additional info I have to add. Does anyone have any ideas?? If not, how do I go back to the old version?
Re: Upgrade & menu not showing
What does your exact menu call in the template look like?
Otherwise please provide a link to the site in question
Otherwise please provide a link to the site in question
Make your community a better place!
Re: Upgrade & menu not showing
This is the code for that section from the template:
<div id="avmenu" image src="{root_url}/images/design_03.jpg" >
<h2 class="hide">Menu:</h2>
{cms_module='menumanager' collapse='1'}
{search}
<div id="avmenu" image src="{root_url}/images/design_03.jpg" >
<h2 class="hide">Menu:</h2>
{cms_module='menumanager' collapse='1'}
{search}
Re: Upgrade & menu not showing
This was kind of rightchange cms_module to menu in the template

Your menu call should be
Code: Select all
{menu collapse='1'}
Make your community a better place!