Shape 5

Joomla Templates => Elegance - Club => : strouve January 28, 2012, 05:31:24 AM



: hello from france
: strouve January 28, 2012, 05:31:24 AM
hello,

I have a problem with the maximenuck in a module, i want two o this menu template in thesame module (topright). but when i put it,the superior menu go inside the sub menu. There are an imbrecation . tha admin of maximenu tell me i must modifi the template for input a z index on this module.

it's to dificle for me, can you help me ??

This is i think the extrait where i must modifi in the template html :
<!-- Top Modules -->
<div class="s5_wrap">
      <div class="s5_toplefrig">
            <?php if($this->countModules('topleft')) { ?>
               <div id="s5_topleft" style="width:<?php echo ($s5_mainmodulewidth);?>px;">
                  <jdoc:include type="modules" name="topleft" style="round_box" />   
               </div>
            <?php } ?>
            
            <?php if($this->countModules('topright')) { ?>
            <div id="s5_topright" style="width:<?php echo ($s5_smmodulewidth) + 1;?>px;">
            <div class="s5_whitemodtl"></div>
            <div class="s5_whitemodtm" style="width:<?php echo ($s5_smmodulewidth) - 13;?>px;"></div>
            <div class="s5_whitemodtr"></div>
            <div style="clear:both;"></div>
            <div class="s5_whitemodleftwrap">
               <div class="s5_whitemodrightwrap" style="width:<?php echo ($s5_smmodulewidth) + 1;?>px;">
                  <div class="s5_backmiddlemiddle_r" style="width:<?php echo ($s5_smmodulewidth) - 13;?>px;">
                     <jdoc:include type="modules" name="topright" style="round_box" />   
                  <div style="clear:both;"></div>
                  
                  </div>
               </div>
            </div>
            <div class="s5_whitemodtbl"></div>
            <div class="s5_whitemodtbm" style="width:<?php echo ($s5_smmodulewidth) - 13;?>px;"></div>
            <div class="s5_whitemodtbr"></div>
            <div style="clear:both;"></div>
            </div>
            <?php } ?>
            <div style="clear:both;"></div>
      </div>
</div>


: Re: hello from france
: jonahh January 30, 2012, 01:33:20 PM
Hello,

Can you post a URL of your website so I can see whats going on?

Thanks