danilinked
Forum Replies Created
-
Forum: Plugins
In reply to: [Speed Optimizer - The All-In-One Performance-Boosting Plugin] data-rssslThanks to you!
Forum: Plugins
In reply to: [Speed Optimizer - The All-In-One Performance-Boosting Plugin] data-rssslThanks Hristo and congrats for the plugin ??
Forum: Plugins
In reply to: [WooCommerce Product Image Flipper] Flip not working on some pagesAny news about the version 0.4.0?
Forum: Plugins
In reply to: [Contact Form 7] On Sent Ok DOM Events for Multiple Forms2 question then:
How you set the trigger? With GTM or on Goals in Analytics?
and
the location = ‘https://fullsiteaddress.com/content/’; is the thankyou page or the page that has the form?
Thanks
Forum: Plugins
In reply to: [Contact Form 7] Tracking 2 Separate Forms with DOM trackingI’m in the same situation. We need some help please!
Forum: Plugins
In reply to: [Contact Form 7] On Sent Ok DOM Events for Multiple Forms@jordanscott7 You found the solution to set multiple forms?
Like using something like this:
<script type=”text/javascript”>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
if ( ‘123’ == event.detail.contactFormId ) {
ga( ‘send’, ‘event’, ‘Contact Form’, ‘submit’ );
endif;
}
elseif ( ‘456’ == event.detail.contactFormId ) {
ga( ‘send’, ‘event’, ‘Contact Form’, ‘submit’ );
endif;
}
elseif ( ‘789’ == event.detail.contactFormId ) {
ga( ‘send’, ‘event’, ‘Contact Form’, ‘submit’ );
endif;
}
}, false );
</script>Let me know if it works for you, I will try too.
Regards
Forum: Plugins
In reply to: [WC Custom Thank You] Current version breaks other WooCommerce plugins@nicolamustone any news?
Forum: Plugins
In reply to: [WC Custom Thank You] Current version breaks other WooCommerce pluginsThank you @nicolamustone and congratulations for the plugin very useful ??
I keep waiting for the new version
Regards,
Forum: Plugins
In reply to: [WC Custom Thank You] Current version breaks other WooCommerce pluginsHi @nicolamustone, I talk with @duracelltomi and he tell me that I have to contact you and then I find this post, so funny, so there aren’t a solution at the moment.
I’m using your plugins but they are incompatible so what can I do to solve that, where I have to ask? I have to pay something for develop that? I need some answer…
Let me know something Nicola
Thanks and best regards
Forum: Plugins
In reply to: [WooCommerce] Ajax Trigger Update Shipping MethodsThat it’s already on cart.js file?