Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #564100

    I´ve updated ENFOLD to 3.4.7. and WordPress to 4.4.1 and the image css animations are not working any more. The icon list element does not output any icon. I´ve tried this http://kriesi.at/documentation/enfold/enable-cors/ and that https://kriesi.at/support/topic/google-maps-and-css-animations-not-working/ and other workarounds, nothing helps. What else can I try?

    #564264

    Hey findr!

    Send us a link to your page so we can take a look. You can set your reply as private if you wish.

    Regards,
    Elliott

    #564567

    Hi Elliott,
    find the links attached. You can change “new.” to “www.” to see the live site with the old theme version and how it´s supposed to look like. Thank you!

    #565174

    Hi!

    Your getting a javascript error on the page. It looks like it’s coming from a “rate5” script.

    // mainseal
    if (document.getElementById) {
      var r5Div = document.getElementById("r5_rating_box");
      var domain = location.hostname;
      domain = domain.split(".").slice(-2).join(".");
      var rate5_link = document.getElementById("rate5_link");
      var rate5_link_attr = document.getElementById("rate5_link").getAttribute("href");
      var rate5_link_no_follow = document.getElementById("rate5_link").getAttribute("rel");
      
      var profile_link = document.getElementById("profile_link");
      var profile_link_attr = document.getElementById("profile_link").getAttribute("href");
      var profile_link_no_follow = document.getElementById("rate5_link").getAttribute("rel");
      if (r5Div && rate5_link && rate5_link_attr == 'http://www.rate5.me' && rate5_link_no_follow != 'nofollow' && profile_link && profile_link_attr == 'http://www.rate5.me/cristian-galvez-schafft-wirkung' && profile_link_no_follow != 'nofollow') {
        r5Div.innerHTML = "<iframe src='http://www.rate5.me/anbieterprofile/cristian-galvez-schafft-wirkung/siegel?domain=" + domain + "' width='184' height='191' frameborder='0' scrolling='no'></iframe>";
      }
    }

    Try removing that to see if it fixes it.

    Regards,
    Elliott

    #565351

    I removed that but the problem still exists … do you have any other idea?

    #565899

    Hi!

    Try completely deleting from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. If that does not help then send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    #567932

    Still not working … Please take a look, Login attached!

    #567976

    just found out it´s working on mobile! But the mobile menu doesn´t show … maybe there´s something screwed up with the JS …?

    #568337

    Hey!

    Try adding this to your custom CSS.

    .avia_transform .avia_animated_image, .avia_transform.avia_desktop .av-animated-generic {
        opacity: 1 !important;
    }

    Cheers!
    Elliott

    #568701

    That fixed the images but not the icons in the icon list. And the mobile menu is still missing … :(
    And yes, I cleared the browser cache and I´ve tried it in three different browser. ;)

    #569446

    Hey!

    try to deactivate all your plugins to check which one is causing a conflict.

    Regards,
    Andy

    #569941

    Hey Andy,
    deactivating all plugins doesn´t change anything. The facts:
    DESKTOP:
    – Icons from “Icon List” are hidden (aria-hidden=”true”)
    MOBILE:
    – Icons from “Icon List” are shown
    – Menu icon is shown but menu does not show up on klick

    #569955

    Hey!

    login details from here do not work for me. Please check and let us know when you are ready.

    Cheers!
    Andy

    #569958

    Sorry, please try again!

    #569960

    Hi!

    are we allowed to deactivate all your plugins temporarily?

    Cheers!
    Andy

    #569962

    sure, website is on development, not live. do what you have to … ;)

    #569969

    Hi!

    define a different background color for your icons using this code in Quick CSS field:

    .main_color .avia-icon-list .iconlist_icon {
    background-color: black;
    }
    

    Let me know if this works for you.

    Best regards,
    Andy

    #569972

    well, that´s a quick fix but not really satisfying. the animation is not working and mobile menu still missing … :(

    #569986

    Hi!

    hm? you said you already deleted all theme files and replaced them with a fresh installation, so that should not be the case. For thousand of customers it does work fine, including on my own installation, so I still think there are some corrupted files. Please repeat the procedure and completely delete ALL theme files via FTP before getting a fresh copy from your themeforest account.

    Cheers!
    Andy

    #569994

    Okay … the main theme is working fine. just deactivated the child theme and everything works. so it´s in the child theme changes … they do not work properly with the new theme version. I´ll check that in detail. thank you for your quick response, it´s appreciated!

    #570033

    Hi!

    alright, let us know about your results. We keep this thread open for you.

    Regards,
    Andy

    #576406

    Okay, we solved the issue, you can close this thread. Or delete it. ;-)
    Next time updating I will not only deactivate all plugins but also the child theme for debugging. Would have saved a lot of time …
    Anyway: Thank you! Great theme, great support, bought 2 more copies last week!

    #576894

    Hi,

    Glad you finally got it fixed, thanks for the support! Much appreciated :-)

    Regards,
    Rikard

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘CSS animation not working after update to 3.4.7’ is closed to new replies.