Getting :focus working in WordPress
-
I’m running a movie review blog and I wanted to add the option for the user to view the score I gave a movie by hovering above the first image of the review (this way they can steer away from spoilers, but still see if I liked it).
I’ve managed to get this working with a hover function, but as you know this function does not work on mobile devices. Therefore I reasearched if there was a way to show it when tapping on an image on a mobile device and read that you can use :focus for this.
If you load up the Fiddle below on a mobile device, you’ll see that works.
https://jsfiddle.net/z5e1xzdj/After implementing this (see the link I’ve added) focus doesn’t seem to work when loading the page on a mobile device. Loading the page on a computer shows that the hover is working.
The page I need help with: [log in to see the link]
The topic ‘Getting :focus working in WordPress’ is closed to new replies.