pointer-events

Some days ago I was asked to solve an issue on the wordpress web page.

The customer told me that the arrows from the slider didn’t work since they did a migration.

WP Bakery Page Builder was the default web page builder and Slider Revolution was used for sliders.

Then I realised that there more more things that didn’t work, like the hover property over the images.

After updating theme and plugins, checking console for possible issues, etc… I was stuck, I didn’t now what else to do. So finally I contacted the theme support and after several days they found out that the issue of the pointer-events was defined inside the theme as a custom css.

pointer-events: none;

Once I turned to “auto” everything started to work as expected.

Well, hope this post helps someone in the same situation.

Nice coding,

Ewamfy