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

    Before upgrading to the latest JA Wall template using the JA Extensions Manager, I was able to use a module suffix that displayed a ‘New’ or ‘Hot’ in the top right corner of a module header. I guess I wasn’t careful enough when I did the upgrade and now the badge has disappeared. The upgrade must have overwritten the old template.css file that contained the suffix information. How can I get the badges back?

    Andrew Winkler Friend
    #488210

    Okay, I’ve worked out how to get the badges back by inserting the following code in my templates.css file and copying the ‘badge.png’ file from the JA Nex template’s image folder into the JA Wall template’s image folder.

    [PHP].badge {
    background-image: url(“../images/badge.png”);
    background-repeat: no-repeat;
    height: 40px;
    position: absolute;
    right: 10px;
    width: 40px;
    }

    .badge-hot .badge { background-position: 0 0; }
    .badge-new .badge { background-position: 0 -40px; }
    .badge-top .badge,
    .badge-pick .badge { background-position: 0 -80px; }
    .badge-vote .badge { background-position: 0 -120px; }
    .badge-pick .badge { background-position: 0 -160px; }[/PHP]

    I suggest the JA developers make this a standard feature of their templates.

    Andrew Winkler Friend
    #488213

    And maybe, the support team can add a direct link to the badge.png file to make it easier for other people to follow my instructions.

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

This topic contains 3 replies, has 1 voice, and was last updated by  Andrew Winkler 11 years, 8 months ago.

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