Tunn
Forum Replies Created
-
Forum: Plugins
In reply to: [Comment Reply Email] Place the checkbox before the submit buttonI support this idea! I think it’s better that the checkbox to be above the submit button.
The plugin is very useful! Thank you!
Thank you, @dannycooper!
So far I haven’t discovered any other problems ?? . I like Arke specifically for its minimalism, it’s exactly what I needed for one of my projects! Thanks again!
Hi @dannycooper,
Since this theme doesn’t feature any widget areas?
Yes, I know. But because I’m a perfectionist ?? I wanted to fix the PHP Warning that appears when we are in the customizer preview (I suppose because the widget support is not enabled). Can it be solved in another way, that is, better?
PHP Warning: Attempt to read property “title” on null in /home/…/wp-includes/class-wp-customize-widgets.php on line 899
P.S. And since the widget support is not enabled, there’s no need to disable it, as you suggest, don’t you think? ?? Or did I not understand something?
BTW, for me I use:
add_filter( 'current_theme_supports-widgets', '__return_true' );
But better like this:
/** Add widgets support to current theme **/ add_filter( 'current_theme_supports-widgets', function( $supports ) { $supports = false ? true : $supports; return $supports; } );
Forum: Plugins
In reply to: [Say It!] Voice speed from shortcode can’t be changedSorry! I found the problem – wrong quotation marks.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Do Not Track or Global Privacy ControlHi @jarnovos,
Thank you! So, this is a browser setting. I would recommend changing the notice from:
You have Do Not Track or Global Privacy Control enabled. This will prevent most cookies from being placed. Please run the scan with these options disabled.
to:
Your browser have Do Not Track or Global Privacy Control setting enabled. This will prevent most cookies from being placed. Please run the scan with these browser options disabled.
Best regards,
IurieForum: Fixing WordPress
In reply to: Twenty Seventeen and WooCommerce ProductsHi @dfurney,
How did you solved your problem? I face exactly the same thing.
So simple?! Thank you very much!
I think I found it, in your answer here. So, thank you!
Ok. Thank you!
Forum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Additional Spam ProtectionHardly (I am not a coder), but I was able to add the Google reCaptcha v2 (checkbox) to my contact form, that is accessible by not logged in users, using these resources:
https://support.bestwebsoft.com/hc/en-us/articles/202352499
https://perishablepress.com/integrating-google-no-captcha-recaptcha-wordpress-forms/
https://developers.google.com/recaptcha/docs/displayOk, so far the problem has not been repeated, I guess the plugin was not the cause, so we can consider it solved. Thank you for the support!
PHP 8.0 (ea-php80).
Checked today again. The warning can be reproduced when a new form is added (probably after saving) with the default fields.
I don’t know, but maybe this warning is produced because of my HTML Forms custom hooks, I will check this later.
Forum: Reviews
In reply to: [Dashy] Its okayWhy only one star if “Its okay”?
Forum: Plugins
In reply to: [DFX Automatic Role Changer for WooCommerce] PayPal Sandbox paymentsHi, David!
When I made some purchases with a PayPal Sandbox account, they were moved to Processing status. I had to manually move them to the Completed status. And I don’t remember now when I checked if the role was assigned to the buyer’s account, before or after that.
But I don’t think that the issue with Sandbox accounts is a big problem, so you can mark this topic as resolved, now I understand how your plugin works.
UPDATE
I checked now, after the manual change of purchase status to Completed the role was not assigned.
Thank you!
Iurie