Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Did you changed email interval in Front End PM PRO > Settings > Emails?
If still not working i need access to your website so that i can try. You can send me your admin credentials via https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterI see your are not using latest version of the plugin. Please update to latest version and it will work.
I have manually renewed your previous license, So in this plugin version you can use previous license now and can update.Shamim HasanKeymasterPlease select English one as “Front End PM Page” in the settings page of this plugin.
Also please check if other plugins translations working.let me know.
Shamim HasanKeymasterYou need to change $args parameters only. Not full get_users function.
Eg.add_filter( 'fep_filter_rest_users_args', function( $args ){ $args['search'] = 1449, return $args; });Shamim HasanKeymasterPlease go to Dashboard > Tools > Site Health and check if those options are under passed tests (see screenshot)
Attachments:You must be logged in to view attached files.Shamim HasanKeymasterNovember 25, 2020 at 11:05 pm in reply to: v2 Invisible Getting error message on woocommerce checkout #41939Shamim HasanKeymasterCan you please give me your website url?
November 25, 2020 at 6:42 pm in reply to: v2 Invisible Getting error message on woocommerce checkout #41931Shamim HasanKeymasterCan you please set “V2 checkbox” captcha and set new site and secret keys (both in google and settings page of this plugin) and try?
Let me know.Shamim HasanKeymasterPlease add following css in your custom css
.grecaptcha-badge { z-index: 9999; }Let me know.
Shamim HasanKeymasterCan you please give me your website contact form url?
Shamim HasanKeymasterIt will be released in December.
November 25, 2020 at 9:26 am in reply to: Include only specific users to new message “To” dropdown #41906Shamim HasanKeymasterYes, also you can add/unset any parameters if you want from $args. So if you want to unset
excludeparameter you can useunset($args['exclude']).Shamim HasanKeymasterI see in your test website main theme is active not child theme. Activated child theme and it will work.
November 24, 2020 at 11:36 pm in reply to: Include only specific users to new message “To” dropdown #41890Shamim HasanKeymasterYou can use
fep_filter_rest_users_argshook.
As $args is supplied to get_users function you can modify any parameters there. you can get supported parameters in https://developer.wordpress.org/reference/classes/wp_user_query/prepare_query/Shamim HasanKeymasterThank you for nice suggestion. I will try to add this is future version.
You can follow in https://github.com/shamim2883/front-end-pm/issues/74 -
AuthorPosts