Archived topic
Problems with jquery
1 reply · Started by Dovi Vausk on March 29, 2019
Its posible that some plugins are not working with your theme? I mean instagram feed plugin:
https://elements.envato.com/es-419/instagram-feed-gallery-grace-for-wordpress-WB4KSPZ
The plugin support said that: detect jquery error, and i must to install another theme...
Hi there,
looks like that plugin doesn't enqueue jQuery, which it should do seeing as it requires it.
Unless you use the Sticky Navigation GP doesn't load jQuery either as it doesn't require it.
You can force the them to load it with this snippet:
add_action( 'wp_enqueue_scripts', function() {
wp_enqueue_script( 'jquery' );
} );
https://docs.generatepress.com/article/adding-php/
If that doesn't solve it then i would need to see the Site to debug.