• Resolved luciche

    (@luciche)


    Hi again, are there any issues/bugs with Elementor’s Lottie files?

    This page has the [CP_CALCULATED_FIELDS id=”3″ ] shortcode
    https://tinyurl.com/ychcscjs

    this one has not
    https://tinyurl.com/ybzokvm2

    Both pages are identical, except one has the shortcode and the other one hasn’t.

    As you can see in the footer the Lottie image doesn’t appear on the page where the calculated form is.
    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @luciche

    Please, try the following modification.

    * Go to the settings page of the plugin through the menu option: “Calculated Fields Form”

    * Select the “Classic” option for the “Script load method” attribute, and press the “Update” button.

    * Finally, purge the website’s cache before testing it again.

    Best regards.

    Thread Starter luciche

    (@luciche)

    I did it, but no change.

    Plugin Author codepeople

    (@codepeople)

    Hello @luciche

    Please, contact me through my private website to check the conflict in detail: Contact Us

    Best regards.

    Thread Starter luciche

    (@luciche)

    Ok, thank you.

    Plugin Author codepeople

    (@codepeople)

    Hello @luciche

    The cause of conflict between our plugin and the Lottie library is that both plugins are defining the “length” method for the Number data types. To fix it, insert an “HTML Content” field in the form with the following piece of code as its content:

    
    <script>
    delete Number.prototype.length;
    </script>
    

    and that’s all.
    Best regards.

    Thread Starter luciche

    (@luciche)

    That fixed it, thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Elementor Lottie files issue/conflict’ is closed to new replies.