• Hi,

    I am working on a website at https://www.cedarlewisohn.com. For some reason, something I have done inadvertently has caused me to lose the ability to click on any links. Also clickable arrows on sliders within the site don’t work. This is accross all browsers, so must be related to my code.

    Tabbing through and using the enter button works on links.

    When I inspect element using chrome dev tools, it inspects the HTML element, rather than the li or a tag. Which makes me thisnk there is something to do with z-index.

    I am adapting the underscore theme, using a child theme.

    Anyway, I am stumped and would be grateful if anyone can offer any suggestions.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • On line 20 of your stylesheet you’ve set pointer-events: none; on every div, and your navigation (and pretty much everything else) is in a div.

    • This reply was modified 7 years, 5 months ago by Jacob Peattie.
    Thread Starter Ol1wp

    (@ol1wp)

    Thank you very much for spotting that. Yes I did that to try and resolve something with js but it’s not necessary.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot click on anything’ is closed to new replies.