Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1405673

    Hello,

    Is it possible to show numbers but disable the animation because sometimes it does not load the animation properli.
    Untitled

    #1405770

    Hi pimroll,

    Can you try to change Start animation value to be the same as the value set in Number?
    Hope it helps.

    Best regards,
    Nikko

    #1405942

    Hello Niko,
    It does not change it can you please check yourself?

    Can I give you access to site?

    Heiki.

    #1405987

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    span.avia-single-number {
        font-size: 0;
    }
    span.avia-single-number:after{
        content: attr(data-number);
        font-size: 70px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and your cache plugin and then check.

    Best regards,
    Mike

    #1406192

    Hello Mike,

    I applied the code but I am not sure what this code should do?:)

    #1406212

    Hi,
    Thanks for the feedback, please include this css also:

    .js_active #top .avia-animated-number-title {
        visibility: visible;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1406213

    Ok I added the code but what should the outcome be?

    #1406226

    Hi,
    You should see the numbers without any animation, as requested above, when I check your page this is what I see:
    Enfold_Support_1961.jpeg

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.