Page 1 of 1

menu not working

Posted: Thu Aug 07, 2008 3:04 pm
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 -->

Re: menu not working

Posted: Thu Aug 07, 2008 4:36 pm
by RonnyK
And this is really the name of the MenuManagers template....
template='restomacuisine.be : macuisine : cssmenu-accessible'   


Ronny

Re: menu not working

Posted: Thu Aug 07, 2008 9:55 pm
by hugosnel
What do you mean by that? Ikke niet begrijpen niet.

Re: menu not working

Posted: Fri Aug 08, 2008 2:06 am
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...

Re: menu not working

Posted: Fri Aug 08, 2008 7:46 am
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

Re: menu not working

Posted: Fri Aug 08, 2008 5:15 pm
by Dr.CSS
Looks like it works to me...

Re: menu not working

Posted: Fri Aug 08, 2008 6:32 pm
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....