Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • eltommo Friend
    #145104

    Hi,

    I would like to remove JA Avian logo and put in this place flash banner. Which files I need to edit?
    I changed template.css, but it does not work.

    h1.logo a (line 978)
    {
    background-color: transparent;
    background-image: url(../images/baner01.swf);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0pt 0pt;
    display: block;
    float: left;
    height: 100%;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-indent: -5000px;
    text-transform: uppercase;
    width: 100%;
    }

    mihirc Friend
    #320223

    Hello,

    You would have to edit the index.php to do the same.

    Open index.php and find .logo.

    Inside the H1 tag add the embed code for the whole flash file.

    Regards,
    Mihir Chhatre.

    eltommo Friend
    #320227

    What do I need to change in this code?
    My file name is baner01.swf , it schould be on 100% of header.

    <!– BEGIN: HEADER –>
    <div id=”ja-headerwrap”>
    <div id=”ja-header”>
    <h1 class=”logo”><a href=”index.php” title=”<?php echo $tmpTools->sitename(); ?>”><?php echo $tmpTools->sitename(); ?></a></h1>
    <?php if ($this->countModules(‘user3’)) { ?>
    <div id=”ja-topnav”>
    <jdoc:include type=”modules” name=”user3″ style=”raw” />
    </div>
    <?php } ?>
    <?php if ($this->countModules(‘top’)) { ?>
    <div id=”ja-login”>
    <jdoc:include type=”modules” name=”top” style=”raw” />
    </div>
    <?php } ?>
    <?php if ($tmpTools->getParam(JA_TOOL_USER)) { ?>
    <div id=”ja-usertoolswrap”>
    <span class=”ja-sitetool”> </span>
    <div id=”ja-usertools” class=”clearfix” style=”width: 130px;”>
    <?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER) & 7, ‘gif’); ?>
    </div>
    </div>
    <?php } ?>

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

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

This topic contains 3 replies, has 2 voices, and was last updated by  eltommo 14 years, 6 months ago.

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