scribo
Forum Replies Created
-
Hi @ryanhungate I’ve got the same issue. Have cleared all cache as suggested in this thread. Have uninstalled, reinstalled the plugin and set up all store/audience settings again and resynced. It is showing sync successful in the overview, but still getting the same error message in the WP dashboard (Mailchimp for Woocommerce has not added the webhook to Mailchimp, visit the plugin settings page and synchronize your store).
Any further suggestions, please?
Thanks
Alex
- This reply was modified 2 years, 7 months ago by scribo.
Hi @hannahritner yes thanks I found a solution. Had to use some custom css within the customizer to force the image width:
#template_header_image img{max-width: 600px;}
Forum: Plugins
In reply to: [Contact Form 7] Anonymizing Remote IP Address: Not WorkingThanks @alexanderbailey that works perfectly!
Forum: Plugins
In reply to: [Contact Form 7] Anonymizing Remote IP Address: Not Working@yordansoares I do indeed – CF7 version 5.3. All other software is up to date. Any ideas?
Forum: Plugins
In reply to: [Contact Form 7] Anonymizing Remote IP Address: Not WorkingThanks @yordansoares that works perfectly! It would be useful to see the first part of the IP however. The code add_filter( ‘wpcf7_remote_ip_addr’, ‘wpcf7_anonymize_ip_addr’ ); doesn’t even hide the last part of an IP for me… it displays it fully. Am I missing something in the code?
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Anonymizing Remote IP Address: Not WorkingI also have same problem. Have added the code add_filter( ‘wpcf7_remote_ip_addr’, ‘wpcf7_anonymize_ip_addr’ ); to bottom of astra child theme functions.php but still seeing my IP address come up in Flamingo when running tests.
Can you help please?