Drop Down (Nested) Menu Not Working on Homepage - Conflict with Slidshow Image?

Solved

Drop Down (Nested) Menu Not Working on Homepage - Conflict with Slidshow Image?

Marchioness
Tourist
6 1 1

Hi -

 

My drop down menu is suddenly not working. It was fine yesterday, and I have made no changes to our website at all, recently, outside of creating products. It looks like the menu might be going behind the slideshow image, below it, which has also been the same for a long time. The drop down menu is working fine on all other pages. We use the Blockshop theme. I have searched for solutions but nothing has worked. Can anyone help?

 

Thanks!

Accepted Solution (1)

Marchioness
Tourist
6 1 1

This is an accepted solution.

For anyone who is facing this problem and stumbles across this thread: our drop-down menu issue was solved by updating the version of jQuery our theme uses. Our theme is pretty old, and we won't let go of it 😬. The solution was changing the jQuery edition numbers this way—

 

Open your layouts/theme.liquid and find this code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
 
Replace 1.9.1 with 1.12.4 
 
Thanks to everyone who tried to help!

View solution in original post

Replies 5 (5)
Marchioness
Tourist
6 1 1

Hi Feezar. I tried various z-index css fixes I found on this site, with no luck. Thanks for responding, but I don't see any code.

devcoders
Shopify Partner
1459 173 454

Hello @Marchioness 
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

BiDeal-Discount
Shopify Partner
569 66 140

Hi @Marchioness 

 

I just checked your store. Let try to add this css to your store:

.x-menu--level-1--link[data-x-menu--open="true"] > .x-menu--level-2--container{
  display: flex;
  opacity: 1;
}



- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
Marchioness
Tourist
6 1 1

Hi Bi-Deal. The problem for me was that my theme is quite old and was running an outdated version of jQuery. Someone I reached out to via email had an easy fix. Thank you for responding!

Marchioness
Tourist
6 1 1

This is an accepted solution.

For anyone who is facing this problem and stumbles across this thread: our drop-down menu issue was solved by updating the version of jQuery our theme uses. Our theme is pretty old, and we won't let go of it 😬. The solution was changing the jQuery edition numbers this way—

 

Open your layouts/theme.liquid and find this code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
 
Replace 1.9.1 with 1.12.4 
 
Thanks to everyone who tried to help!