welime
Forum Replies Created
-
@dvmarques Yes woocommerce works fine for me
@dvmarques Try this, read through the steps fully before starting:
Deactivate and delete the jetpack plugin
Install it and activate it
Don’t complete the setup (meaning dont connect to a wordpress account)
Access the modules page and disable notifications as described above
Complete the setup (connect to a wordpress account)*On my site i only got the 403 issue after connecting jetpack to a WP account. Problem is i needed to connect to a WP.com account to get most of the good features of JetPack.
Right now everything works for me with notifications disabled.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Blocks access to the admin@kraftbj Worked for me! Thanks!!!
@madhattersez I’m not running the WP optimize plugin.
- This reply was modified 3 years, 8 months ago by welime.
@bruceallen @lastsplash Seems to only impact the WP Admin user once logged in.
- This reply was modified 3 years, 8 months ago by welime.
Tried whitelisting the IPs and disabling XLM-RPC protection on my server. Still same issue after authorizing a WordPress.com account.
Deactivated and deleted. Works until you complete setup and login with a WordPress.com account.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Passing Interest groupsAhhhh, gracias!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Passing Interest groupsI guess I can use user sync to do that
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Passing Interest groupsOnly issue now is that it updates the first name in mailchimp to “1” i guess based on the value in the custom form add in. How can I get it to use at least the username
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Passing Interest groupsI got it working. I had to disable the registration form option and use the custom form add in only. Now it adds the user to mailchimp and passes the interst group as well. You can consider it resolved.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Passing Interest groupsThis form is the default registration form controlled by my theme plugin. I used the following int he functions file.
/**
* This snippet adds the HTML for a MailChimp interest grouping to registration form.
*/
function hb_show_list_choice_in_registration() { ?><h4>Choose the topic of your interest</h4>
<p>
<label>
<input name=”MC4WP-INTERESTS[9879ca67d3][]” type=”checkbox” value=”c747b16242″> <span>Theme</span>
</label>
<label>
<input name=”MC4WP-INTERESTS[9879ca67d3][]” type=”checkbox” value=”6333f0a49e”> <span>Plugin</span>
</label>
</p><?php
}
add_action( ‘register_form’, ‘hb_show_list_choice_in_registration’ );Hi Harish,
I got mine to display and defaulted a selection. The user/email gets passed to Mailchimp but not the grouping. I believe I have everything set correctly.
Is there any reason you can think of why it wouldn’t pass?