Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Ced

    (@cedriccharles)

    I’ve seen in your php files that you inject your JS to early… NF is not loaded so Marionette.js is not loaded as well…

    You do that :

    public static function injectLeadEventHook($form_id) {
        static::$formID = $form_id;
    
        add_action(
          'wp_footer',
          array(__CLASS__, 'injectLeadEvent'),
          11);
      }

    If I replace “11” by “90”, it works. Could you please update your plugin ?

    Thank you !

    Plugin Author Facebook

    (@facebook)

    Thanks for reaching out and flagging this. The plugin has been updated with the fix. Please update the plugin.

    Thanks!

    Still not working. Though we have latest version installed. It do not trigger any error while logged in as admin.

    Plz check out at: https://pbfy.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Marionette is not defined’ is closed to new replies.