New Landing How can we help? Themeforest Theme Support Dante Counter – Decimal

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Dante
  • #45514
    laurentdesserrey
    Member
    Post count: 11

    Hi,

    I’d like to setup sf_count from “100” to “0.1”, but it goes only to “1”.

    Can you help me adding decimal to counters ?

    Thanks !

    #45554
    laurentdesserrey
    Member
    Post count: 11

    I am adding a request to this topic.

    I also would like to add the “%” character in the counter.
    I mean it counts from 100% to 0%, not 100 to 0.

    Is that possible ?

    #46161
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Not sure about the decimals, but try adding this custom css for the ‘%’:

    .sf-count-asset .count-number:after {
      content: '%';
    }

    – Kyle

    #46322
    laurentdesserrey
    Member
    Post count: 11

    Hi Kyle,

    I just tried, it is unfortunately not working.

    It would be great if I could select the character after the counter for each counter. It could be % or € or …

    What about the decimals ?

    Thanks.

    Laurent

    #46492
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Are you referring to the counter or countdown timer?

    – Kyle

    #46764
    laurentdesserrey
    Member
    Post count: 11

    I am reffering to the counter

    #46780
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I tested this css on our demo and it worked. Please can you provide me with a link so I can see why it is not working for you?

    – Kyle

    #46786
    laurentdesserrey
    Member
    Post count: 11
    This reply has been marked as private.
    #46787
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The % is working?

    – Kyle

    #46789
    laurentdesserrey
    Member
    Post count: 11

    It does, great ! But there is this one (http://cl.ly/image/1E2C0B2T3I03) and this one (And this one too : http://cl.ly/image/1A3X2v2o0J3y) that are not a %, it’s BTC and Days.

    #46934
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In the case, you need to add an extra class to the text block for e.g. ‘percentage’ and change the css I gave you to:

    .percentage .sf-count-asset .count-number:after {
      content: '%';
    }

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register