Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wabycitycom Friend
    #116644

    Hi everybody,

    I use the JA Hadar template with horizontal menus in the header…

    To use more than one, i need to config the header to have the different menu side by side not over or under…. :confused:

    Please, could you help me to do this….:p

    Thanks in advance for your kind help…

    Steve


    1. IMG_0004
    Hieu Nguyen Admin
    #210451

    Hello,

    Please change your mainmenu style to Flat List. To do that, please follow these simple steps:

    – Go to Joomla! Administrator
    – Go to Modules –> Site Modules
    – Click on Main Menu module
    – In the Menu Style select box, choose “Flat List
    – Don’t forget to click the button 😉

    Hope it helps!

    abdul Friend
    #210461

    Thank you Hieu Nguyen,

    1. The horizontal menu is now visible, but it the position is wrong. Menu is below the content and Polls block is also below the menu. I wanted Horizontal and Vertical menu to be visible just like the picture in your template presentation.

    2. I also like JA Avior but it has no Banner. How can I bring back the banner? I want to put it in the center between the guys and the logo.

    thanks for responding

    Hieu Nguyen Admin
    #210470

    Hi abdul,

    At first, I’m sorry for the inconvenience you had with JA Hadar. We will try to make our upcoming templates much easier to use.

    I would like to answer your questions as below.

    <blockquote>1. The horizontal menu is now visible, but it the position is wrong. Menu is below the content and Polls block is also below the menu. I wanted Horizontal and Vertical menu to be visible just like the picture in your template presentation.</blockquote>

    Please change your mainmenu module position to header. To do that, please follow these simple steps:

    – Go to Joomla! Administrator
    – Go to Modules –> Site Modules
    – Click on Main Menu module
    – In the Position select box, choose “header
    – Don’t forget to click the button

    <blockquote>2. I also like JA Avior but it has no Banner. How can I bring back the banner? I want to put it in the center between the guys and the logo.</blockquote>

    You can do that by following these steps:

    1. Edit “ja_avior/indes.php”

    Find these lines:

    <!-- BEGIN: HEADER -->
    <div id="ja-header">
    <h1><a href="index.php"><img src="<?php echo $ja_template_path;?>/images/p_logo.gif" width="200" height="80" alt="Green color" /></a></h1>

    <?php genToolMenu($ja_tool & 1); /*screen tool*/ ?>

    <?php genToolMenu($ja_tool & 2); /*color tool*/ ?>

    </div>
    <!-- END: HEADER -->

    Change to:

    <!-- BEGIN: HEADER -->
    <div id="ja-header">
    <h1><a href="index.php"><img src="<?php echo $ja_template_path;?>/images/p_logo.gif" width="200" height="80" alt="Green color" /></a></h1>

    <?php genToolMenu($ja_tool & 1); /*screen tool*/ ?>

    <?php genToolMenu($ja_tool & 2); /*color tool*/ ?>

    <?php if ( mosCountModules( 'banner' ) ) { ?>
    <div id="ja-banner">
    <?php mosLoadModules ( 'banner', -1 ); ?>
    </div>
    <?php } ?>

    </div>
    <!-- END: HEADER -->

    1. Edit “ja_avior/css/template_css.css”

    Insert this code to the CSS file:

    #ja-banner {
    position: absolute;
    top: 50px;
    right: 50px;
    }

    Try to play with the blue values until they fix your needs.

    Hope it could helps! Feel free to ask if you need any help friend :D!

    abdul Friend
    #210473

    Hi Hieu Nguyen,

    Thank you so much for your assistance. As a matter of fact, we like so many of your templetes and having difficult choosing one. There is small, similar things I need to fix in many of the ones I like like makining JA Polaris middle column appear on the right hand side… I will post if I get stuck.

    Thanks again

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

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

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