Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • digitaldj Friend
    #145986

    how i can delete the very first line?
    i want to delete that line with the modules


    1. line
    prakash Friend
    #323451

    to completely remove the first line…

    open this file

    templatesja_teline_iiilayoutsblocksheader.php

    in that remove these lines

    <div class="ja-topbar clearfix">

    <p class="ja-day">
    <?php
    echo "<span class="day">".date ('l')."</span>";
    echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
    ?>
    </p>

    <p class="ja-updatetime"><span>Last update:</span><em><?php echo JATemplateHelper::getLastUpdate(); ?></em></p>

    <?php if($this->countModules('headlines')) : ?>
    <div class="ja-healineswrap">
    <em>Headlines:</em>
    <jdoc:include type="modules" name="headlines" />
    </div>
    <?php endif; ?>

    <?php if($this->countModules('syndicate')) : ?>
    <div class="ja-syndicate">
    <jdoc:include type="modules" name="syndicate" />
    </div>
    <?php endif; ?>

    <jdoc:include type="modules" name="megamenu" />

    </div>

    This will completely remove first line but will leave a white space on top. Then you will have to make necessary changes to css to reduce the padding on top

    in template.css this line
    #ja-header .main { padding: 30px 0 10px; }

    reduce the 30 to what ever you want….

    digitaldj Friend
    #323494

    thank you prbalge it works but i don’t know why but now i get that:

    here is my site http://www.championsarena.net/news/


    1. header
    prakash Friend
    #323495

    You are getting the black image because thats what you have called in your logo css.

    The logo points to logo.gif file found under templates/jateline3/images/logo.gif

    replace that file with say a white file then the black will change to white!

    digitaldj Friend
    #323496

    yes i know that black image is my logo, the problem is at search module
    it’s acualy dehind the logo and not next to it
    thank you again

    prakash Friend
    #323497

    hmm

    i tried at my end…this is the result

    maybe you removed any extra </div> etc…

    digitaldj Friend
    #323498

    ok i will check it again.. btw are you from greece?

    prakash Friend
    #323499

    ok…the solution I provided works so it must be some minor problem…

    no i m not from greece..

    digitaldj Friend
    #323504

    thank you prbalge, it’s works

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

This topic contains 9 replies, has 2 voices, and was last updated by  digitaldj 15 years ago.

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