GravityKit/AZ-Filters

Clicking anchor tags no longer filters results in some themes

Closed this issue · 3 comments

This affects Divi and also Kadence.

This affects Try.

The links don't work anymore:

a-z.mp4

Tested with AZ 1.3.1

https://secure.helpscout.net/conversation/2001812975/43326

I asked the customer to report this to Divi's support as I think that's their problem, but I created this issue so we can keep track of it.

This is indeed their issue—the selector they use is

a[href*="#"]:not([href="#"])

It should be updated to make sure that the link starts with a hash:

a[href^="#"]:not([href="#"])