DNCreative
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Shipping] Critical Error when opening older ordersHi Shahzeen – The AI support is really frustrating at this point. Can you recommend a prompt to get this ticket opened and on the right path to resolution.
Forum: Plugins
In reply to: [WooCommerce Shipping] Critical Error when opening older ordersI temporarily disabled WC Shipping and orders load fine when disabled.
- This reply was modified 6 months, 3 weeks ago by DNCreative.
Forum: Plugins
In reply to: [WooCommerce Shipping] Critical Error when opening older ordersForum: Plugins
In reply to: [Contact Form 7] Brevo integration failsIf your Brevo account is very new, you might try contacting Brevo with this issue. I’ve run into it on a very new account where they needed to authorize first before I could use.
Forum: Plugins
In reply to: [Contact Form 7] v5.8.1 changelog link not workingCan confirm it’s broken as of 9/30
Forum: Plugins
In reply to: [Brevo - Email, SMS, Web Push, Chat, and more.] Quota 0, all in backlogSame issue here. When I attempt to enable the Captcha setting in the current version of the plugin – the submit button for this setting is displaying “<Add to form” and the functionality appears to be broken. Likely source of spam submissions draining any hourly and daily send quotas. Customer service just wants to upsell which I can’t recommend to my client until these technical issues are resolved.
Screenshot: https://ibb.co/wpwjFzX
See also: https://ww.wp.xz.cn/support/topic/forms-with-recaptcha-no-longer-work/
- This reply was modified 3 years, 3 months ago by DNCreative.
- This reply was modified 3 years, 3 months ago by DNCreative.
- This reply was modified 3 years, 3 months ago by DNCreative.
- This reply was modified 3 years, 3 months ago by DNCreative.
- This reply was modified 3 years, 3 months ago by DNCreative.
I had found these in the documentation and it resolved the issue.
Thank you.// Bridge support for Better Notifications add_filter( 'bnfw_trigger_insert_post', '__return_true' ); function bnfw_insert_post_hook_for_theme( $themes ) { $themes[] = 'neve_child'; // update for your theme name return $themes; } add_filter( 'bnfw_insert_post_themes', 'bnfw_insert_post_hook_for_theme' );- This reply was modified 4 years, 7 months ago by DNCreative.
Forum: Plugins
In reply to: [Post My CF7 Form] Radio Buttons value issueCan you point to the forum policy you’re referring to? Thank you.
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Transaction IDHi Collin,
Is this hook still accurate / working? When I look for the referenced /includes/public_ipn.php, I’m not seeing it in the current version of Pro. Thank you.
Forum: Plugins
In reply to: [Post My CF7 Form] Radio Buttons value issueI am experiencing it with a checkbox field.
Forum: Plugins
In reply to: [Add From Server] Can see files, but it won’t uploadSame issue.
Thanks.
Hmm… yes, it’s there now – but this time with an error above the field:
Notice: Undefined index: current_date_to_check in /home1/todaysa2/public_html/tychesoftwares/demo/woocommercepro/wp-content/plugins/order-delivery-date/orddd-common.php on line 3044
Screenshot: https://ibb.co/BKGKbXC
You could try Admin Menu Editor to remove it from the Dashboard Menu for that role.
After rolling back a recent Divi theme update + WooCommerce, the issue is no longer present.