Aurélien Denis
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] PayPal Package Tracking Critical ErrorHello,
same error with 2.8.1 this morning and PHP 8.2.20.
Forum: Plugins
In reply to: [Moloni] PHP Fatal ErrorHello,
thanks, it looks fine for now!
Forum: Plugins
In reply to: [Simple Custom Post Order] Issue with WooCommerce and SEOPress breadcrumbs@raldea89 thanks for your answer, we use SEOPress Pro Breadcrumb block, that’s why @rainbowgeek answered too.
Forum: Plugins
In reply to: [GD bbPress Tools] Quote no more workingAwesome, it’s fixed!
Forum: Plugins
In reply to: [GD bbPress Tools] Quote no more workingI’ve made some investigations and I remember that we use this snippet:
function wpc_bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; $args['quicktags'] = false; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'wpc_bbp_enable_visual_editor' );
If I disable this hook, the blockquote is added…
Forum: Plugins
In reply to: [Carousel Slider Block for Gutenberg] Hide block if no dataSorry I think I’m confused with another similar block…
Ok thanks, I’ll try to find a workaround with URLS.
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Product not removed from cartThanks it’s done!
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Product not removed from cartHello, can we keep this link private?
Forum: Plugins
In reply to: [Query Loop Post Selector] Performance issuesAwesome thanks, you deserve a five stars review and blog post!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] PHP: Fatal errorHi @jarnovos, yes we still have this issue with latest version. So I revert back for now. It seems to be conflicting with a custom function in my theme creating a custom excerpt for posts in a loop.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] PHP: Fatal errorHello, I have the same error here. How did you solve it?
Hi Niklas,
unfortunately, it’s not the case on a French business account here. We don’t have access to these features regarding the screenshot of the link.
Nice to see that the next version will try to solve these issues.
Thanks for your quick answer, I’ll check to get our account Reference Transactions enabled. We can’t wait anymore, I hope PayPal does the job quickly.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Change “Toggle all” checkbox labelHi Konrad, you’re right!
Thanks for the filter, it works!