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  


<< Start < Prev 1 2 3 4 5 6 7 Next > End >>
Re:submenu behind content - 2006/02/07 15:40 Hi Doron,

I don't know anything about this template. Can I see it somewhere online?
Otherwise please send the file index.php to me and I'll check if the flash file is embedded directly into the template.

Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:submenu behind content - 2006/02/09 04:30 I attach the index.php

Thanks,
Doron

<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site;?>/templates/waterandstone/css/template_css.css" rel="stylesheet" type="text/css"/>
</head>
<body class="waterbody">

<div align="center">
<div id="container">
<div id="containerbg">
<div id="outerleft">
<!-- start logo -->
<div id="logo">
<a href="index.php"><img src="<?php echo $mosConfig_live_site; ?>/templates/waterandstone/images/logo.gif" alt="logo image" border="0" align="top" /></a>
</div>
<!-- end logo -->
<!-- start top menu. -->
<div id="topmenu">
<?php mosLoadModules('top',-1); ?>
</div>
<!-- end top menu. -->
<!-- start image header -->
<div id="imgheader">
<img src="<?php echo $mosConfig_live_site; ?>/templates/waterandstone/images/img_header.jpg" alt="header image" />
</div>
<!-- end image header -->
<div id="container_inner">
<!-- start left column. -->
<div id="leftcol">
<?php mosLoadModules('left'); ?>
<?php mosLoadModules('user1'); ?>
</div>
<!-- end left column. -->
<!-- start content top wrapper -->
<?php
if (mosCountModules('user2') >= 1 OR mosCountModules('user3') >= 1 ) {
?>
<div id="content_top_wrapper">
<!-- start content top 1. -->
<div id="content_top1">
<?php mosLoadModules('user2'); ?>
</div>
<!-- end content top 1 -->
<!-- start content top 2. -->
<div id="content_top2">
<?php mosLoadModules('user3'); ?>
</div>
<!-- end content top 2 -->
</div>
<?php
}
?>
<!-- end content top wrapper -->
<!-- start main body -->
<div id="content_main">
<?php mosPathWay(); ?>
<table width="519" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php mosMainBody(); ?>
</td>
</tr>
</table>
</div>
<!-- end main body -->
</div>
</div>
<div id="outerright">
<!-- start right top header. -->
<div id="rightcol_top">
<?php mosLoadModules('header'); ?>
</div>
<!-- end right top header.-->
<!-- start right column. -->
<div id="rightcol">
<?php mosLoadModules('newsflash'); ?>
<?php mosLoadModules('right'); ?>
<?php mosLoadModules('user4'); ?>
</div>
<!-- end right column. -->
</div>
<!-- start banner. -->
<div class="clear">
</div>
<div id="banner">
<?php mosLoadModules('banner'); ?>
</div>
<!-- end banner. -->
<div id="blackline">
</div>
<div class="clear">
</div>
<div id="bottompadding"></div>
</div>
<!-- copyright notice -->
<div id="copyright">
<?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
</div>

</div>
</div>

<?php mosLoadModules('debug', -1);?>
</body>
</html>

Post edited by: preker, at: 2006/02/09 04:39
  | | The administrator has disabled public write access.
Re:submenu behind content - 2006/02/09 07:33 Hi Doron,

the flash file is not embedded into the template.
Are you using a special module or component which includes the flash file into the site?

Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:submenu behind content - 2006/02/12 14:32 Hi Georg,

I found one mod with flash “mod_skychat.php” I did he change and also I uninstall still the submenu is behind.

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="<?=$config['size_w'];?>" height="<?=$config['size_h'];?>" id="mod_skychat" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="modules/mod_skychat/mod_skychat.swf?pseudo=<?=$my->username;?>" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<embed src="modules/mod_skychat/mod_skychat.swf?pseudo=<?=$my->username;?>" quality="high" wmode="transparent" width="<?=$config['size_w'];?>" height="<?=$config['size_h'];?>" name="mod_skychat" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</embed>
</object>


Thanks,
Doron
  | | The administrator has disabled public write access.
Re:submenu behind content - 2006/02/12 15:19 Hi Doron,

I've tested it and it works fine with LxMenu and LxMenu Pro.
The sub menu items are not behind content.

Is your site online? Can I see it somewhere in action?

Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Re:submenu behind content - 2006/02/14 05:13 Hi Georg,

The address is http://www..com the submenu is on Home.
Also I like to use your LxMenu Pro in http://www..com I have the same problem with the submenu.

I appreciate your help,
Doron

Post edited by: preker, at: 2006/05/22 00:03
  | | The administrator has disabled public write access.
<< Start < Prev 1 2 3 4 5 6 7 Next > End >>
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)