Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Yes possible But you need some knowledge in php.
You can usefep_filter_attachment_iconfilter 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_valueShamim 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', );Shamim HasanKeymasterI have tested with my test server and it is working here. That means something in your website preventing it to function.
Can you create a test user account in your website for me so that i can access your website and test there?
If yes, send credentials using https://www.shamimsplugins.com/sensitive-information/Shamim HasanKeymasterThere is no easy way to do it. It needs custom code.
Shamim HasanKeymasterDo you remember what you changed during that time?
Do you use any caching plugin? If yes, please disable caching in message page.
Let me know.Shamim HasanKeymasterPlease check and let me know following
1. Did you click “Apply” after selecting delete?
2. Can you disable all other plugins and change theme to one of default theme and try? Then enable one by one.Shamim HasanKeymasterYou want to search messages by only sender name or receiver names as well?
Do you have knowledge in php?Shamim HasanKeymasterCurrently you will have to edit template to remove that line.
But i am trying to find a way to easily remove that text. May be later version you will get this option.Shamim HasanKeymasterI never tried with that form. All supported forms are listed in plugin page as well as plugin settings page.
For any other custom form you can see https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-custom-form/ -
AuthorPosts