Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Karl Roben Friend
    #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 Moderator
    #337907

    Are you still looking for an answer to this issue?

    Thanks,
    John.

    jacqueline stott Friend
    #422539

    HI There

    Is it possible to move the main menu bar to below the JA-slideshow instead of above it?

    Thanks

    khoand Friend
    #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 Friend
    #423186

    thanks so much!

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

This topic contains 5 replies, has 4 voices, and was last updated by  jacqueline stott 12 years, 6 months ago.

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