Dropdown SHOP menu link is not working in debut theme

DonneV
New Member
6 0 0

Hi there

 

My dropdown SHOP menu in the top navigation bar is not working. When clicking on the dropdown or word SHOP, nothing happens.

 

Website included here: https://www.thecandlecreatornz.com/ 

 

Please could you help

 

Thanks

Donne

Replies 6 (6)

PaulNewton
Shopify Partner
6275 574 1324

Checking that store url an error shown in browser developer tools shows there is CSS code in your Javascript file theme.js.

You'll want to address that by moving it to the proper CSS file

 

I.e. 

/* Start */
.template-index .newsletter-section {padding-top: 0 !important;}
.template-index .newsletter-section .page-width {displ...........

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


DonneV
New Member
6 0 0

Thank you. How would I do that? Your help would be appreciated 

PaulNewton
Shopify Partner
6275 574 1324

Remember to backup your theme before making code changes

 


@DonneV wrote:

Thank you. How would I do that? Your help would be appreciated 


Go into the theme.js and remove the CSS code and put in theme.css or theme.css.liquid, or relevant file etc depending on theme structure.

 

If you need get it fixed and debugged professionally you can contact me at paull.newton+shopifyforums@gmail.com with this topic url, and store url, and any relevant info about when the issue started.

 

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


DonneV
New Member
6 0 0

Thanks Paul. However, I never made any code changes as I don't have that knowledge.

 

I simply added an announcement to my landing page, removed / added products and created a Christmas collection.

 

It's Black Friday and any new traffic to my website won't be able to use the menu to shop for items. If I remove the current Shop menu (and all dropdowns) and re-add them would this work?

 

Cheers

PaulNewton
Shopify Partner
6275 574 1324

The suspect code is related to a newsletter feature.

 

The error will still exist even if you delete and recreate other parts of the site.

Further you should check beyond the Shop dropdown as this error can be affecting all of your sites javascript based functions, such as variant options, cart buttons, etc.

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


DonneV
New Member
6 0 0
Thank you.

I've installed Privy - a pop up which subscribes visitors to my newsletter.
I guess this is the issue and is not working properly with the debut theme.
😪