• Resolved pixelador

    (@pixelador)


    Getting a ‘jQuery is not defined’ error when trying to use the logo showcase plugin.

    Using the default jQuery for WordPress, which is loading in the footer; confirmed in source view.

    The plugin is included via shortcode within a SiteOrigin page builder text widget.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Have you used any minified css/js plugin to minified css/js because sometime if you use that type of plugin then it may cause the problem to load java-script.

    and If you use any minified js plugin then you have option to unminified particular
    JS. So unminified our slick.min.js from that plugin.

    Check out this and let us know your query is still the same.

    Thread Starter pixelador

    (@pixelador)

    It’s a new site, so no auto optimizer has been activated yet.

    I was able to get the plugin working by moving jquery to the header. Ideally, we want jquery to load in footer, but this is working for now.

    Is there a setting or code change that will allow the plugin to work with jquery in the footer?

    For reference, I’m also using Smart Slider and had to activate their ‘async’ option to get it to work properly with jquery loaded in footer.

    • This reply was modified 7 years, 11 months ago by pixelador.
    • This reply was modified 7 years, 11 months ago by pixelador.
    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Our Plugin’s Java-script loads in footer and it loads after Jquery.

    For better support, if possible can we have your web-site URL so that we can provide you better support.

    Just a thought: make sure your custom coded wp theme includes wp_head(); in header.php and wp_footer(); in your footer.php files.

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    As per standard we have loaded java-script in footer with wp_footer() action.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘jQuery undefined’ is closed to new replies.