Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • mks8500 Friend
    #135417

    On the Larix template, in the included JANews extension, the titles of the categories (phone, media 2.0, today on the news, etc) have a gray colored background and nice rounded bullet. However, mine doesn’t show up the same way (no bullet, no coloring, etc) so I’m wondering how that can be edited. Is there a file I could copy from the template folder that’s maybe missing? I’ve tried to include an image to help.

    Please help. Thanks!


    1. Picture-1
    Anonymous Moderator
    #279391

    Hi mks8500,

    You can open ja-news.css file in templates/ja_larix/css folder, find following script to edit:

    [PHP].ja-newscat {
    color: #333333;
    display: block;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    margin: 0 0 10px;
    position: relative;
    background: url(../images/ci-right.gif) no-repeat top right;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    }

    .ja-newscat:hover, .ja-newscat:active, .ja-newscat:focus {
    text-decoration: none;
    outline: none;
    }

    .ja-newscat span {
    display: block;
    font-weight: bold;
    padding: 0 5px 0 30px;
    background: url(../images/ci-left.gif) no-repeat top left;
    color: #403C3A;
    height: 32px;
    line-height: 34px;
    }[/PHP]

    Notice: Open mod_janews.php file in modules/mod_janews forder, about line 48, find following script:
    [PHP]JHTML::stylesheet(‘ja-news.css’,’modules/mod_janews/ja_news/’);[/PHP]

    and change this script to:
    [PHP]//JHTML::stylesheet(‘ja-news.css’,’modules/mod_janews/ja_news/’);[/PHP]

    mks8500 Friend
    #279437

    In both of the places I looked (as you suggested) and my files say exactly what yours above says but it doesn’t look the same as the site template.

    mks8500 Friend
    #279440

    Oops…I got it. The // was missing in front of the JHTML. Thank you so much!

    mks8500 Friend
    #279688

    What if the info above is no longer in the ja-news.css file? Where would one add it?

    Anonymous Moderator
    #279734

    Dear mks8500,

    I don’t understand your reply.
    Please let me in detail.

    Thanks.

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

This topic contains 6 replies, has 2 voices, and was last updated by Anonymous 15 years, 10 months ago.

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