• Resolved mapsmarketing

    (@mapsmarketing)


    An array notice is displayed for the lottie widget which has loop set as false. The issue is at the following code:

    if ( $settings['ekit_lottie_loop_count']['size'] ): // <--- this one right here
    $this->add_render_attribute( 'wrapper', 'data-loop', ($settings['ekit_lottie_loop_count']['size'] - 1) );
    else:
    $this->add_render_attribute( 'wrapper', 'data-loop', $settings['ekit_lottie_loop'] );
    endif;

    the if had be wrapped in an isset : if ( isset( $settings['ekit_lottie_loop_count']['size'] ) )

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Md Abdullah Al Arif

    (@faithcoder)

    Hi @mapsmarketing,

    We appreciate your time and effort. Could you please share your system info, Elementor, PHP or WordPress version to reproduce the issue? We will check the code. If we can reproduce the issue on our end, it will definitely be resolved in our next plugin update.

    Thank you.

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @mapsmarketing ,

    I hope this message finds you well. Since we haven’t received any response from you, we assume that the issue has been resolved. Therefore, I’m marking this thread as resolved.

    If you need any further assistance on this matter, feel free to create a new thread. We will be happy to assist you.

    Best Regards,
    Reju

    Thread Starter mapsmarketing

    (@mapsmarketing)

    Hi @faithcoder

    Elementor & Elementor Pro, and WordPress latest version available. PHP v7.4

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.