Image map hyperlinks not working
We have launched a new responsive version of our website: www.thevintagewall.com. The main page has an image slider with clickable image map hyperlinks (unconventional, I know). The image maps work perfectly on all Mac desktop browsers (eg. Safari, Chrome), except for Firefox. We are using v. 59.0.1. When hovering over the image map areas, the pointer turns to a finger, so the browser is acknowledging the links, but just won't click on them (FYI - right click with mouse, then selecting 'Open link in new tab' will work). Does anyone know of a workaround or any coding specific to Firefox that will make these image maps work?
الحل المُختار
The links work if I disable JavaScript on the page to prevent the slider from overlapping the images (they just appear one after the next). So the issue seems to be related to stacking everything up in the slider. Since right-click > Open Link in... works, it isn't the common problem of a transparent overlay blocking the links. Which leaves the mystery of what is going wrong here...
I notice your bxslider script was updated in April with this message among the change log: "Fix for Firefox59 and PointerEvent standard compatibility". There also have been two subsequent update releases:
https://github.com/stevenwanderski/bxslider-4/releases
Hopefully that will fix it.
Read this answer in context 👍 1All Replies (5)
الحل المُختار
The links work if I disable JavaScript on the page to prevent the slider from overlapping the images (they just appear one after the next). So the issue seems to be related to stacking everything up in the slider. Since right-click > Open Link in... works, it isn't the common problem of a transparent overlay blocking the links. Which leaves the mystery of what is going wrong here...
I notice your bxslider script was updated in April with this message among the change log: "Fix for Firefox59 and PointerEvent standard compatibility". There also have been two subsequent update releases:
https://github.com/stevenwanderski/bxslider-4/releases
Hopefully that will fix it.
Thank you - We really appreciate your speedy response! (Buy you a beer?) Will give those recent fixes a look over.
Hi, you may want to fix these also as Firefox just loves good code : HTML (any reason you have css in the HTML file ? ) https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.thevintagewall.com%2F
jscher2000 - Thanks again. As per your suggestion, we looked into the more recent updates/fixes for the bxslider script and CSS. We still had plenty of issues to follow - such as the prev/next buttons no longer appearing - but after a lot of experimentation, we found the below page to have the best working version for us:
https://github.com/stevenwanderski/bxslider-4/compare/v4.2.15...master
Modified