Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #201231

    I saw the ‘Remove random bullets in template’ thread but I prefer not to set bullet points to NONE in the template because that will cause problems in the content of the site where a page, module, or component contains bullet points.

    chavan Friend
    #549269

    May I know exactly on which Url you see this error and also can you post a screenshot how it is now and how you want it to be.

    Andrew Winkler Friend
    #549273

    I fixed it myself by changing the template of the application that was causing the problem by setting the bullet point style to none.

    chavan Friend
    #549281

    Great, Nice Work

    Andrew Winkler Friend
    #549293

    Thanks, any chance of getting my problem with getting the JA News Feature and News Pro installed on my site? IT’s the only problem remaining after replacing the JA Wall template with JA Nex.

    Ninja Lead Moderator
    #549311

    @andrewwinkler: I see you fixed this problem from T3v2 framework in plugins/system/jat3/jat3/base-themes/default/css/template.css file with css style


    .column ul li {
    /*background: url(../images/bullet.gif) no-repeat 20px 7px; */
    line-height: 160%;
    margin-bottom: 0px;
    overflow: hidden;
    padding-left: 0px;
    }

    But this fixes will be override if you upgrade new T3v2 framework in the future.

    You can try to use my solution

    Open templates/ja_nex/css/template.css file and add new rule


    .column ul li {
    background: none !important;
    }

    Once done to clear cache from admin area.

    If you get the problem this problem on your site, you can send me the link to check it. I will help you out

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

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 2 months ago.

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