kgmservizi
Forum Replies Created
-
I’m sorry but it isn’t my first work.
The strange thing is that I’ve a similar configuration without problem.
PHP log what reports?Regards
Sorry for late reply, I need time to check this problem.
I hope 1/2 week based on current working time…Thanks for report
RegardsForum: Plugins
In reply to: [Notification Attachments for Gravity Forms] Attached File is wrong.Hi, check if your mail provider or hosting have a max attachment size.
We can use this action:
add_action( 'forminator_before_field_render', 'my_field_prefill', 10, 1 ); function my_field_prefill( $field ) { // get the pre-fill key from field configuration $code = sanitize_text_field( Forminator_Field::get_property( 'prefill', $field ) ); // check if it's not empty (is actually set) and if it wasn't already provided via URL if ( ! empty( $code ) && ! isset( $_REQUEST[ $code ] ) ) { $_REQUEST[ $code ] = 'test'; } }
And code as query parameter of hidden field.
Best regardsForum: Plugins
In reply to: [Debloat for WooCommerce] disable extensions issue@amirhossein7 thanks!
Regards
Forum: Plugins
In reply to: [Debloat for WooCommerce] disable extensions issueHi, thanks for your report.
I solved the problem with the submenu not being removed.Regards
Forum: Plugins
In reply to: [Debloat for WooCommerce] DescriptionSorry for the slow reply.
I am preparing the documentation but as I don’t have much time I don’t have a precise timeline.
RegardsHi, thanks for the review, I added a disclaimer and now the disabled image sizes are red. I hope it is more understandable.
Best regardsForum: Plugins
In reply to: [Debloat for WooCommerce] Bug on Access RightsHello, if I have understood correctly, you would like to use the new Gutenberg block editor. In this case, you do not have to flag ‘All admin features’ because this component is required (product-block-editor).
Regards- This reply was modified 11 months, 3 weeks ago by kgmservizi.
Forum: Reviews
In reply to: [Debloat for WooCommerce] excellent and perfect!Thanks for your review!
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Delivery date order ASC/DESC problemHi @oluisrael
With the option enabled work but it I click on column title for sort, don’t work (same for enabled/disabled autosort).
Best regardsForum: Reviews
In reply to: [Honeypot Anti Spam for Forminator Forms] Made a huge difference so far!Thanks for your review!
Hi, I’ve tried in some websites that I use but I can’t replicate the issue.
Can you check error log and report any related error?
RegardsHi, thanks for report, I update soon in the new version.
RegardsForum: Reviews
In reply to: [Debloat for WooCommerce] Excellent Performance Woocommerce Plugin@arrenato thanks for your review!