SOLVED: Menu disappeared on upgrade
SOLVED: Menu disappeared on upgrade
HELP!! I upgraded to the newest version of CMS Made Simple and my menu has disappeared! I have in the code: {menu template='cssmenu'} but its not pulling anything up. Any help would be greatly appreciated. (you can see what I mean by going to www.colormatch.com)
Last edited by belgirl on Thu Dec 09, 2010 10:53 pm, edited 1 time in total.
Re: Menu disappeared on upgrade
Are you using a custom menu template or default cssmenu.tpl, if default you need to add .tpl to that call...
{menu template='cssmenu.tpl'}
B.T.W. What version did you upgrade from?...
{menu template='cssmenu.tpl'}
B.T.W. What version did you upgrade from?...
Re: Menu disappeared on upgrade
Hi--Ok, I will try adding .tpl to the end.
I upgraded from 1.5..
I know...I know...
I upgraded from 1.5..
I know...I know...
Re: Menu disappeared on upgrade
Nope..that didn't work either..
Re: Menu disappeared on upgrade
And now the home template is working but i get this on the subpages:
string(74) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;cssmenu""
string(74) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;cssmenu""
Re: Menu disappeared on upgrade
Well we are getting closer...now I just need the current page link to show like on the home page...??
Re: Menu disappeared on upgrade
Is the whole site using the same page template and same menu template?...the current page link to show like on the home page...??
I see some page not showing in top menu when going to them...
Re: Menu disappeared on upgrade
Yes, it is. It should be all showing up now. My only issue still is that if you click on one of the top links and go to that page, the active link disappears. For example, if you click on "about us" and go to that page, the "about us" link disappears...
Re: Menu disappeared on upgrade
My point exactly, what does the {menu} tag look like?...
I've never seen this, unless there is some kind of custom menu template that removes the menuactive part, or it's done with CSS which yours doesn't...
I've never seen this, unless there is some kind of custom menu template that removes the menuactive part, or it's done with CSS which yours doesn't...
Re: Menu disappeared on upgrade
It looks like {menu}
All the sublinks show on pages that aren't subpages. But if its a section header with subpages and I go to one of those subpages, the section header for that section disappears. All the templates are using the same {menu} tag. It only started doing this after I upgraded.
All the sublinks show on pages that aren't subpages. But if its a section header with subpages and I go to one of those subpages, the section header for that section disappears. All the templates are using the same {menu} tag. It only started doing this after I upgraded.
Re: Menu disappeared on upgrade
This is where I would have to get into the backend to figure it out...
Re: Menu disappeared on upgrade
Ok--I am also noticing on the subpages that there is the open-ended code in red that says"
<a class="menuactive menuparent parent"
If you could go to: http://www.colormatch.com/index.php?page=dupont and look in the source code you will see what I mean. It doesn't do that on main pages. I also noticed that if I turn the section header into a normal content page it appears on the subpages just fine. So looks like something weird just with the section header.
<a class="menuactive menuparent parent"
If you could go to: http://www.colormatch.com/index.php?page=dupont and look in the source code you will see what I mean. It doesn't do that on main pages. I also noticed that if I turn the section header into a normal content page it appears on the subpages just fine. So looks like something weird just with the section header.
Re: Menu disappeared on upgrade
Good chance it's in the menu code, I saw that the first time I went to site as I always look in page view source, but I can't do much from here...
You can email or PM a login for me and I will look into it...
You can email or PM a login for me and I will look into it...
Re: Menu disappeared on upgrade
Ok, thank you. Just sent you a PM with info. Really appreciate it.
Re: Menu disappeared on upgrade
The menu template code isn't correct, will tell developer...