Hi, I have a problem about the links of buttons which is not working on a page both on desktop and mobile device.
Here is the link below.
Please help. Thank you in advance.
Sincerely,
Wei-Yang
Hi, I have a problem about the links of buttons which is not working on a page both on desktop and mobile device.
Here is the link below.
Please help. Thank you in advance.
Sincerely,
Wei-Yang
Thank you for your reply. Sorry for the confusion. I meant that the button “Voir l’offre” doesn’t work (without clicking the filters) neither in destop page nor in the mobile device as if a div block was overlaping all the part. I spent much time trying to figure out if there is a overlay or something else. I must have modified something in other page yesterday without specifying the combo class so that the length or width moved. Regarding to the problem in mobile device, I can’t open the popup by taping the “Voir l’offre” button. I feel like the research bouton in covering all he page.
Thank you in advance.
Wei-Yang
Check if there’s a fixed element or transparent layer sitting above the buttons , had this block links on a client build before. In Webflow’s Navigator, look for overlapping divs with high z-index and either remove or adjust their positioning.
Thank you for your reply and your information. I checked all the fixed elements or transparent layers which may sit above the buttons “Voir l’offre” but there is none. I don’t know how to read the codes. I changed the popup element to absolute position but nothing change.
Please help me to understand this and solve the problem.
Wei-Yang
Thank you Machael for this information and taking time on my questions with this tutorial!
I followed your instructions and checked every element that I put in this page. I found that the contact form that I put in the popup element might be the cause. The problem now is how I might solve this overlay. I don’t find any overlayed element nested beneath this popup block “in front of” the initial page.
Thank you in advance for your patience.
Wei-Yang
I couldn’t say without some time spent digging through your project, if you need help with that I do offer services for that and you can DM me.
However my guess is that in your interactions at least one of your pop-ups has an initial state of opacity: 0%, but not display: none. That would make it invisible, but still obstructing your content.
That’s why clicking around, e.g. your filter tabs is closes those invisible popups and then you’re able to reach the buttons.
But I’m guessing.