Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dtott Friend
    #145280

    I would like to have a news ticker that is positioned below the top menu befor the start of content and left menu which is the whole width of the page

    http://www.unisport.co.uk

    Please help

    Thanks,

    Darryl

    instantinlaw Friend
    #320804

    1. Find the news module you are trying to place on the site (probably gavick) and install it.

    2. Add this to your TemplateDetails.xml

    <position>topsl3</position>

    3. Add the following code to your index.php just below the <!– END: MAIN NAVIGATION –> comment.

    <?php if($this->countModules('topsl3')) : ?>
    <!-- BEGIN: TOPSL3 -->
    <div id="ja-topsl3">
    <jdoc:include type="modules" name="topsl3" />
    </div>
    <?php endif; ?>
    <!-- END: TOPSL3 -->

    4.Add this to the bottom of template_css.css

    /* Top spotlight3 */
    #ja-topsl3 {
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 2px;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
    }
    * html #ja-topsl3 { /*IE 6*/
    margin-top: 0;
    margin-right: 1px;
    margin-bottom: 10px;
    margin-left: 0px;
    }
    *+html #ja-topsl3 { /*IE 6*/
    margin-top: 0;
    margin-right: 1px;
    margin-bottom: 10px;
    margin-left: 0px;
    }

    You may need to adjust the css and/or the parameters for the news module you are placing in that module position.
    Good luck.

    dtott Friend
    #320973

    Amazing, will try tonight, thank you!

    cxpham Friend
    #327362

    Its perfect! Thank you very much!

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

This topic contains 4 replies, has 3 voices, and was last updated by  cxpham 14 years, 5 months ago.

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