Hello Woodmart Support Team,
We are experiencing a ReferenceError: jQuery is not defined
on our site. The browser console indicates that the error occurs when our custom JavaScript block is executed.
However, our custom script is written according to WordPress standards, using the recommended jQuery(document).ready(function($) { ... });
no-conflict wrapper to prevent such issues.
The strange thing is, this conflict only happens when the Woodmart theme is active. When we switch to a default WordPress theme like “Twenty Twenty-Four”, the error completely disappears, and our script works perfectly.
This leads us to believe there might be a specific script loading order in Woodmart that is causing this conflict. Could you please provide some guidance or insight on why this might be happening and how to resolve it? We have already tried disabling plugins and clearing all caches.
Thank you for your time and assistance.