authentictech
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Action Scheduler database errors are common – why?I’m concerned now about updating any website since, if there is a problem after update, restoring the database back up can end up making things worse.
BTW, I used phpMyAdmin for back up and restore.
@arinargubi The change to sitemap_index.xml is immediate.
The update to Google obviously would be when it next crawls your website. You could submit the sitemap again to Google Search Console to perhaps encourage a faster update.
Forum: Plugins
In reply to: [Gutenberg] Why does adding background color also add padding?Thanks for that explanation. It makes sense. Also thanks for the alternative solutions. 🙂
I removed them by adding the following code to functions.php:
/* Remove elementor library templates from WP Sitemap */ add_filter( 'wp_sitemaps_post_types', function( $post_types ) { unset( $post_types['elementor_library'] ); return $post_types; } );Personally, I would like them to be excluded by default by the Elementor plugin itself.
As I said, the double opt-in emails are never sent from Mailchimp, but when we switched to single opt-in, the offending email address was added to the Mailchimp list.
I presume the problem is with Mailchimp, then, not with this plugin. We will have to reluctantly stick with single opt-in for now.
Thanks for your help.
Hi @hchouhan
Thanks for testing it.
The other email addresses I tried yesterday were actually added after a while.
The first one which I tried to add last week never was added even though I have never used it before on this list or even on Mailchimp.
Although the plugin works with the 3 other addresses I tried, do you have any idea from your experience why one email address – never used before with Mailchimp – isn’t added to Mailchimp via the plugin even though the plugin says it was added successfully? I am still concerned that some subscribers might find their addresses are not also added.
I noted this in your FAQ:
If you use the same email to test one or multiple forms in a short amount of time Mailchimp might temporarily block your email from signing up to any Mailchimp list.
Trying another (fresh) email address often solves this issue…but the first email address is still not being added now a week later.
Thanks for your help.
@xootix Thanks for the reply.
I’m using Elementor Pro page builder with the Cart widget on the same page as the product rather than a separate page so there’s a slightly different flow to the default WooCommerce flow but the same thing happens if I am on the actual Woocommerce cart page.
SideCart picks up when items are added to the cart but not when they are removed. The cart item is removed from SideCart after reloading the page.
There are no console errors.
Here’s a screen recording showing the process: https://youtu.be/3Qzj7U8lEoE
Thanks again.
Thanks so much for that @xootix it’s really appreciated.
I really appreciate you taking the time to show me how this can be done.
Thanks. 🙂
Thanks @algolplus
Thank you. And from my perspective a quick response for which I am extra grateful.
@crazycharlie I’m using Make theme and Site Origin plugin but had a similar problem today.
I had a similar problem today with a white screen of death after updating my plugins. I did not update Wordfence which was already up-to-date but disabling Wordfence did stop the problem of the white screen of death.
I restored my site and DB from a pre-update backup and updated each plugin individually to see if one of them was causing the problem. This time there were no problems after all the plugins were updated.
The only other things I did differently before updating were I went to the Wordfence settings screen and accepted the new terms and conditions (didn’t do that before) and I purged all caches using W3 Total Cache.
Forum: Plugins
In reply to: [WooCommerce] “Cash on delivery” payment option not displaying@jricketts4 Thanks.
The use case is for a take away store where products are collected or delivered. There is no delivery/shipping charge as delivery is handled by shop employees, not a shipping service, and delivery is free.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Use with WooCommerce?Thanks Bernhard.
BTW I appreciate the dedication you have to supporting your plugin. Thanks for that. I’ll definitely come back to use it when the requirements match up.