Shape 5

Joomla Templates => City Portal - January - Club => : karl0409 May 19, 2009, 04:12:30 AM



: Problem with top menu
: karl0409 May 19, 2009, 04:12:30 AM
Hello Jonahh,

I am having problems with my top menu. (Menu in S5_headerwrap /Home-Contact Us-Links)
The menu does not show up where it belongs (right side of the date/time field) , instaed it shows up below it.
I modified the City Template , Index.php, for showing the correct time zone and deleting "make homepage/email/rss" lines 303 ff.  - look here:
---------------------------------------------------------------------------------------------------------------
<div id="s5_headerwrap">
   <?php if ($is_ie6 == "no") { ?>
   <div class="s5_wrap">
      <div id="s5_date">
         <?php putenv("TZ=Asia/Phnom_Penh");?> <?php echo date("D, F, j, Y")."\n";?>
     </div>
   </div>
   <?php } ?>
   <div class="s5_wrap" style="position:relative;z-index:4;">
   <?php if ($is_ie6 == "yes") { ?>
    <div id="s5_date">
      <?php putenv("TZ=Asia/Phnom_Penh");?> <?php echo date("D, F, j, Y")."\n";?>
  </div>
  <?php } ?>
     <?php if($this->countModules('top')) { ?>
      <div id="s5_topmenu">
         <jdoc:include type="modules" name="top" style="xhtml" />   
      </div>
      <?php } ?>
   </div>
</div>
-----------------------------------------------------------------------------------------------------------------------------------------------------

My url: http://www.sihanoukville-city-portal.com

In my Localhost joomla installation, the top menu shows up at the right place. When I copy  the lines 302ff. from my localhost/xampp/ht-docs/joomla/CityPortalTemplate/Index.php -overwriting the Index.php on my server, the problem
is still there. Therefore I think that the Index.php is o.k.
In my administrator backend, modules, the top-menu is named top menu,with the same settings as they are in the localhost installation.
Can you please help me with this?
Thanks a lot
Karl


: Re: Problem with top menu
: jonahh May 21, 2009, 02:03:57 PM
Hello,

It looks like you have the title set to visible on this module.  Once you hide the top menu module title this problem will be fixed.

Regards,