Constantin Oesterling
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Update Scheduler] Divi support?Please test it first and open a new thread with an error description in case it doesn’t work. It *should* work but I’m not certain.
Forum: Plugins
In reply to: [Content Update Scheduler] How it work with elementor and WPML?This should be fixed in v2.3.5
Forum: Plugins
In reply to: [Content Update Scheduler] Works But Disables Soliloquy Slide Scheduler@dperry2024 Please update to v2.3.4 and then set up a code snippet using the newly added filter to exclude whatever custom post type Soliloquy registers, eg.:
add_filter('content_update_scheduler_excluded_post_types', function($excluded_post_types) {
// Add Soliloquy's post type to the excluded list
$excluded_post_types[] = 'soliloquy';
return array_unique($excluded_post_types);
});Forum: Reviews
In reply to: [Content Update Scheduler] Plugin has been updated and works perfectlyThank you for your amazing and thorough feedback! Highly appreciated π
@nelflow Nope, I just switched to the Stripe plugin from Payment Plugins and no issues with that one at all.
Fixed in v2.32.
Thanks for finding the bug and explaining how you solved it. This is fixed in v2.3.2 which I just released.
@johndbb Just to confirm: the current official/stable version works for you now – not the dev version with the fix I provided here https://wordpress.org/support/topic/quotes-inside-the-content-saved-as-the-unicode-0022/#post-17991668 ?
@johndbb no problem, just keep debug logging enabled if you can so you have the logs if it happens again. If I don’t hear from you within the next few days I’ll assume the fix worked and will publish that version officially.
@johndbb Please download and install this https://infinitnet.io/wp-content/uploads/cus-deleted-posts-fix.zip (fix: Implement locking and transaction-like mechanism in publish_post) overwriting existing files. Then see if this fixes the issue. If it doesn’t, please enable debug logging (https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/) and then send the debug logs after you ran into the bug so I have more details about why this might be happening.
@johndbb Can you please try this dev release https://infinitnet.io/wp-content/uploads/cus-unicode-fix.zip (just overwrite existing files when you upload the plugin) and let me know if this fixes the issue for you and works as expected?
Forum: Plugins
In reply to: [Content Update Scheduler] Not working in WordPress 6.6.1Thanks for reporting this bug. A workaround for this has been implemented in v2.3.1 that was just released. Please update the plugin and it will work with the most recent WordPress version.
@jguyton It’s been two months without any update. We’re in the same boat. Wanted to add Coinbase to a WC store that uses the block-based checkout and this plugin doesn’t work with it so we can’t integrate Coinbase into the store at all. Any update and ETA would be appreciated.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Gutenberg cart block support?There donβt seem to be many out there. When looking at all the other PayPal plugins, they seem to have terrible reviews.
Agreed! π
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Gutenberg cart block support?That is great to know! But I think it should be made more clear in the plugin description. Like add “notices” that the notices can be ignored and that it will work just fine… π I was already looking for alternatives to this plugin because that notice makes it seem as if it’s incompatible with blocks.