Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
June 17, 2020 at 1:56 pm in reply to: One or more fields have an error. Please check and try again. #38587Shamim HasanKeymaster
Can 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.Shamim HasanKeymasterI have installed that plugin in my test website and it is working fine. Can you re-test that? If still have the issue, can you give me access to your website so that i can test?
Shamim HasanKeymasterThis can easily be done.
Please follow following.
1+2. Add following code in Front End PM PRO > Settings > Appearance > Custom CSS . This will hide both welcome section and menu.
#fep-header, #fep-menu { display: none; }
3. Go to Front End PM PRO > Settings > Recipient > Max recipients and set to 0 (zero). This will hide “To” section.
4. Go to Front End PM PRO > Settings > Recipient > Can send to group and checked. This will enable group message option.Let me know if you find any difficulty.
Shamim HasanKeymasterI am sorry, i have replied your previous topic without reading this. We can continue in this topic regarding this issue and i will close your previous topic.
Can you give me some more information?
1. Was there any attachments in the email?
2. Was there any message text in the email?
3. How much size (approx.) was the email?
4. Which email client you were using to send that email? -
AuthorPosts