• Resolved sjeems

    (@sjeems)


    Hi there,

    The Zeno Font Resizer isn’t working. When I check the console I see the following error:
    Uncaught TypeError: jQuery(…).zeno_font_resizer_manager is not a function
    at HTMLDocument.<anonymous> (jquery.fontsize.js:58)
    at i (jquery-1.12.4.min.js:2)
    at Object.fireWith [as resolveWith] (jquery-1.12.4.min.js:2)
    at Function.ready (jquery-1.12.4.min.js:2)
    at HTMLDocument.K (jquery-1.12.4.min.js:2)

    Could you help me out? Thanks a lot!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    The website is loading 2 jQuery scripts. It is advised to only use the one from WordPress, and not one from a CDN.

    Can you find out where the extra jQuery is being loaded?

    Thread Starter sjeems

    (@sjeems)

    Thanks for the reply! I solved all the console errors but unfortunaly font resizer still doens’t work :(.

    All fonts are set on REM. Maybe I did something wrong?

    Would love to hear from you,
    thanks!

    Plugin Author Marcel Pol

    (@mpol)

    Uhm, okay, but you didn’t fix the underlying problem 🙂
    There are 2 jQuery scripts loaded.

    What I suspect is happening is:
    – jQuery no.1 gets loaded.
    – The font resizer plugin gets loaded as plugin for that jQuery.
    – jQuery no.2 gets loaded and overwrites jQuery no.1 including the plugin.

    The only way to fix that is by using only the jQuery from wp-includes, and remove the one from Bootstrap.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uncaught jQuery error’ is closed to new replies.