Re: Pipeline theme - Submenu link not clickable

Solved

Pipeline theme - Submenu link not clickable

mylittle
New Member
5 0 0

Hi, I can't seem to click on the sub menu navigation eg cashmere, hospital bag checklist. See screenshots. Would someone be able to guide me please? Thanks!

 

Screenshot 2024-07-01 at 2.22.33 PM.pngScreenshot 2024-07-01 at 2.22.39 PM.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
9193 1842 1874

This is an accepted solution.

Please update the code 

<style>
.header__dropdown:before {
z-index: -1 !important;
}
</style>

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 9 (9)

Moeed
Shopify Partner
4963 1316 1598

Hey @mylittle 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
mylittle
New Member
5 0 0

littlesuite.com.sg 

thank you!

Dan-From-Ryviu
Shopify Partner
9193 1842 1874

Hi @mylittle 

Could you share your store URL? 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

mylittle
New Member
5 0 0

littlesuite.com.sg 

thank you!

Dan-From-Ryviu
Shopify Partner
9193 1842 1874

Hi @mylittle 

Please add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code to solve the issue 

<style>
.header__dropdown:before {
z-index: -1;
}
</style>

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

mylittle
New Member
5 0 0

Thanks Dan! It still doesn't work. The first navigation link on the submenu doesn't respond when I click. only the main menu link work. Could you please advise again? Here's the code I added as instructed:

Screenshot 2024-07-02 at 12.15.04 PM.png

 

Screenshot 2024-07-02 at 12.15.42 PM.pngScreenshot 2024-07-02 at 12.15.46 PM.png

 

 

Dan-From-Ryviu
Shopify Partner
9193 1842 1874

Yeah, add code, save file, reload your page and check.

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Dan-From-Ryviu
Shopify Partner
9193 1842 1874

This is an accepted solution.

Please update the code 

<style>
.header__dropdown:before {
z-index: -1 !important;
}
</style>

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

mylittle
New Member
5 0 0

It worked now, thanks so much!!