Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jeffr Friend
    #125802

    I don’t want to have the news flash module, but the faded black bar/background where the newsfalsh text would normally appear still runs across the header pics. Does anyone know how to get rid of this?

    Thanks again to everyone that takes the time to answer!

    Jeff R.

    elfa17 Friend
    #239479

    <em>@jeffr 40879 wrote:</em><blockquote>I don’t want to have the news flash module, but the faded black bar/background where the newsfalsh text would normally appear still runs across the header pics. Does anyone know how to get rid of this?

    Thanks again to everyone that takes the time to answer!

    Jeff R.</blockquote>

    template_css.css
    line 495 and down
    <blockquote>
    /* MODULE
    ——————————————————— */
    div.moduletable h3 {
    background: url(../images/h3-bg-narrow.gif) no-repeat;
    margin: 0 -10px 5px;
    padding: 0 5px 0 10px;
    line-height: 35px;
    }

    .wide div.moduletable h3 {
    background: url(../images/h3-bg.gif) no-repeat;
    }</blockquote>

    Khanh Le Moderator
    #239487

    Make a small change in template index.php file to make this newsflash and gray background bar collasible. Open template index.php file, search this code (line 198):


    <div class="innerpad">
    <?php echo mosLoadModules ( 'top',-2 ); ?>
    </div>

    and change to:


    <?php if (mosCountModules('top')) { ?>
    <div class="innerpad">
    <?php echo mosLoadModules ( 'top',-2 ); ?>
    </div>
    <?php } ?>

    kgp Friend
    #241396

    I also have this faded black bar/background on the header.
    I’m using J1.5 template.
    What can I do in the index.php file.??

    kgp Friend
    #241519

    Does anyone know??

    Menalto Friend
    #241521

    You can try this here:

    <?php if( $this->countModules('top') ) {?>
    <div class="innerpad">
    <jdoc:include type="modules" name="top" style="xhtml" />
    </div>
    <?php } ?>

    kgp Friend
    #241522

    Hi Menalto..

    Thank you.!:) you are the man !

    It works fine

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

This topic contains 7 replies, has 5 voices, and was last updated by  kgp 16 years, 8 months ago.

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