cmnzadmin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteClosing this thread.
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteIt’s all good. I was trying to say that after I asked Hostgator to TURN OFF the cache, that everything was working.
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteJust to be clear for anyone else reading this, I had to contact Hostgator and have them TURN OFF the server cache. Just clearing it didn’t solve the problem.
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteOh! Okay, thank you!
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteThank you! When I look at view-source:https://planetzula.com/ now I don’t see that text. What does that mean?
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteAre you able to tell me how you can tell it’s working?
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteI turned off the server cache and I’d like to know now if you can see the WP Fastest Cache working.
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteCan you tell me how you’re able to check that you can’t see the WP Fastest Cache running so I can check it myself? I’ve disabled a couple of plugins and I want to see if that’s causing the trouble.
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteI don’t understand. WP Fastest Cache is active on the site.
Forum: Plugins
In reply to: [WP Fastest Cache] iOS devices are not showing the latest version of my siteI can on my PC, my Samsung tablet and my Android phone, but not on my iPad or iPhone, which are showing a version of the page that is two weeks old and has been changed many times since that version that’s showing. I actually just put in a test page as the homepage on this site so that I could see if it would show up. It’s been two weeks and it’s still not changing.
3.1.0
I updated Yoast Duplicate Post to 4.1.1 but still have the error. I started with a new cloned page after the update and still can’t save changes. Actually, I get the error: An error occurred while deleting the Rewrite & Republish copy.” but if I refresh the page it appears the changes were saved.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] WooCommerce checkout interest listI’m just wondering if anyone will help me with this.
The site is working again.
I did create a normal form and using the coding you supplied:
/**
* This snippet adds the HTML for a MailChimp interest groups to your WooCommerce checkout.
*/
add_action( ‘woocommerce_after_order_notes’, ‘mc4wp_show_interest_group_in_checkout’ );
function mc4wp_show_interest_group_in_checkout() { ?><!– Subscription Checkbox –>
<p class=”mc4wp-checkbox mc4wp-checkbox-woocommerce”>
<label>
<?php //<input type=”checkbox” name=”_mc4wp_subscribe_woocommerce” value=”1″> ?>
<input type=”hidden” name=”mc4wp-subscribe” value=”1″>
<span>(Optional) Please send me the following ministry updates:</span>
</label>
</p><!– Interest Groups –>
<p class=”form-row form-row ” id=”_mc4wp_subscribe_woocommerce_checkout_field”>
<label class=”checkbox “>
<input name=”mc4wp-INTERESTS[d69e60bdf2][]” type=”checkbox” value=””5bf5fd71ff””> <span>Scott Brown’s Newsletter</span>
<input name=”mc4wp-INTERESTS[d69e60bdf2][]” type=”checkbox” value=””f84bb5eabf””> <span>Zohar Gonen’s Newsletter</span>
<input name=”mc4wp-INTERESTS[d69e60bdf2][]” type=”checkbox” value=””5009c99e4d””> <span>Nigel Christensen’s Newsletter</span>
<input name=”mc4wp-INTERESTS[d69e60bdf2][]” type=”checkbox” value=””e7ee28f36d””> <span>Michael and Teresa Thomas’ Newsletter</span>
<input name=”mc4wp-INTERESTS[d69e60bdf2][]” type=”checkbox” value=””efe3c8ecff””> <span>Chris and Uta Nel’s Newsletter</span>
<input name=”mc4wp-INTERESTS[d69e60bdf2][]” type=”checkbox” value=””55af56a6fb””> <span>Nita Yager’s Newsletter</span>
<input name=”mc4wp-INTERESTS[d69e60bdf2][]” type=”checkbox” value=””828b7d7c34””> <span>CMNZ Events in My Area</span>
<input name=”mc4wp-INTERESTS[d69e60bdf2][]” type=”checkbox” value=””58868e6dac””> <span>Updates from Inside Israel</span>
<input name=”mc4wp-INTERESTS[d69e60bdf2][]” type=”checkbox” value=””b59844e23f””> <span>Teresa’s Musical Devotions</span>
</label>
</p><?php
}I tried it with 3 email addresses. It signs me up for the list, but not for the groups I’ve created in MailChimp.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] WooCommerce checkout interest listThank you for that. I was able to fix the CSS. However, I can’t seem to get the form to subscribe to the different groups. I set up a Test List in MailChimp. I renewed the lists in MailChimp for WP. In the Form section I chose the Test List in Settings. And I chose the Test List in the Custom Integration. I tried it with 3 email addresses. I could get them to signup to the Test List, but it didn’t put those email addresses in the appropriate groups that correspond to the interest groups I created with the form. Perhaps I don’t understand how this is supposed to work. I created groups in MailChimp with the same names as those in the form on the WooCommerce checkout page but the groups show zero subscribers even though I checked those boxes.