Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please see https://www.shamimsplugins.com/docs/front-end-pm/getting-started/add-announcement/
Let me know.
Shamim HasanKeymasterI need more data to debug this. Can you give me access to your website? If yes please send user credentials using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterIt needs to write some code. I will try to give you tomorrow.
Shamim HasanKeymasterBy default only admin can send announcements. But you can give any user access to send announcement.
If you want to give your Editors also access to send announcement please follow https://www.shamimsplugins.com/support/topic/letting-non-admin-users-create-announcements/#post-17625Shamim HasanKeymasterYes, it will be possible but you will need to load all the scripts, even which is not necessary in that page.
Second, you will not be able to use wp editor to send message or reply.If that is ok, i can try to guide you to implement this.
December 6, 2019 at 7:27 pm in reply to: No captcha showing but when you register it shows error #31885Shamim HasanKeymasterI do not have your login details, Please send using https://www.shamimsplugins.com/sensitive-information/
Also please let me know which version of captcha (v2/v3 – checkbox/invisible) you are using? Please recheck your google keys are correct.December 5, 2019 at 11:43 pm in reply to: No captcha showing but when you register it shows error #31870Shamim HasanKeymasterCan you create a staging/test website so that we can work on there without interfering your users?
Shamim HasanKeymasterShamim HasanKeymasterMax recipients setup in under “Multiple Recipients” option. If we set 1 or more then this will show input field “To” to send message to recipients.
We can get same result from another settings also (Role to Role block).
Shamim HasanKeymasterPlease see https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/only-admin/
Go to Front End PM PRO > Settings > Recipient and set following
1. Max recipients – 0 (Zero)
2. Can send to admin – checked
3. Admins – set your admin name and username (only one)
4. Can send to group – uncheckedThen save changes.
Let me know.December 4, 2019 at 9:19 am in reply to: No captcha showing but when you register it shows error #31781Shamim HasanKeymasterIt seems this plugin is not activated in your login/registration form.
I have registered a fake account but it didn’t show any error.December 4, 2019 at 12:29 am in reply to: No captcha showing but when you register it shows error #31765Shamim HasanKeymasterAre you using default wordpress login/registration form or any plugin/custom code for your login/registration form? Can you please send me your website url?
Shamim HasanKeymasterYou want to make admin default recipient of all messages? eg. If user A send message to user B, admin will also be recipient of that message?
Or,
You want your user to send message directly to admin without writing admin name or checkbox? Eg. User type message subject and content and send. Message will go directly to admin?Shamim HasanKeymaster1. Then you will need to add that code conditionally. You can add following code in your theme’s functions.php
add_action( 'wp_head', function () { if( !empty($_GET['fep_to']) ){ echo '<style type="text/css">.fep-form-field-fep_pro_to {display: none;}</style>'; } }, 99);
2. You can follow https://www.shamimsplugins.com/support/topic/add-meta-data-fields-to-the-directory/#post-13499
Shamim HasanKeymasterWhich script you added for version 8.4.1?
Some more scripts are added in latest version of the plugin, did you added all of them? You can see list of scripts in functions.php file of the plugin inside fep_enqueue_scripts function.Let me know.
-
AuthorPosts