KrishaWeb
Forum Replies Created
-
Forum: Reviews
In reply to: [Post Type Transfer] Awesome workThanks @mrityunjoydas
Forum: Plugins
In reply to: [Post Type Transfer] Bulk editForum: Plugins
In reply to: [Lazy Signin] How to add recaptcha?No, right now it is not possible to do. we need to add that feature in the plugin.
Thanks
Forum: Plugins
In reply to: [Lazy Signin] How can I change the words in the letterForum: Reviews
In reply to: [Taxonomy Term List Visual Composer Addon] Simply perfectThank you @niwin
Forum: Reviews
In reply to: [ACF Field For CF7] AmazingThank you @nareshbheda
Forum: Reviews
In reply to: [Admin Tour] ReviewThank you @vrajeshthakkar
Forum: Reviews
In reply to: [Email addon for CF7] Nice addon for contact form 7Thank you @dilipbheda
Forum: Reviews
In reply to: [MASS Users Password Reset] Easy to useThank you @dilipbheda
Forum: Reviews
In reply to: [MASS Users Password Reset] Very niceHello @kostas45
Thank you for the review and we will surely do amendments as per your suggestion.
It will be a great help if you can provide the review on code canyon as well.
Thanks
Forum: Reviews
In reply to: [ACF Field For CF7] Normal field plugin with annoying ads everywhereHello @inkm
we are not adding any advertise. You can check once by deactivating the plugin, those ads will be there as it is not from this plugin.
Let us know the result.
Thanks
This is not relevant to the plugin. Please check with any developer.
Thanks
I am not able to get you here what you wish to achieve. Can you specify in detail?
Forum: Plugins
In reply to: [Lazy Signin] How to add recaptcha?Forum: Plugins
In reply to: [ACF Field For CF7] Buy Pro version but no default selection possible?Hello @pictibe
You can use the below filter to keep one contact form selected by default.
add_filter( 'acf/prepare_field/type=acf_cf7', function( $field ) { if ( is_admin() && empty( $field['value'] ) ) { $field['value'] = '586'; // Contact form 7 ID which you wish to keep default selected } return $field; } );Let us know once you try this.
Thanks