-1

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

  • 1
    Works fine on FireFox. Ensure that you correctly escape `>` not to be treated as part of tag – Justinas Nov 10 '22 at 12:25
  • Thanks four your answer. It really seems to work in firefox, though it doesn't in edge and opera. Also, it does not seem to depend on the ">". I removed them from the hyperlink text but without success. – MrSalamikuchen Nov 10 '22 at 12:35
  • You are required to post a [mcve] here, **within your question**, and [not a link](https://meta.stackoverflow.com/a/254430/162698) to any other site. – Rob Nov 10 '22 at 15:10

1 Answers1

2

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.

dangarfield
  • 2,210
  • 1
  • 13
  • 18