Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
November 22, 2019 at 2:09 pm in reply to: 'New Announcement' link missing in Dashboard after update to 5.3 #31422Shamim HasanKeymaster
If you are logged in as admin, please see in front-end (from where you send message), There should be a new button as “New Announcement”.
Let me know.
Shamim HasanKeymasterDid you deactivated registration all together in your website?
Is there any other plugin which provides registration feature in your website?Shamim HasanKeymasterThis plugins supports contact form 7. Please see https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/getting-started-advanced-nocaptcha-recaptcha/implement-in-contact-form-7/
Shamim HasanKeymasterI am testing with v5.3, so far it is working well.
But it needs some more testing. I will update when testing completed.
If you have staging/test website then you can update there and test.Shamim HasanKeymasterSorry for late reply.
You can add following code in your theme’s (child theme’s if you are using) functions.phpadd_filter( 'gettext', function( $translated_text, $text, $domain ){ if ( 'front-end-pm' == $domain && 'Toggle Messages' == $text ){ $translated_text = 'Expand'; } return $translated_text; }, 20, 3 );
Shamim HasanKeymasterI am very sorry for late reply.
There should be a button in your website admin area top notices that Front End PM PRO database needs an update. Please click proceed and start update. Depending on your number of messages it may take some time.Shamim HasanKeymasterThere are lots of changes. It is almost a new plugin now. Please see changelog bottom of https://www.shamimsplugins.com/products/front-end-pm-pro/
It will be better if you can update and then work on new template files. Please backup full website (files and database) then update.
Shamim HasanKeymasterThank you for your nice suggestions. I will try to implement this in next versions.
For no.2: you can add &per_page=50 in url. It will show that many rows in one page.
Shamim HasanKeymasterIt depends on so many things.
better you can update in your staging website, then test. if everything works then update in production website.Let me know if you need any assistance from me.
Shamim HasanKeymasterUser can disable email notification if s/he wants from front-end Settings page.
As admin, if you want to disable sending emails to any user you can do so. add following code in your theme’s (child theme’s if you are using) functions.phpadd_filter( 'fep_enable_email_send', '__return_false' );
Shamim HasanKeymasterPlease follow https://www.shamimsplugins.com/docs/front-end-pm-pro/troubleshoot/license-keys-not-activating/
Let me know.
Also please note that, license does not restrict any functionality of the plugin. So user registration will not have any impact for license. Main purpose of the license is to deliver update and support.
Shamim HasanKeymasterShamim HasanKeymasterI did not tested this plugin with Flatsome theme. Also all supported forms are listed in plugin settings page as well as plugin description. Flatsome is not listed there.
You can send me that theme so that i can try if i can fix it.
Or, you can contact me through https://www.shamimsplugins.com/contact-us/ for a refund.Shamim HasanKeymasterI did not tested this plugin with Flatsome theme. It may have some compatible issue.
Shamim HasanKeymasterIt is possible but need custom coding.
You can contact through https://www.shamimsplugins.com/hire/ -
AuthorPosts