Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
You can activate license in subdoamin dev and staging for development for free.
If you have to use softgrid subdomain for development you cannot activate license for free. In that case you can use without activating license there. You will get all functionality for testing.Shamim HasanKeymasterIn which domain user will use messaging system?
You will use production domain as license domain. Also you can use in dev domain for free.October 29, 2019 at 8:07 am in reply to: Need to Update Message Title from Reply Message Meta #30568Shamim HasanKeymasterYes possible.
First get message id which title you want to change (parent message). Then use following code$message = fep_get_message( 1 ); //1 is message id which title you want to update $message->update( [ 'mgs_title' => 'UPDATED TITLE HERE' ] );
Shamim HasanKeymasterI see your page do not show google captcha logo. Did you hide that with any code?
Can you set “V2 Checkbox” captcha and use key for that version and check if that working?Shamim HasanKeymasterCan you login if captcha active and login form is checked?
Please again check your captcha version and keys in Settings > Advanced noCaptcha & invisible captcha > Google Keys are correct and same as google website.If still not working please send me your captcha page url.
Shamim HasanKeymasterDid captcha works on other forms? eg. login, register?
Please check again https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/Let me know.
Shamim HasanKeymasterYou can add following css in Front End PM PRO > Settings > Appearance > Custom CSS
.fep-form-field-fep_pro_to { display: none; }
Shamim HasanKeymasterYes possible But you need some knowledge in php.
You can usefep_filter_attachment_icon
filter to show that image.Shamim HasanKeymasterYou can see this commit https://github.com/shamim2883/front-end-pm/commit/535a30e9de3dfa07a9cd9e2abd0e863d0efd90c2
Shamim HasanKeymasterYes, it is changed.
Shamim HasanKeymasterIssue was not in the plugin.
You added some code in your child theme’s functions.php incorrectly. I have corrected it. Now check please.Shamim HasanKeymasterCurrently it check if value is numeric or not. You can set default value to 0 (zero).
Next release i will fix it so that user can post empty value also.Shamim HasanKeymasteryou can pass in url like
&field_name=field_value
Shamim HasanKeymasterIn that case i need ftp and user access. Please send using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterUse options as key value pair. eg.
$currency = array( 'USD' => 'USD', 'EUR' => 'EUR', 'GBP' => 'GBP', );
-
AuthorPosts