Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Yes, 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?Shamim HasanKeymasterWhat permission you have set to the file? Which file permission you have changed?
It is written there that permission denied, that means there is permission issue for that file.
Shamim HasanKeymasterCan you create a test account for me so that i can test? You can send using https://www.shamimsplugins.com/sensitive-information/
Shamim HasanKeymasterPlease follow https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/email-notification-not-receiving/
Let me know.
Shamim HasanKeymasterYes, That popup form it loaded after this plugin hook.
I will investigate more. If i find more forms are like this then i will change this plugin hook to load late.Shamim HasanKeymasterDisabling plugins only for testing if there any conflict with other plugins. That is not the solution but debug the issue.
I found a potential issue with that theme. That login popup is added way too late. You can add following code in your child theme’s functions.php
add_action( 'wp_footer', 'anr_wp_footer', 9999 );
Shamim HasanKeymasterStill working fine in my test website.
Can you deactivate all other plugins except woocommerce and this plugin and change theme to unmodified main woodmart theme then test?Do you have any staging website where i can test?
Attachments:You must be logged in to view attached files. -
AuthorPosts