magneting
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Simple Lightbox] Several galleries on a pageForum: Plugins
In reply to: [Simple Lightbox] Several galleries on a page@andsmith please, can you tell me, what solution did you use to fix this issue? Thanks.
Hi, we’ve already solved this – we’ve added a preview image to the product also in translated version of website.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Event / Conversion tracking – Google Tag ManagerHi @yikesitskevin ,
thanks for help! Yes you were right, I copied code directly from post in this forum and some characters were changed.
Here is code I used and it is working:
add_action( 'yikes-mailchimp-google-analytics', 'yikes_mailchimp_google_analytics', 10, 1 ); function yikes_mailchimp_google_analytics( $form_id ) { ?> <script type="text/javascript"> var form_id = <?php echo $form_id; ?>; // Fire off GA event for a successful subscription function yikes_mailchimp_google_analytics_success( response ) { ga( 'create', 'UA-XXXXXXXXX', 'auto' ); ga( 'send', 'event', 'mailchimp-subscribe', 'subscription-successful' ); } </script> <?php }
Viewing 4 replies - 1 through 4 (of 4 total)