Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
May be it is not compatible with that setup.
If you cannot make it work with that setup and want a refund please contact using https://www.shamimsplugins.com/contact-us/February 13, 2020 at 2:25 am in reply to: Email Sending stays pending unless you change Interval settings #34454Shamim HasanKeymasterUsing system cron in recommended. You can try using that.
February 12, 2020 at 1:28 am in reply to: Preview or clickable profile / Avatar so you know who is messaging you. #34403Shamim HasanKeymasterThis plugin uses wordpress gravatar. That means you can use any wordpress hook to change this avatar. If you use any plugin which allow upload profile image, that plugin also may have option to change gravatar image. You can ask that plugin developer.
Let me know if they do not assist you.February 10, 2020 at 8:46 pm in reply to: Captcha challenge not showing in Woocommerce Checkout Form #34366Shamim HasanKeymasterPlease add following code in your custom css
.anr_captcha_field_div { clear: both; }
Let me know.
Shamim HasanKeymasterIt is possible but needs custom code. You can use
fep_filter_attachment_icon
filter to show that image.February 10, 2020 at 8:32 pm in reply to: Preview or clickable profile / Avatar so you know who is messaging you. #34361Shamim HasanKeymasteradd following code in your theme’s (child theme’s if you are using) functions.php
add_filter( 'fep_filter_user_name', function( $name, $id ){ if ( $name && fep_get_the_id() ) { $name = '<a href="https://yoursite.com/your-all-userlisting-page/user/'. $id . '/">' . $name . '</a>'; } return $name; }, 10, 2);
Change your website your user listing page actual url.
Shamim HasanKeymasterIt should not show any checkbox. It should hide “To” field altogether for your set user roles. Did you follow last 2 paragraphs from that docs page?
How many admins you have added?February 9, 2020 at 5:47 pm in reply to: Preview or clickable profile / Avatar so you know who is messaging you. #34322Shamim HasanKeymasterCan you ask that plugin developer how can we get user profile page url from user id or user nicename in php code?
February 9, 2020 at 1:29 pm in reply to: Captcha challenge not showing in Woocommerce Checkout Form #34320Shamim HasanKeymasterV3 does not have any user input.
Google check so many things before determining human/bot. But if false positive, for v3 there is no option for user to prove that he is a human.I suggest using v2.
Shamim HasanKeymasterTo debug further i will need to access your website. I need admin and FTP (both) access. Please send using https://www.shamimsplugins.com/sensitive-information/
Also please give me a time when you will be available so that i can live chat with you when debug.
February 8, 2020 at 7:34 pm in reply to: Preview or clickable profile / Avatar so you know who is messaging you. #34278Shamim HasanKeymasterIt will do No.1.
This is a little advanced. You will have to have some knowledge in php.
What plugin you are using to create user profile?Shamim HasanKeymasterYes possible. You will need to use different feature.
1. Set Dashboard > Front End PM > Settings > Recipients > Max recipient to 1 (one)
2. Follow https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/role-to-role-block/ (last 2 paragraphs) for each role except admin role.Let me know.
Shamim HasanKeymasterI still see that you didn’t remove google keys from Dashboard > Contact > Integration > reCAPTCHA, Can you try one more time?
Also please use V2 (as V3 does not allow user input).Let me know. If not work you will get a refund, don’t worry.
February 7, 2020 at 11:22 am in reply to: Preview or clickable profile / Avatar so you know who is messaging you. #34226Shamim HasanKeymasterBy default wordpress does not have any nice user profile. So we cannot show user profile link.
But you can get an idea from https://www.shamimsplugins.com/support/topic/how-to-link-the-participants-name-to-their-profile/page/2/#post-26441Shamim HasanKeymasterYou means non-admin user only can send message? Admin user can’t?
-
AuthorPosts