valentino86
Forum Replies Created
-
OMG!!! I didn’t notice it.
Thanks a lot ??I was wandering if we can find a workaround.
If you create a function in functions.php which read the euCookie cookie. If this exists then an event is created so that GTM can fire whatever tag.
Could it work?
- This reply was modified 6 years, 5 months ago by valentino86.
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Revoke does not work on my homepageSorry it was a javascript error on my WP which was messing everything up. Now it works ok.
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] Add code after submit buttonOk, thanks a lot.
By the way…amazing plugin ??
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] GDPR section is missing in created FormHi Lap, how con I show the form checkboxes in the Contact Form 7 integration?
I would like to see the custom checkboxes I have set in my MailChimp form, also in at the bottom of the WordPress comment form.Thanks
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] Will this become GDPR compliant?Why wont you send the checkbox to MC?
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] Will this become GDPR compliant?Hi Lap,
good tip. However I think a piece of code is missing. In this way I only see the checkbox in the top bar but the information is not sent to MailChimp after submission.For example I have this code in my functions.php
add_action( 'mctb_before_submit_button', function() { echo '</br><label><input name="INTERESTS[5d4bfbd773][]" type="checkbox" value="5404abb47e"> <span>Acconsento al trattamento dei dati personali come specificato nella Privacy Policy</span></label>'; echo '</br><label><input name="INTERESTS[5d4bfbd773][]" type="checkbox" value="5f520cd2c9"> <span>Sì, inviami email con aggiornamenti, notizie, eventi e promozioni</span></label></br>'; });
What should I add to link the data to MailChimp?
Thanks
Forum: Plugins
In reply to: [GDPR] Unwanted redirect to user loginHi Fernando and thanks for your help. I have debugged it by switching off each plugin. I found out that the rename wp-login plugin is creating the problem.
Any way to fix it or should I just disable that plugin?
Thanks again