Shopify themes, liquid, logos, and UX
Hi I updated to the new craft version now my hamburger menu isn't working. This is my default in the theme, I was working with shopify support and whatever they did had stopped it from working. When I click it nothing happens but highlighting the page logo.
Also when using the search bar, no search results show up as your typing like it should/ use to. Can anyone help.
https://madetomeasurewoodengates.co.uk/
pass: chameleon
I have checked your website and found some JS errors Contact the Shopify expert because without checking your theme code not solve your problem.
Thanks!
Briefly -- I see 2 things to fix.
One is minor -- you have included your GTAG initialization twice:
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K2B07QQZ4P">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-K2B07QQZ4P');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K2B07QQZ4P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-K2B07QQZ4P');
</script>
And the second one is probably the cause of your problems:
<style>
html:has(link[title="Feed"][href="/collections/double-gate.atom"]) .price,
html:has(link[title="Feed"][href="/collections/single-gate.atom"]) .price,
html:has(link[title="Feed"][href="/collections/matching-side-panels.atom"]) .price,
html:has(link[title="Feed"][href="/collections/bifold-gates.atom"]) .price,
html:has(link[title="Feed"][href="/collections/trifold-gates.atom"]) .price {
display: none !important;
}
<meta charset="utf-8">
There must be a closing </style> tag before the <meta ...> tag.
Although I have no idea why this CSS code is there...
Fix these and hopefully your problems will go away. Let me know if not.
The gtag codes are the same aren't they?
As for the <style>... -- you can try removing this snippet of code altogether, just live the <meta> line.
If you're unsure, contact shopify support or e-mail/dm me the collab account request code and I will send an account request to your store in my morning.
Hi I believe that code is for an app, although that has not worked unfortunately.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025