Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
I want to debug your website now, is that ok with you?
Also please check is this website working in Chrome?Shamim HasanKeymasterBy default this plugin does not show any preview of links. Do you use any other plugin or code to show preview?
Shamim HasanKeymasterI will further debug your website tomorrow.
Shamim HasanKeymasterI set myself as vendor and send message, that also not receiving emails. That means as administrator i receive all emails but other rolls i do not receive any emails.
It may conflict with other plugin and/or theme. To debug i need to deactivate all plugins and change to default theme. Please let me know you have full backup.Shamim HasanKeymasterwho do not get notification?
Shamim HasanKeymasterI Sent two announcements and both received email. Please check and let me know.
Shamim HasanKeymasterI suggest you immediately change both password, then again give new password to me. When sending please check (tick) “Set as private reply”. Your both password was public for about 3 hours, Hope nobody use that.
Shamim HasanKeymasterLast message as i see, it was working.
So now, normal message emails send well but announcement email does not send, is it correct?
Please full backup your website and give me FTP and admin access to your website.Shamim HasanKeymasterPlease use a higher priority to your filter eg. add_filter( ‘fep_menu_buttons’, ‘your_function’, 50 );
Shamim HasanKeymasterSome classes are added. Please see https://github.com/shamim2883/front-end-pm/commit/8dc386cafb1b8c6b6a1b38ce3ce0e76fbfbc92e5 and let me know if you think any more classes needed.
October 27, 2017 at 2:51 pm in reply to: Assign a special icon to each of the buttons in the fep_men #7436Shamim HasanKeymasterYou can pass different class for different button. Next version you will be able to pass id also.
In your code you are overriding full button, it will be better if you override just what you need. eg. use$menu['newmessage']['class'] = 'fep-button your_class';
Shamim HasanKeymasterYou can use https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_message_to/ to show link.
OR https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/ to show form so that users no need to redirect to message page to send message. They can send message directly from store page via ajax.Shamim HasanKeymasterStyle (css) file loaded only in message page. You can use
wp_enqueue_style( 'fep-style' );
for other pages to show layout correct. But all links will be pointed to the page what you set in Dashboard > Front End PM PRO > Settings > General > Front End PM PageShamim HasanKeymasterShamim HasanKeymasterYou can follow following,
1. usefep_form_field_output_fep_pro_to
action hook to create a checkbox in “To” field
2. usefep_form_field_validate_fep_pro_to
to check if your checkbox is checked, if checked than you can query your group members on the fly and added in$_POST['message_to_id']
as array.
3. You may need to usefep_errors()->remove('pro_to')
infep_action_validate_form
hookNote: I will try to add Group messaging feature in next major version.
-
AuthorPosts