Page 1 of 2
SOLVED: Menu disappeared on upgrade
Posted: Wed Dec 08, 2010 9:42 pm
by belgirl
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)
Re: Menu disappeared on upgrade
Posted: Wed Dec 08, 2010 9:45 pm
by Dr.CSS
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?...
Re: Menu disappeared on upgrade
Posted: Wed Dec 08, 2010 9:47 pm
by belgirl
Hi--Ok, I will try adding .tpl to the end.
I upgraded from 1.5..
I know...I know...
Re: Menu disappeared on upgrade
Posted: Wed Dec 08, 2010 9:48 pm
by belgirl
Nope..that didn't work either..
Re: Menu disappeared on upgrade
Posted: Wed Dec 08, 2010 10:14 pm
by belgirl
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""
Re: Menu disappeared on upgrade
Posted: Wed Dec 08, 2010 10:30 pm
by belgirl
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
Posted: Wed Dec 08, 2010 10:46 pm
by Dr.CSS
the current page link to show like on the home page...??
Is the whole site using the same page template and same menu template?...
I see some page not showing in top menu when going to them...
Re: Menu disappeared on upgrade
Posted: Wed Dec 08, 2010 11:19 pm
by belgirl
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
Posted: Wed Dec 08, 2010 11:55 pm
by Dr.CSS
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...
Re: Menu disappeared on upgrade
Posted: Thu Dec 09, 2010 1:13 pm
by belgirl
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.
Re: Menu disappeared on upgrade
Posted: Thu Dec 09, 2010 6:38 pm
by Dr.CSS
This is where I would have to get into the backend to figure it out...
Re: Menu disappeared on upgrade
Posted: Thu Dec 09, 2010 6:42 pm
by belgirl
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.
Re: Menu disappeared on upgrade
Posted: Thu Dec 09, 2010 6:50 pm
by Dr.CSS
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...
Re: Menu disappeared on upgrade
Posted: Thu Dec 09, 2010 7:05 pm
by belgirl
Ok, thank you. Just sent you a PM with info. Really appreciate it.
Re: Menu disappeared on upgrade
Posted: Thu Dec 09, 2010 7:46 pm
by Dr.CSS
The menu template code isn't correct, will tell developer...