wp analytics events and Elementor
-
Hi,
I’m trying to make this plugin work with Elementor page builder.
In my contact page I have several icons (https://www.catiusciafattoripsicologa.it/contatti/) , each one pointing to a different contact method. I have phone, whatsapp, email, each one is a link.The problem is that when I edit them with elementor the field “class” and “id” accept a value that becomes the class or id of containing element, not the link itself.
<div class="elementor-element elementor-element-f22c403 elementor-view-default elementor-widget elementor-widget-icon" data-id="f22c403" data-element_type="widget" id="telefono" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="tel:392764666122"> <i aria-hidden="true" class="fas fa-phone"></i> </a> </div> </div> </div>The element with the action I want to monitor is the with class “elemento-icon”, but the nearest element I can target is the <div> with “elementor-element” class.
Has anyone encountered this problem? How can I solve?The page I need help with: [log in to see the link]
The topic ‘wp analytics events and Elementor’ is closed to new replies.