-
AuthorPosts
-
October 15, 2012 at 1:01 pm #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 regardsChris
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 16, 2012 at 10:34 am #470252You 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;
}October 24, 2012 at 9:15 am #470971Hi
Thank you for answering. I tried this but without success.
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by galbur 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
In which position is the mainmenu
Viewing 3 posts - 1 through 3 (of 3 total)