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

    (@danieliser)

    @thecount – Sure I can take a look at it, a couple of things to check while your at it. Ensure that you have enabled some targeting conditions. Other wise the popup is not going to load anywhere. Also check your browser console for any JS errors. Currently I am seeing Uncaught ReferenceError: jQuery is not defined which would mean that popup maker wouldn’t work either. Looks like your site is not loading jquery for some reason, and it should be ;).

    Hope that helps.

    Thread Starter ThecounT

    (@thecount)

    Thanks a lot for looking. Would you happen to know how I might go about fixing the jquery so it will load? I really like your popup.

    Plugin Author Daniel Iser

    (@danieliser)

    @thecount – Likely there is some code in your themes functions.php file that is using wp_deregister_script( ‘jquery’ ); Look for that and comment that and the following wp_register_script(‘jquery’).

    You can comment them out using // at the beginning of the lines.

    Hope that helps.

    Thread Starter ThecounT

    (@thecount)

    Unfortunately, I found nothing like that in twentyeleven functions.

    Plugin Author Daniel Iser

    (@danieliser)

    @thecount – I am not seeing the popup in the footer any longer or the JS error. Did you find another solution?

    Thread Starter ThecounT

    (@thecount)

    I do not remember doing anything specific! I deactivated the popup in the first place as I stated above. If there is no error should I try plugin again?

    Plugin Author Daniel Iser

    (@danieliser)

    @thecount – Sorry for the delay, yes I would try it again. Let me know.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Not working for me’ is closed to new replies.