Home > front end >  Problems opening hyperlinks
Problems opening hyperlinks

Time:11-10

On our webpage some links can not be opened anymore. When hovered, the correct URL is shown in the little preview box in the bottom left corner. But when clicking the hyperlink, nothing happens. Strangely it works on mobile view. Only the hyperlinks with the link text "Weiterlesen >>" seem to not work. enter image description here

Any suggestions? Link to the page

CodePudding user response:

Link to answer - How to fix problem with clicking event on bxSlider item in Chrome 73?

There is a bug with bxSlider in chrome. You should set touchEnabled: false in order to use clickable links without your slider.

  • Related