• Resolved Austin Ginder

    (@austinginder)


    On v1.4.12 I see the following https://cloudup.com/cGlVJbUGeCz. When I upgrade to v1.4.13 it’s not loading properly and looks like this https://cloudup.com/cN26V8x9qRc. I don’t see any new JS errors and from what I can tell the JS files are loading. Only difference I’m seeing is that version v1.4.12 loads the following 3 assets.

    • /wp-content/plugins/popup-maker/assets/js/jquery.cookie.min.js?ver=1.4.1
    • /wp-content/plugins/popup-maker/assets/js/site.min.js?defer&ver=1.4.12
    • /wp-content/plugins/popup-maker/assets/css/site.min.css?ver=1.4.12

    whereas 1.4.13 is loading the following 2 assets

    • /wp-content/plugins/popup-maker/assets/css/site.css?ver=1.4.13
    • /wp-content/plugins/popup-maker/assets/js/site.js?defer&ver=1.4.13

    This issue happens with all other plugins deactivated as tested with my staging site. Any ideas?

    https://www.ads-software.com/plugins/popup-maker/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same here…

    Plugin Author Daniel Iser

    (@danieliser)

    @austin Ginder – Sorry to hear that. Your second image doesn’t load, not sure what you were showing me there.

    Firstly we do include jquery cookie in the plugin, but do not load it anywhere. This is because we used to use it, now we don’t but some of the older extensions out there still rely on it. That said we register it as available it only loads if something on your site asks for it using wp_enqueue_script( ‘jquery-cookie’ );

    That aside do either of you have a link? Would be happy to take a look, though v1.4.13 didn’t change anything that could effect loading of popups (unless you have buddypress in which case now you can load them places you couldn’t before).

    Also did you update anything other than Popup Maker at the same time?

    Thank you Daniel – You are right, it’s the jQuery. I’m working on it now.

    Plugin Author Daniel Iser

    (@danieliser)

    @sock2me – Glad you found it, though I didn’t mention anything about jQuery other than jQuery Cookie.

    There are plenty of potential JS & jQuery issues out there so thats a good bet though.

    Thread Starter Austin Ginder

    (@austinginder)

    Hmm loading jquery-cookie doesn’t seem to correct anything. Here is a link to my staging site which has v1.4.13 https://refreshingmoun.staging.wpengine.com/activities/school-field-trips/ and a link to production which has v1.4.12 https://refreshingmountain.com/activities/school-field-trips/.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not loading with 1.4.13. Works when I rollback to 1.4.12.’ is closed to new replies.