Replies: 0
Hello,
I get this error: jQuery is not defined
It appears here:
(function($) {
if ( $( '.gtm4wp_productdata' ).length > 0 ) {
The problem is that the plugin functions are loaded before my jQuery. How could I configure the scripts in order to render after my jQuery?
Thank you