Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • shackbase Friend
    #123326

    How can I add a banner (468×60) banner in the header?

    It would be nice if the templates would come with a banner module position located in the header.

    I would greatly appreciate any help.

    Thanks,

    Tone

    redlight_traitor Friend
    #231308

    You would probably have to edit the html code in the template’s index.php file.

    cssyeah Moderator
    #237500

    Hi shackbase,

    Step 1: Open the index.php file in the template folder and add the following code section into it ( affter <h1> tag and before usertool )


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

    Step 2: Copy this CSS code section into the template_css.css file.


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

    shackbase Friend
    #237554

    Thank you Trungch,

    I created a project on joomlancers and had it done for $25 (sigh) – thanks for the help though!

    Very much appreciated,

    –Tone

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

This topic contains 4 replies, has 3 voices, and was last updated by  shackbase 16 years, 10 months ago.

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