Problem with click trigger / Wordpress

Hello everyone,

I have a problem with a click all elements trigger on my wordpress website.

I want the trigger to be executed when a specific button is clicked. So far the trigger is always triggered no matter when I click somewhere on my website. Every click triggers the trigger and not just the click on the button.

This is how I have created the trigger so far:

I really do not know what to do and woul really appreciate your help

Best wishes
Janis

Hi @Janis_Ungerer
I think the Click Element needs an HTML element type. Eg. span or button…

Thank you very much for your reply.

I have no HTML Element type for my button.

This is the HTML code of the button
image

I have also used the option “matches the css selector” and copied the css selector. This is the css selector: #page-header > div.l-subheader.at_middle > div > div.l-subheader-cell.at_center > a

But again, it’s not working…