Greetings.
I’m encountering an issue in which jQuery is being declared at least three times in a site. One of them comes from something called "https://plugin.stratmanndigital.de/js/storefront.js"
This apparently is a plugin which is no longer in use, or at least I can’t seem to find in my Apps. However, this code is somehow embedded in “content_for_header,” which I can’t access. I need some help to get ride of this code to stop it from declaring the jQuery library and breaking the site. Here’s a picture of what the code is.
Help would be greatly appreciated. Thank you!!
If you have the theme downloaded, you can search the file structure and find it. Then commenting it out just to see if anything else breaks.
If you’d like my group to fix it professionally, please message me.
I have the theme downloaded, and searched for it. But there’s no trace of it. How can I access content_for_header? Apparently it’s just there, but I can’t access.
Try grabbing the scripts from the include parameters and save them in the script folder, and just load them onto the header. If they’re just not loading, that should fix it. If it doesn’t then it’s a bit more involved.