Soulstudio
Forum Replies Created
-
Solved! The issue was in my child theme’s functions.php file. I was using the following code:
function custom_woocommerce_order($order_id) { if (!$order_id) { return; } $order = wc_get_order($order_id); $order->update_status('processing'); } add_action('woocommerce_checkout_order_processed', 'custom_woocommerce_order');
- This reply was modified 2 years, 9 months ago by Soulstudio.
Exactly what I needed to know! Thank you!
1.16.63 fixed the issue !
Alright, thanks for letting me know. I’ll wait for the update and leave my feedback here once I test everything.
- This reply was modified 3 years, 5 months ago by Soulstudio.
- This reply was modified 3 years, 5 months ago by Soulstudio.
Thank you for your reply!
Are you guys aware of some issue with the current version that might cause this? If so, it is not a problem for us to wait until this is fixed in the next plugin version.
Thanks!
Forum: Plugins
In reply to: [Blackhole for Bad Bots] Working with iThemes and CloudflareUPDATE: Your plugin is successfully blocking bots on all the websites I installed it on!
It seems that iThemes is blocking most of the bots but if their plugin fails, yours gets the job done.
Forum: Plugins
In reply to: [Blackhole for Bad Bots] Working with iThemes and CloudflareThank you!
Forum: Plugins
In reply to: [Bootstrap Blocks] How to add div ID to the parent container or a row?Thanks for replying!
I already found a way around this. I’m using default gutenberg columns as wrappers with ID (HTML anchor). I load your bootstrap blocks inside it. It works great so far, even though it adds extra HTML.
Thanks!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Connectivity issuesThank you!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Connectivity issuesAmazing! Everything works, including external debug tool and there are no connection errors anywhere!
Thanks!
Just a quick question. I need to activate Cloudflare now. I’ve set up a firewall rule which blocks xmlrpc.php but it allows the access to it if it comes from servers under AS number 2635.
Is that OK? Any things I need to take care of on the Cloudflare level in order for it to work with Jetpack?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Connectivity issuesThe current PHP extensions are present:
libxml
xml
xmlreader
xmlrpc
xmlwriterThank you! That solved the problem!
I don’t know why that module was deactivated after the update to Jetpack 9.2.0 in the first place but I just updated Jetpack to 9.2.1 (with Cloudflare active) and everything works.
Thank you once again!
This is what is shown in classic editor (text tab) for all the slideshows on the website, which are now broken.
<p>[gallery type="slideshow" ids="17433,17434,17435"]</p>
But when I go to classic / visual I can see that the slideshow option is gone from the “type” dropdown?
Screenshot: https://i.ibb.co/C6t1DkS/dropdown.png
I’ve tried to deactivate ALL of the plugins (except Jetpack) and switch to the default WP theme, connectivity issues are still there.
It must be on the host side. But how to determine what exactly is the issue?
Can you try to sync the images on your end?
Hi Jen,
I’ve deleted the plugin, reinstalled it and reconnected. The issue is still there.
However, I keep getting random connectivity error messages in Jetpack dashboard (not always though): “Jetpack Dashboard was unable to properly communicate with your website. Please check your website’s error logs to see what’s wrong.”
But Jetpack IS connected. Both account and site connections are listed in the dashboard.
I’ve installed “Health Check & Troubleshooting” plugin. Jetpack diagnostics information says “Connection Tests: All Pass”.