• Resolved demuri

    (@demuri)


    Hi there,
    I’ve been using your plugin for a while, and everything was great. Some days ago a problem exposed: no modal popup with form appearing, no .xoo-wl-container in DOM. No errors in console. I believe it’s some of my own functions, tried to disable them one by one, but no success. Can you advise on debugging? Which filter or action could cause it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter demuri

    (@demuri)

    Solved (for now). Needed to add priority for waitlist_form_output in xoo-wl-public.php:
    add_action('wp_footer',array($this,'waitlist_form_output'), 11); // Output waitlist form

Viewing 1 replies (of 1 total)
  • The topic ‘No modal popup appeared’ is closed to new replies.