• Resolved Jeff Borghoff

    (@jborghoff)


    The following Shortcodes no longer work on my site. It seems related to JS interactivity.

    [su_accordion]
    [su_spoiler]
    [su_lightbox]

    jquery-migrate.js:10 Uncaught TypeError: Cannot set property ‘migrateVersion’ of undefined
    at jquery-migrate.js:10
    at jquery-migrate.js:752
    (anonymous) @ jquery-migrate.js:10
    (anonymous) @ jquery-migrate.js:752
    notes-common-v2.js?ver=8.4.1-202015:158 Uncaught TypeError: Cannot read property ‘fn’ of undefined
    at notes-common-v2.js?ver=8.4.1-202015:158
    at notes-common-v2.js?ver=8.4.1-202015:159
    at notes-common-v2.js?ver=8.4.1-202015:159
    (anonymous) @ notes-common-v2.js?ver=8.4.1-202015:158
    (anonymous) @ notes-common-v2.js?ver=8.4.1-202015:159
    (anonymous) @ notes-common-v2.js?ver=8.4.1-202015:159
    admin-bar-v2.js?ver=8.4.1-202015:69 Uncaught TypeError: $ is not a function
    at admin-bar-v2.js?ver=8.4.1-202015:69
    at admin-bar-v2.js?ver=8.4.1-202015:70
    (anonymous) @ admin-bar-v2.js?ver=8.4.1-202015:69
    (anonymous) @ admin-bar-v2.js?ver=8.4.1-202015:70
    galleries.js:2 Uncaught TypeError: jQuery is not a function
    at i.default (galleries.js:2)
    at Object.1../shortcodes/galleries (index.js:6)
    at c (_prelude.js:1)
    at o (_prelude.js:1)
    at _prelude.js:1
    i.default @ galleries.js:2
    1../shortcodes/galleries @ index.js:6
    c @ _prelude.js:1
    o @ _prelude.js:1
    (anonymous) @ _prelude.js:1
    magnific-popup.js?ver=1.1.0:3 Uncaught TypeError: a is not a function
    at magnific-popup.js?ver=1.1.0:3
    at magnific-popup.js?ver=1.1.0:3
    at magnific-popup.js?ver=1.1.0:3
    (anonymous) @ magnific-popup.js?ver=1.1.0:3
    (anonymous) @ magnific-popup.js?ver=1.1.0:3
    (anonymous) @ magnific-popup.js?ver=1.1.0:3

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi Jeff,

    try to disable all the optimization plugins on your site.

    The problem is that your jquery and jquery-migrate scripts have the defer attribute which tells the browser to execute them later than scripts of my plugin, while scripts of my plugin depend on jQuery.

    Thread Starter Jeff Borghoff

    (@jborghoff)

    Thank you! That was it. Google Pagespeed recommendation can cause unintended issues.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ShortCodes Stopped Working’ is closed to new replies.