Main Menu
Main Menu

Lxmenu Error: Either the menu does not have any menu items or all menu items are unpublished!

Login
Newsflash
27/02/2006: A comparison table showing you the differences between LxMenu Pro and NGMenu
 
25/03/2007: New version of LxMenu Pro (1.24) released.
 
20/04/2007: NGMenu 1.3.2 released. Supporting now three item states (normal, hover and active).
 
Home
Horizontal demo (main items with different width, centered, fading effect)
Horizontal demo (main items with different width and sub items with dynamic height, right aligned, fading effect)
LxMenu Forum  


backgrounds and colors for menu does not work - 2007/11/29 07:40 hi glorenz
i insterted this link
<?php
if(file_exists($mosConfig_absolute_path."/modules/mod_lxmenu/css_lxmenu.css")){
?>

<link href="<?php echo $mosConfig_live_site; ?>/modules/mod_lxmenu/css_lxmenu.css" rel="stylesheet" type="text/css"/>
<?php}
?>

in index php, so that backgronds and colors of menu worked but as i insert that code my page does not show anything! only blank, what shuld i do??? can you help me pls.
thank you
  | | The administrator has disabled public write access.
Re:backgrounds and colors for menu does not work - 2007/11/29 11:24 Hi azat_azat,

please put the closing bracket "}" into a new line.

Please change from:

Code:

<?php} ?>



to:
Code:

<?php } ?>



Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:backgrounds and colors for menu does not work - 2007/11/30 12:49 thanks you so much George, it helped and it is great, could you also please tell me how to put little arrows where there is submenu? or i have to change style?
  | | The administrator has disabled public write access.
Re:backgrounds and colors for menu does not work - 2007/11/30 16:08 Hi azat_azat,

unfortunately LxMenu Free doesn't support any submenu indicators. You'll need to add them manually by changing the css styles.

Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Vertical demo (pop on click with transparency)
Vertical demo (expanding to the left side, right to left text direction)
Vertical demo (expanding to the left side, left to right text direction)
Vertical demo (assigned to template LxTemplate)