Viewing 8 replies - 1 through 8 (of 8 total)
  • I’ve found a temporal solution for this
    go to the js folder in the plugin in the file front.js
    find
    {if(!et_animation_data||!et_animation_data.length>0)return null;
    and change it for this
    {if(!et_animation_data||!et_animation_data.length>0)var et_animation_data = [];

    with that it worked for me

    @leonelo thanks for sharing!

    Thread Starter martin_bissig

    (@martin_bissig)

    I can’t find the line you mention @leonelo

    All I have is

    {if(!et_animation_data||!et_animation_data.length>0)return!1;

    any ideas?

    @martin_bissig is that line, sorry, it’s compressed that’s the line to replace

    jkisha

    (@jkisha)

    The concept of this plugin is great–if it worked.

    Thanks leonelo, your code change fixed the pop-up. However, the fix only worked for me when I inserted a button to click. When I tried using just a simple link the pop-up wouldn’t open at all. (not your fault ?? )

    Too bad the author doesn’t seem to be keeping up with this.

    Thanks for your help with the code change.

    John

    Same problem here.
    leonelo fix worked for me too (anchor on button).

    Still waiting for a plugin update from the author.

    Plugin Contributor Philipp Stracker

    (@strackerphil-1)

    Thanks for your feedback!

    Unfortunately, I was out of office for a few weeks and did not have time to review the issue earlier.

    I can reproduce the issue and found the incompatibility in the plugins javascript. At the moment I am working to find a solution for this, but cannot give you an exact ETA how long it will take.

    I’ll let you know once I found a solution.

    Philipp ??

    Plugin Contributor Philipp Stracker

    (@strackerphil-1)

    Hey guys, a quick heads-up: Version 1.2.2 fixes the issue with Divi 3.1.16 and higher. But let me know if you still experience a problem after the update!

    Philipp ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not working with latest DIVI’ is closed to new replies.