Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • hijenks Friend
    #120816

    I would like to add a module position in the header region to the right side of it for a 468×60 banner. Anybody willing and able to assist me in this?

    Here is the site..

    http://www.detroitrap.com/blog

    also does anybody know if I can change the directory name (currently blog) by just renaming it or am I going to have to jump through hoops to change that?

    Menalto Friend
    #222106

    Make a picture over how you wanna have it and im able to help you out

    hijenks Friend
    #222184

    like this but the placement doesn’t have to be exact it just needs to be on the right hand side of the header region


    1. example
    Menalto Friend
    #222195

    If you email me the template ill fix that for you.
    joomlasupport@gmail.com

    hijenks Friend
    #222277

    what exactly do you need from the template…. just the index.php?

    Menalto Friend
    #222288

    The index.php and the template_css.css file

    hijenks Friend
    #222498

    Menalto did you recieve my files? They would have came from jenks@detroitrap.com

    Menalto Friend
    #222510

    Yes,working on it:)

    hijenks Friend
    #222516

    thanks! just wanted to make sure. I appreciate the help tremendously.

    xavierng Friend
    #222942

    Hi, is it possible to show how it is done here?

    epro Friend
    #223018

    Yeah, I would like to know that also. I wanted to place Language selection module in the header but can’t find a good position for it. It would really help to know how it is done here. 🙂

    epro

    kenlyle Friend
    #223028

    Me too. I am using Utahia II..which needs more module positions, too.

    Thanks,
    Ken

    Menalto Friend
    #223038

    This should work for the Ja-Quillaja.
    REMEMBER TO TAKE BACKUP OF THE FILES FIRST!
    This is good for a banner in the header.
    You can open up your template_css.css file and scroll down to the end.
    There you can add this lines:

    /*Extra module*/
    #ja-topmodule {
    float: right;
    margin-top: 30px;
    padding: 0;
    }

    Save it and then open up index.php

    Find line 161 to 172

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    <div id="ja-header" class="clearfix">

    <h1>
    <a href="index.php">
    <?php echo $mosConfig_sitename?>
    </a>
    </h1>
    </div>
    </div>
    <!-- END: HEADER -->

    And replace it with this:

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    <div id="ja-header" class="clearfix">

    <h1>
    <a href="index.php">
    <?php echo $mosConfig_sitename?>
    </a>
    </h1>
    <div id="ja-topmodule">
    <?php if ( mosCountModules("banner2") ) { ?>
    <div class="ja-topmodule">
    <?php mosLoadModules ( "banner2", -1 ); ?>
    </div>
    <?php } ?>
    </div>
    </div>
    <!-- END: HEADER -->

    Press save and youre done.
    Then go to the joomla adminpanel and go to Site>Template Manager>Module Positions. There you need to create a new module position caller “banner2”. Press save, and then go to Modules>Site Modules and place the module you want in that position.
    Remember you need to think of the height of the module you want to place there,so it dont break the layout.

    If you wanna adjust the position up & down you can change this:

    margin-top: 30px;

    epro Friend
    #223080

    Save it and then open up index.php

    Find line 161 to 172

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    <div id="ja-header" class="clearfix">

    <h1>
    <a href="index.php">
    <?php echo $mosConfig_sitename?>
    </a>
    </h1>
    </div>
    </div>
    <!-- END: HEADER -->

    And replace it with this:

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    <div id="ja-header" class="clearfix">

    <h1>
    <a href="index.php">
    <?php echo $mosConfig_sitename?>
    </a>
    </h1>
    <div id="ja-topmodule">
    <?php if ( mosCountModules("banner2") ) { ?>
    <div class="ja-topmodule">
    <?php mosLoadModules ( "banner2", -1 ); ?>
    </div>
    <?php } ?>
    </div>
    </div>
    <!-- END: HEADER -->

    Hi Menalto

    I found that once I add the above code to index.php, the background color of the lower half page becomes black… ?:confused:

    I appreciate your help.


    1. modified
    Menalto Friend
    #223083

    My mistake, try with this instead:

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    <div id="ja-header" class="clearfix">

    <h1>
    <a href="index.php">
    <?php echo $mosConfig_sitename?>
    </a>
    </h1>
    <div id="ja-topmodule">
    <?php if ( mosCountModules("banner2") ) { ?>
    <div class="ja-topmodule">
    <?php mosLoadModules ( "banner2", -1 ); ?>
    </div>
    <?php } ?>
    </div>
    </div>
    </div>
    <!-- END: HEADER -->

Viewing 15 posts - 1 through 15 (of 23 total)

This topic contains 23 replies, has 9 voices, and was last updated by  noelh 16 years, 7 months ago.

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