test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jarocho Friend
    #129764

    Hi…

    How can I make the template show the menu bar under the module “JA Slide Show”; between the module “JA Slide show” and the modules “left” and “breadcrumb”?

    :((

    Menalto Friend
    #254039

    Can you make a quick image on how you want it? Its easier for us to help you out.

    jarocho Friend
    #254194

    This one is the idea, is possible?

    jarocho Friend
    #254195

    Sorry… This one is the idea, is possible?

    http://www.lavendimia.com.mx/tmp/Template01.png

    Menalto Friend
    #254196

    Find this here in the index.php for thetemplate(this code below is for Joomla 1.0.xx):

    <!-- BEGIN: MAIN NAVIGATION -->
    <div id="ja-mainnavwrap">
    <div id="ja-mainnav">
    <?php $jamenu->genMenu (0); ?>
    <?php if (mosCountModules('user4')) { ?>
    <div id="ja-search">
    <?php mosLoadModules('user4'); ?>
    </div>
    <?php } ?>
    </div>
    </div>
    <!-- END: MAIN NAVIGATION -->

    And put it above this code here:


    <!-- BEGIN: CONTENT -->
    <div id="ja-content" class="clearfix">

    Then you should get the wanted effect on it.

    jarocho Friend
    #255070

    Sorry, I’m using Joomla 1.5.3, in fact install the temple from the quickstart.
    Even I have not post content; if I could help, thank you very much.

    Sherlock Friend
    #255402

    Hi
    Edit index.php(templates/ja_heio/index.php), search those lines:

    <!-- BEGIN: MAIN NAVIGATION -->
    <div id="ja-mainnavwrap">
    <div id="ja-mainnav">
    <?php $jamenu->genMenu (0); ?>
    <?php if ($this->countModules('user4')) { ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="user4" style="raw" />
    </div>
    <?php } ?>
    </div>
    </div>
    <!-- END: MAIN NAVIGATION -->

    Cut those lines and paste above this line :

    <!-- BEGIN: CONTENT -->
    Good luck

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

This topic contains 7 replies, has 3 voices, and was last updated by  Sherlock 16 years, 5 months ago.

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