Hi everyone,
My navigation header is clickable with the child links underneath as I found a code in the forum to fix that.
But currently the dropdown child link is not clickable once I add grandchild links underneath it.
In second image: you can see clicking on the child link only drops down the grandchild link. Preferably I would like it to be clickable and drop down the grand child somehow.
Does anybody know the code to sort this out?
Thank you in advance,
Cheetos
Hi @CheetosFlamingo ,
I think this is a position issue. Since as you said, you did a customization on your code. It would be beneficial to have your website so I can inspect.
Hi
Hi there,
My website is qmartco.com.
Thank you,
Cheetos
Oh @CheetosFlamingo ,
I hope you did not purchased this code. This is not acceptable. Whenever you click for dropdown it refreshes the page. What is wrong with the original Dawn code? It was clickable right?
The code is from this here https://community.shopify.com/topic/1354039.
The original code makes the header unclickable once child link is added in the drop down. As you can see it was also mentioned in the linked conversation.
@CheetosFlamingo
I apologize in advance. I am trying to understand this. You want the parent link to be clickable even they have a child link? The only purpose I can think of, is to route the customers to the collection link, but this will by default reset the child links, making it unclickable (unless the browser is slow, and give time for your user to click).
With this being said, you can only assign one click function at a time for the parent link. It is either to open the child links or route to a link. My way around on this is to open the child link by hover but this require html and css code modifications.