Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #761458

    Hi,

    I discovered issues (always on safari) since las bugfix (https://kriesi.at/support/topic/wordpress-4-7-enfold-4-0-2/?login_error#post-760677)

    To see some elements in a web page (third on our web site) we have to expand manualy with the mouse the size of the window.

    #762325

    Hey tom9275,

    I’m not sure I understand what you mean, could you post a link to your site and point out what is not working please? A screenshot of the issue might help us understand better.

    Best regards,
    Rikard

    #763662

    Hi, please find the link in private message.

    As you will see some elements of a component only appear when we resize the window (Safari only)

    #764009

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .avia-safari .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Best regards,
    Rikard

    #764114

    Thx for your quick answer but it doesn’t change anything

    #764611

    Hi,

    Can you try using this css code instead and see if it helps:

    .mfp-img {
        -webkit-animation: none !important;
        animation: none !important;
    }

    Best regards,
    Nikko

    #764999

    Hi Nikko,

    Thanks for your help but before trying your fix I updated with the last enfold version (4.0.3) and it seems to work fine.

    I keep testing a few days.

    #765298

    Hi,

    Glad that it is working now :) Let us know if you need more help regarding this topic :)

    Regards,
    Nikko

    #765762

    Of course !

    Thanks for your last message and your quick support.

    #765844

    Hi,

    You’re welcome and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold and wordpress 4 issues after first fix.’ is closed to new replies.