• Resolved hhgk

    (@hhgk)


    Hi,

    can you please set a dependancy for the custom.js script to jQuery.

    class-wp-mailto-links-run.php, line 171:
    wp_enqueue_script( 'wpmt-js-frontend', WPMT_PLUGIN_URL . 'core/includes/assets/js/custom.js', array(), $js_version );

    to

    wp_enqueue_script( 'wpmt-js-frontend', WPMT_PLUGIN_URL . 'core/includes/assets/js/custom.js', array(<strong>'jQuery'</strong>), $js_version );

    Thank you.

    Regards,

    Holger

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ironikus

    (@ironikus)

    Hey @hhgk – thank you a lot for your message, as well as for informing us about this issue. I included a fix for the next version. We will launch it at the end of this week.
    In case you have any further questions, feel free to let me know.

    Plugin Author Ironikus

    (@ironikus)

    Hey @hhgk – I just pushed a fix for your addressed problem as well with the new version.
    If you have any questions, feel free to let me know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ReferenceError: jQuery is not defined’ is closed to new replies.