Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @getwebcreative – Looks like the Popup Maker JS is not loaded, this is 90% of the time caused by themes that remove jQuery using wp_deregister_script( ‘jquery’ )

    This causes any JS (including ours) to not be loaded since they all require jQuery and WP isn’t loading it.

    Your theme is loading it manually at this point likely.

    Check your themes functions.php and see if you see something like that there. If so that is bad and needs to be // commented out. Also if you check header.php & footer.php you will likely find several <script src="" tags as well. If that is the case it basically boils down to WP is not aware of those scripts and won’t load other stuff that may require them.

    Hope that helps.

    Thread Starter GetWebCreative

    (@getwebcreative)

    Thanks Daniel,
    I found a bunch of settings in the Boilerplate settings this theme is using and lo and behold that was the culprit. Unfortunately I inherited this site so I don’t what changing those settings will break but at least I know the culprit!
    Thanks for your help.

    Plugin Author Daniel Iser

    (@danieliser)

    @getwebcreative – At least it wasn’t very difficult to correct.

    Happy I could help you out. Btw, If you have a moment, I would very much appreciate if you could quickly rate the plugin, just to help us spread the word.

    Thread Starter GetWebCreative

    (@getwebcreative)

    Done! Thanks again. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Popup doesn't open’ is closed to new replies.