Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • benjaminkramer Friend
    #127629

    Hi,

    I am using JA Hedera on a Joomla 1.5 installation. How can I add banner to Ja Hedera?

    Thx

    Sherlock Friend
    #245975

    Hi benjaminkramer !
    Yes .It isn’t difficult ! Where do you want to add banner ?

    benjaminkramer Friend
    #245998

    Hi,

    I want banners on the top and on the right side like on: http://www.n-tv.de/

    Benjamin KRamer

    Sherlock Friend
    #246525

    you open index.php file in folder templates/ja_hedera folder . find code section :


    <div id="ja-search">
    <!-- add banner to here -->
    ............
    </div>

    omniapublishing Friend
    #325416

    it I put the banner position there, the banner is view under the search module….
    how can I do to have banner near the logo?

    lamvt Friend
    #325418

    Could you send your live site, allow us to help you

    omniapublishing Friend
    #325422
    Anonymous Moderator
    #325479

    Hi omniapublishing

    – open templates/ja_hedera/index.php file, find following code section:

    <h1 class="logo"><a href="index.php" title="<?php echo $tmpTools->sitename(); ?>"><?php echo $tmpTools->sitename(); ?></a></h1>

    and change to:

    <h1 class="logo">
    <a href="index.php" title="<?php echo $tmpTools->sitename(); ?>"><?php echo $tmpTools->sitename(); ?></a>
    <div class="ja-banner">
    <!-- define new position here-->
    </div>
    </h1>

    – open template.css file, find following code section (line 915):

    h1.logo {
    font-size:300%;
    height:60px;
    left:20px;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width:262px;
    }

    and change to:

    h1.logo {
    font-size:300%;
    height:80px;
    left:20px;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width:702px;
    }

    – add following code section to the end of template.css file:

    .ja-banner {
    position: relative;
    float: left;
    }

    Here you can add some styles for your banner.

    omniapublishing Friend
    #325519

    i have solved:

    on index.php

    <h1 class="logo">
    <a href="index.php" title="<?php echo $tmpTools->sitename(); ?>"><?php echo $tmpTools->sitename(); ?></a>
    </h1><div class="ja-related">
    <?php if ($this->countModules('related')) : ?>

    <jdoc:include type="modules" name="related" style="xhtml" />

    <?php endif; ?>
    </div>

    on template.css i have add:

    .ja-related {
    position: absolute;
    margin: 10px 5px 5px 0;
    float: left;
    left: 225px;
    }

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

This topic contains 9 replies, has 5 voices, and was last updated by  omniapublishing 14 years, 5 months ago.

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