Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
You can go to Front End PM PRO > Settings > Emails > Email Piping/POP3 > Enable and set to “None”. It will remove key from subject. But remember it will disable Email Piping/POP3 if you are using any one of those.
June 18, 2020 at 12:31 am in reply to: One or more fields have an error. Please check and try again. #38612Shamim HasanKeymasterAs you are using “Hide Captcha for logged in users?”, you need to add additional 2 hooks as described in that docs page.
June 17, 2020 at 2:24 pm in reply to: invalid license key error message after changing domains #38590Shamim HasanKeymasterYou had copied form https://www.shamimsplugins.com/checkout/purchase-history/ right?
We will try to find out if there any issue from our end.June 17, 2020 at 1:56 pm in reply to: One or more fields have an error. Please check and try again. #38587Shamim HasanKeymasterCan you please give me screenshot of settings page bellow part?
Shamim HasanKeymasterSo you want to add a tag/shortcode, when user view that message they will see their own name instead of that tag/shortcode, right?
It will be possible but require custom code. If you need it badly you can contact me through https://www.shamimsplugins.com/hire/
June 16, 2020 at 10:02 pm in reply to: invalid license key error message after changing domains #38561Shamim HasanKeymasterThank you.
I have corrected the issue. You had inputted wrong key. Last 1 digit was missing from the key.June 16, 2020 at 8:53 am in reply to: invalid license key error message after changing domains #38544Shamim HasanKeymasterYou do not need to purchase another license.
Can you give me access to your website so that i can setup for you? If yes please send admin user details using https://www.shamimsplugins.com/sensitive-information/June 16, 2020 at 8:50 am in reply to: One or more fields have an error. Please check and try again. #38543Shamim HasanKeymasterJune 16, 2020 at 2:13 am in reply to: invalid license key error message after changing domains #38534Shamim HasanKeymasterShamim HasanKeymasterYes, it will.
Let me know if it doesn’t.Shamim HasanKeymasterShamim HasanKeymasterdid you find any condition, in which condition captcha does not show?
Can you try to exclude contact page from caching?Shamim HasanKeymasterYes, your code is not returning anything if user do not have manage_options capability. Use like following
add_filter( 'fep_menu_buttons', 'fep_cus_fep_menu_buttons', 99 ); function fep_cus_fep_menu_buttons( $menu ) { if( ! current_user_can('manage_options') ){ unset( $menu['new_announcement'] ); } return $menu; }
Shamim HasanKeymasterUsers with manage_options capability are admin. They should see that button not the other users.
Did you logged in as any other user (who does not have manage_options capability) and see if you see that button?Shamim HasanKeymasterBy default “New Announcement” button is visible only to admins. No code require.
Let me know if this is not the case for you. -
AuthorPosts