Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please go to Front End PM PRO > Settings > Recipient > Admins
and set your admin(s). If more than 1 admin is set then users can select to whom they want to send message.
Read more in https://www.shamimsplugins.com/docs/front-end-pm-pro/getting-started-2/only-admin/Shamim HasanKeymasterIt is possible but require custom coding.
You can contact using https://www.shamimsplugins.com/hire/ if you need that.August 13, 2018 at 7:41 pm in reply to: Is it possible to stop sending annoucment to newly registerd users? #16448Shamim HasanKeymasterSee there is admin notice that “Front End PM PRO needs to database update.”. Click “Proceed”
Let me know if you find any bug.
August 13, 2018 at 4:32 pm in reply to: Is it possible to stop sending annoucment to newly registerd users? #16434Shamim HasanKeymasterAre you getting any error when update?
If update completed successfully then refresh that page or move to any other page to access Front End PM menu.Let me know if you get any error.
August 13, 2018 at 2:13 pm in reply to: Is it possible to stop sending annoucment to newly registerd users? #16421Shamim HasanKeymasterIt is already solved in next version. Next version users will get announcements which is published after they registered.
If you have staging/test website it is recommended you test next version first before using in production site. Please check
Front End PM PRO > Settings > Licenses > Bleeding edge Update
Shamim HasanKeymasterI did not find this issue before.
Also i have tested now again with an android phone and working correctly.
You can disable all plugins except this and change theme to one of default theme and test to check if any conflict with any other code in your website.
remember to clear cache (server+browser) before every test.
Let me know.Shamim HasanKeymasterShamim HasanKeymasterYour last one is correct. Is it not working?
Shamim HasanKeymasterAdd following code in your theme’s (child theme’s if any) functions.php (instead of second part of above code)
add_filter( 'fep_form_fields', function( $fields ){ if( isset( $fields['message_title'] ) ){ $fields['message_title']['label'] = __( 'Subject/Order number', 'front-end-pm' ); $fields['message_title']['placeholder'] = __( 'Subject/Order number', 'front-end-pm' ); } return $fields; });
Shamim HasanKeymasterPlease remove your license key then save changes and again input your license key and again save changes.
Let me know.Shamim HasanKeymasterAdd following code in your theme’s (child theme’s if any) functions.php
1.add_filter( 'fep_main_shortcode_output', function( $out ) { if( ! is_user_logged_in() ){ $out = '<div class="fep-error">' . sprintf( __( 'You must <a href="%s">login</a> to view/send a message.', 'front-end-pm' ), wp_login_url( get_permalink() ) ) . '</div>'; } return $out; });
2.
add_filter( 'fep_form_fields', function( $fields ){ if( isset( $fields['message_title'] ) ){ $fields['message_title']['label'] = __( 'Subject/Order number', 'front-end-pm' ); } return $fields; });
Shamim HasanKeymasterI see you have purchased a Single Site license which can be used in one site at a time (local, staging, dev excluded).
You can go to https://www.shamimsplugins.com/checkout/purchase-history/ to manage your sites.For announcement emails, please continue in previous topic.
Shamim HasanKeymasterdid you tried deactivating all plugins except this and change theme to default theme?
As before reinstall this plugin and change settings except “Sending Interval.” (only this settings change can affect cron).
Let me know.
Shamim HasanKeymasterI have also activated WP Crontrol and in WP-Cron Events this plugin event callback is showing (see screenshot). So maybe some other plugin/code is removing this.
Please change “Sending Interval” to 2 minutes and save changes. Then see if that register cron event again. You can do this couple of times (every time change by 1 or 2 minutes)Let me know.
Attachments:You must be logged in to view attached files.August 6, 2018 at 10:32 am in reply to: "Please wait at least 5 minutes between messages." Is there a way to disable it? #16250Shamim HasanKeymasterPlease go to Dashboard > Front End PM PRO > Settings > General > Time delay
-
AuthorPosts