Shamim Hasan
Forum Replies Created
-
AuthorPosts
-
Shamim HasanKeymaster
Please use Contact Form 7. Because Gravity Form will create CPT which is unnecessary in our case. Also it is hard to map field with submitted field value (i do not have experience with gravity form for this type of submission).
Shamim HasanKeymasteradd following code in your theme’s (child theme’s if any) functions.php
add_filter( 'fep_filter_show_which_name', function( $which ){ return 'first_last_name'; });
It will show first name and last name
Shamim HasanKeymasterThis should work.
Are you giving permission to show notification?Give me access to your website for testing. Please use https://www.shamimsplugins.com/sensitive-information/ (give me Website Admin and Website normal user information)
Shamim HasanKeymasterIt is recommended to use latest version always.
So many thing have been changed since 4.8. See changelog bottom of https://www.shamimsplugins.com/products/front-end-pm-pro/
If possible please update to latest version.announcement email queue should work in 4.8 also. Please test if that work.
Shamim HasanKeymasterYes, they are different. If you want to notify anything to your all users, announcement is better. Also it support email queue system, so that it can send email to any amount of users.
Go to Front End PM PRO > New Announcement
Shamim HasanKeymasterWhich browser you are using?
Please go to https://www.whatsmybrowser.org/ and give me link.Shamim HasanKeymasterAre you sending message or announcement?
Shamim HasanKeymasterPlease go to Dashboard > Front End PM PRO > Settings > Misc
Shamim HasanKeymasterYou can create a form with “Gravity forms” or “Contact Form 7” and use their custom submit hook to send a message using that data.
Eg. if you use Contact Form 7, you can usewpcf7_before_send_mail
hook to create a message using that data.
It need custom coding.You can hire me if you need me to code for you. Use https://www.shamimsplugins.com/hire/
June 20, 2018 at 10:41 pm in reply to: Email replies to group messages are not being sent back out to entire group #15155Shamim HasanKeymaster7. in clas-fep-group-message.php after
function send_email_participants( $participants, $postid ){
addif( 'threaded' == fep_get_message_view() ){ $postid = fep_get_parent_id( $postid ); }
June 20, 2018 at 9:35 pm in reply to: Site getting a 504 Gateway Time-out error after submitting message #15147Shamim HasanKeymasterare you in https://wordpress.slack.com/ ? Please see https://make.wordpress.org/chat/
June 20, 2018 at 8:51 pm in reply to: Site getting a 504 Gateway Time-out error after submitting message #15142Shamim HasanKeymasterDo you use slack? knock me there @shamim51
June 20, 2018 at 8:22 pm in reply to: Site getting a 504 Gateway Time-out error after submitting message #15136Shamim HasanKeymasterPlease enable debug (add
define( 'WP_DEBUG', true );
in your wp-config.php) then send a message to group. Let me know if any error shows.
Also check your server log to see what errors are there.Let me know.
Shamim HasanKeymaster“FEP Contact Form” is not maintained. Do not use that plugin.
You can use
[fep_shortcode_new_message_form to="ADMIN_NICENAME"]
(change ADMIN_NICENAME) shortcode in any page/post. It will show a form. filling that will send message directly to that admin. You can also use same shortcode to send message to user (change ADMIN_NICENAME according, dynamically also you can fill this, see https://www.shamimsplugins.com/docs/front-end-pm/shortcode/fep_shortcode_new_message_form/ for details).As your screenshots, you are using custom form. If you satisfy with above shortcode form, that will be good otherwise you have to make custom changes.
June 20, 2018 at 12:33 pm in reply to: Site getting a 504 Gateway Time-out error after submitting message #15128Shamim HasanKeymaster“Group Message” and “Multiple Recipient” are separate settings. They act differently.
Please let me know following
1. getting 504 when sending group message or multiple recipients (in “To” field)?
2. How many members you have in group which you are sending to?
3. Create a test group with 5/6 members and send message to that group, are you getting 504?
4. How many total messages and announcements you have?
5. Do you use any caching plugin? -
AuthorPosts