menu not working

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
hugosnel
Forum Members
Forum Members
Posts: 50
Joined: Mon Aug 04, 2008 9:29 am

menu not working

Post by hugosnel »

Hello,

I have copied and renamed a template in cms 1.4
All is working except for the menu system.
I do not really understand what is missing.
When I change the template to the original one the navigation is ok. With the new one i just get two dots one under the other on my page.
What can be wrong?
TIA
Hugo
ps the original navigation:

Code: Select all

 <!-- Start Horizontal Navigation -->
      <div id="menu_horiz">
         <div id="wrapper">
        {cms_module module='menumanager' template='restomacuisine.be : macuisine : cssmenu-accessible'    } 
         </div>
      </div>
      <!-- End Horizontal Navigation -->
my modified navigation:

Code: Select all

   <!-- Start Horizontal Navigation -->
      <div id="menu_horiz">
         <div id="wrapper">
        {cms_module module='menumanager' template='poissonnerie : clement : cssmenu-accessible'    } 
         </div>
      </div>
      <!-- End Horizontal Navigation -->
Last edited by hugosnel on Thu Aug 07, 2008 6:35 pm, edited 1 time in total.
I'm running CMS Made Simple 1.4. I'm using PHP 4.4.1, and MySQL 5.1.6 This is all working with Apache 2.2.4 running on Linux with Mysql  5.0.27.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: menu not working

Post by RonnyK »

And this is really the name of the MenuManagers template....
template='restomacuisine.be : macuisine : cssmenu-accessible'   


Ronny
User avatar
hugosnel
Forum Members
Forum Members
Posts: 50
Joined: Mon Aug 04, 2008 9:29 am

Re: menu not working

Post by hugosnel »

What do you mean by that? Ikke niet begrijpen niet.
I'm running CMS Made Simple 1.4. I'm using PHP 4.4.1, and MySQL 5.1.6 This is all working with Apache 2.2.4 running on Linux with Mysql  5.0.27.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: menu not working

Post by Dr.CSS »

He means that is not a default menu call, you must have imported a template...

If you go to content > menu manager you should see that menu listed, and you should see the one you changed the menu call to...

Came with template... restomacuisine.be : macuisine : cssmenu-accessible

One you made from a copy of it... poissonnerie : clement : cssmenu-accessible  if you only changed the call in the template then you will get an error or someting but no menu items...
User avatar
hugosnel
Forum Members
Forum Members
Posts: 50
Joined: Mon Aug 04, 2008 9:29 am

Re: menu not working

Post by hugosnel »

Thank you.
I have done exactly that, at one point i had a smarty error but got it fixed.
The menu module is acopy of the original as well.
I find it in the menu manager and have copy / pasted it's name in the template style field.
Have a look at my testsite : http://www.meatwork.info
Last edited by hugosnel on Fri Aug 08, 2008 7:48 am, edited 1 time in total.
I'm running CMS Made Simple 1.4. I'm using PHP 4.4.1, and MySQL 5.1.6 This is all working with Apache 2.2.4 running on Linux with Mysql  5.0.27.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: menu not working

Post by Dr.CSS »

Looks like it works to me...
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: menu not working

Post by RonnyK »

hugosnel,

it seems to work from my point as well....

2 small points... Making the hover-menu become BOLD, makes the menu-div jump, as that one does require more width then, and the active parent, doesnt have background. That doesnt look to be the menu then, especially on the main-page, where the long menu-title is the active one....

Ronny

P.S. I did read the PM, will PM you back....
Post Reply

Return to “CMSMS Core”