Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tennis2table Friend
    #730881

    Hello,
    How can I insert a new module in the position-herder-top position which would be below the drop down menu Site http://www.tennis2table.com across the width?
    Thank you in advance for your help

    Exemple (image)

    Adam M Moderator
    #749172

    Hi @tennis2table,

    Try open file templatesja_elasticablocksheader.php then look for this code :

    <ul class="no-display">
    <li><a href="<?php echo $this->getCurrentURL();?>#ja-content" title="<?php echo JText::_("SKIP_TO_CONTENT");?>"><?php echo JText::_("SKIP_TO_CONTENT");?></a></li>
    </ul>

    add new position above it as below :

    <?php if($this->countModules('header-top')) : ?>
    <div id="header-top" style="clear: both;">
    <jdoc:include type="modules" name="header-top" />
    </div>
    <?php endif; ?>
    <ul class="no-display">
    <li><a href="<?php echo $this->getCurrentURL();?>#ja-content" title="<?php echo JText::_("SKIP_TO_CONTENT");?>"><?php echo JText::_("SKIP_TO_CONTENT");?></a></li>
    </ul>

    Next, open file templatesja_elasticatemplateDetails.xml and look for this code :

    <position>top-panel</position>

    add new position right below it :

    <position>top-panel</position>
    <position>header-top</position>

    tennis2table Friend
    #749187

    Thank you very mutch

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  tennis2table 8 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum