Solved

Search and Hamburger menu not working on mobile for Debut

StellaGold
Tourist
6 0 3

My search and hamburger menu are not working properly on mobile. Upon reading some other community posts, it looks like some of the custom code that I added might have messed things up, but I've been adding some bits of code here and there for the past few months, so I can't remember all the changes. Can someone please take a look to see if there's a quick fix? Thank you!

https://mygoldstandard.co/

Accepted Solutions (2)

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.js and find ".site-nav__dropdown", it will be at the end of the file. https://i.imgur.com/puJTe1z.png
This is CSS code so you can't put it in JS file.
Hope it clear to you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Muhammad_Ali_S
Shopify Partner
664 121 183

This is an accepted solution.

@StellaGold,

You put the code in the wrong file which is causing the issue. The code mentioned in the screenshot is in the Theme.js file, You need to remove this code from there. And paste it at the bottom of the theme.css file.

Do let me know if you can't do it yourself.

 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142

View solution in original post

Replies 6 (6)

Zworthkey
Shopify Partner
5581 642 1565

@StellaGold 

Sorry for facing these issue. 

Welcome to shopify community. 

Let me check your issue. 

We will it. 

Thank you

StellaGold
Tourist
6 0 3

Thank you! Can you let me know what the solution is?

Muhammad_Ali_S
Shopify Partner
664 121 183

This is an accepted solution.

@StellaGold,

You put the code in the wrong file which is causing the issue. The code mentioned in the screenshot is in the Theme.js file, You need to remove this code from there. And paste it at the bottom of the theme.css file.

Do let me know if you can't do it yourself.

 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142
StellaGold
Tourist
6 0 3

Yes, it worked! Thank you so much for helping.

Muhammad_Ali_S
Shopify Partner
664 121 183

@StellaGold, You're welcome. 

Ali Shahzad | Designer | Developer
- Was my reply helpful? Click Like and Accepted Solution to let me know!
- Feel Free to Contact | Whatsapp +92 3486775142

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.js and find ".site-nav__dropdown", it will be at the end of the file. https://i.imgur.com/puJTe1z.png
This is CSS code so you can't put it in JS file.
Hope it clear to you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify