test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • agenciart Friend
    #178968

    The hot badge is not displayed. It displays the new badge. Any solution?

    Sherlock Friend
    #460577

    Hi agenciart,

    If you go to the template back-end you would see a field of Hot hits count, your item would be marked as hot items if the number of time they got hit is greater than the value from that field.
    you could try to change the value from that field yourself to get more Hot items 🙂

    agenciart Friend
    #460630

    Thanks for your reply. It’s exactly what I did. It is supposed to display the badge of hot. but you see is the new.

    agenciart Friend
    #460633

    The issue is only with color block and color block light….other themes work fine.

    Sherlock Friend
    #460694

    Okay agenciart , this seem to a mistake, you open the file of templates/ja_wall/themes/color_block/css/theme.css look for this css
    .item-hot .header > h2:before {
    background: none repeat scroll 0 0 #7FB21D
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF
    content: “new”;
    font-weight: bold;
    }

    and change it to

    .item-hot .header > h2:before {
    background: none repeat scroll 0 0 #CC0000
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF
    content: “hot”;
    font-weight: bold;
    }

    You do the same this for the file of templatesja_wallthemescolor_block_lightcsstheme.css
    This would help !

    agenciart Friend
    #460727

    Thank you. It now works perfect.

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

This topic contains 6 replies, has 2 voices, and was last updated by  agenciart 12 years, 4 months ago.

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