• Resolved sapunce

    (@sapunce)


    Hi,

    I checked this support post from the plugin website and I don’t see any other jQuery calls before the plugin calls.

    Anyway I see the following errors in the console:

    
    Uncaught ReferenceError: jQuery is not defined
        at script.min.js?ver=2.2.3:1
    (anonymous) @ script.min.js?ver=2.2.3:1
    
    
    Uncaught ReferenceError: jQuery is not defined
        at (index):1262
    (anonymous) @ (index):1262
    

    If one opens this url from my blog for example will be able to see the errors.
    What else can I do or check to fix it?

    On the other hand it looks like the buttons are working well, just the floating buttons are not appearing and now they are disabled.

    Thanks!

Viewing 1 replies (of 1 total)
  • Andrea Whitmer

    (@nutsandboltsmedia)

    Usually if we see “jQuery is not defined” it’s a sign jQuery is being called incorrectly by another plugin or your theme rather than being enqueued. More on that here.

    I would suggest first deactivating other plugins to see if the error goes away. If it does, you’ll know there is a plugin conflict. If not, try activating a default theme such as Twenty Sixteen temporarily to rule out an issue with your theme.

Viewing 1 replies (of 1 total)
  • The topic ‘jQuery is not defined’ is closed to new replies.