-
AuthorPosts
-
September 30, 2009 at 3:21 pm #144739
Hello! How to you edit the menu size in jatopaz template? I can find all the other attributes (color, font) in css files but can not edit the size in pixels. Sorry for the inconvinience if there is already a similar topic posted on the matter. I am not very good at using the searctool in joomlaart. PS: I mean the main menu under the slideshow. Thanks
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
March 26, 2010 at 3:52 pm #337907Are you still looking for an answer to this issue?
Thanks,
John.jacqueline stott Friendjacqueline stott
- Join date:
- September 2014
- Posts:
- 35
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
October 31, 2011 at 9:59 am #422539HI There
Is it possible to move the main menu bar to below the JA-slideshow instead of above it?
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 31, 2011 at 10:37 am #422550<em>@jacquis 279914 wrote:</em><blockquote>HI There
Is it possible to move the main menu bar to below the JA-slideshow instead of above it?
Thanks</blockquote>
Hi,
You replace this code from templatesja_topazindex.php line 124 to 154
<!-- MAIN NAVIGATION -->
<div id="ja-mainnav" class="wrap">
<div class="main">
<div class="inner clearfix"><ul class="no-display">
<li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
</ul><?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
</div>
</div>
<!-- //MAIN NAVIGATION --><?php if ( $this->countModules('ja-slideshow') ) { ?>
<!-- TOP SPOTLIGHT -->
<div id="ja-topsl" class="wrap">
<div class="main">
<div class="inner clearfix"><div id="ja-slideshow">
<jdoc:include type="modules" name="ja-slideshow" style="raw" />
</div></div>
</div>
</div>
<!-- //TOP SPOTLIGHT -->
<?php } ?>
with
<?php if ( $this->countModules('ja-slideshow') ) { ?>
<!-- TOP SPOTLIGHT -->
<div id="ja-topsl" class="wrap">
<div class="main">
<div class="inner clearfix"><div id="ja-slideshow">
<jdoc:include type="modules" name="ja-slideshow" style="raw" />
</div></div>
</div>
</div>
<!-- //TOP SPOTLIGHT -->
<?php } ?><!-- MAIN NAVIGATION -->
<div id="ja-mainnav" class="wrap">
<div class="main">
<div class="inner clearfix"><ul class="no-display">
<li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
</ul><?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
</div>
</div>
<!-- //MAIN NAVIGATION -->jacqueline stott Friendjacqueline stott
- Join date:
- September 2014
- Posts:
- 35
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
November 4, 2011 at 7:17 am #423186thanks so much!
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by jacqueline stott 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum