Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
1. May be i did not understand you properly, which “To” field you want to hide?
2. We can show shop name, but if you want to search with that shop name then that needs some custom coding.Shamim HasanKeymasterWe have improved performance of the plugin so much. We reduced code of the plugin.
We have added all features in frontend including add anouncement. In this way we achieved reduction of some code.If announcement features do not work please let me know following
1. Can you see “Add Announcement” button in front end? (eg. from where where you send message)
2. Do you see any error when try to add announcement?Shamim HasanKeymasterAdd
$message['message_content'] .= "<p style=’font-size:11px’><i class=’fa fa-eye’ style=’color:gold’></i> This message was sent via: </font> <font color=’darkgreen’><b>MYSITE.com</b>.</font></p>";
after phone numbers.
November 22, 2019 at 2:09 pm in reply to: 'New Announcement' link missing in Dashboard after update to 5.3 #31422Shamim HasanKeymasterIf 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 HasanKeymaster -
AuthorPosts