Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • galbur Friend
    #181436

    Hi

    I like the ja_erio template a lot. (it is a bit slow but nice;-)

    I did some CSS changes and everything works fine.
    But one thing i can’t figure out: The Layout-Position of the Main-Menu! I use Mega-Menu and i like to put a shopping-cart module just right from the main menu. (printscreen) How can i do that?

    Thanks in advance
    best regards

    Chris


    1. printscreen_cart
    Ninja Lead Moderator
    #470252

    You need customize as follows:

    copy
    <blockquote>plugins/system/jat3/jat3/base-themes/default/blocks/mainnav.php</blockquote>
    paste to
    <blockquote>templates/ja_erio/blocks</blockquote>
    Open mainnav.php file
    from

    <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>

    change to

    <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>
    <?php if($this->countModules('shopping-cart')) : ?>
    <div id="ja-shopping-cart">
    <jdoc:include type="modules" name="shopping-cart" />
    </div>
    <?php endif; ?>

    <blockquote>open templates/ja_erio/css/template.css file</blockquote>
    and new this script

    #ja-shopping-cart {
    border: solid 1px blue;
    position: absolute;
    right: 0px;
    top: 18px;
    }

    galbur Friend
    #470971

    Hi

    Thank you for answering. I tried this but without success.

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

This topic contains 3 replies, has 2 voices, and was last updated by  galbur 12 years ago.

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