Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • in reply to: Issue with animated numbers #564759

    Hi,.

    I updated the the login details.

    in reply to: Issue with animated numbers #564002

    Done !

    in reply to: Issue with animated numbers #563239

    Hi Ismael,

    Every time we try a workaround we clear both browser and WP Rocket cache.

    I’m sorry but I don’t know what you mean by login details.

    Do you want a temporary access to our web site ?

    in reply to: Issue with animated numbers #561154

    Hi,

    I’m not sure to understand your answer.

    I already changed offset value from 80% to 10% with no effects on animated numbers (see my previous post)

    Do you want me to add in the js file the following code ?

    if(container == 'body') container = '.avia_desktop body';
    $('.av-animated-generic', container).avia_waypoints({ offset: '95%'});

    Because for now it is not present in shortcodes.js

    EDIT : I tried to add this code but it changed nothing.
    Anyway you’ll find a link in private content (screenshot)
    If you need to reproduce the bug scroll down the first page of our web site after minimizing your browser window.

    • This reply was modified 8 years, 10 months ago by tom9275.
    in reply to: Issue with animated numbers #560430

    Hi,

    This is what we’ve got for the activate_waypoints function

    function activate_waypoints(container)
    {
    //activates simple css animations of the content once the user scrolls to an elements
    if($.fn.avia_waypoints)
    {
    if(typeof container == ‘undefined’){ container = ‘body’;};

    $(‘.avia_animate_when_visible’, container).avia_waypoints();
    $(‘.avia_animate_when_almost_visible’, container).avia_waypoints({ offset: ‘80%’});
    }
    }

    But can’t find 85 and 95% values.

    We tried to decrease the 80% one step by step to 10% ! Cleared cache but if the window is too small (on a 11″ macbook air by exemple) the numbers doesn’t increase automatically.

    But if we resize the window it works.

    So what the next step to have this functionality working without asking our visitors to resize the page ?

    • This reply was modified 8 years, 10 months ago by tom9275.

    Thank you,
    My details in the private area.

    Best Regards,

    Caroline

    in reply to: Counters/Percentage Animation doesn't work with Safari #558397

    Hi,

    The issue is with SAFARI

    Regards,

    Caroline

    in reply to: Image & Text Size in the Layer Slide #533754

    Hi,

    Sorry for the misunderstanding.
    My main issue is the fact that images are streched (bad quality).
    I started with an image 600×300 which was too small, so the quality was very bad when displayed.
    Then I tried with an image 1500×750 and it was better, but the quality was still not optimal (still compression or strech don’t really know).
    Then I tried with an image 2070×1035 and there, i had the best quality – but the image is now heavy (over 200kb).
    That’s why I want to know if there is a default/standard image size to use with the layer slider ?

    For the text, I have adapted the font to the image size by changing the font style settings (H6) – It works well now.
    I wil go for 72 DPI then, thank you.

    So my question is : what size of image should I use with the layer slider to avoid any loss in quality?

    Thank you,

    Caroline (GrafixDesigner)

Viewing 8 posts - 31 through 38 (of 38 total)