Home › Forums › WPLMS AddOns › WPLMS Mailchimp › I need to design a messages shape
- This topic has 15 replies, 3 voices, and was last updated 5 years, 1 month ago by
Diana.
-
AuthorPosts
-
December 15, 2019 at 12:22 pm #236924
RagabSalem
SpectatorHi @Alex I have a simple problem with email messages Messages are well sent and communicated to the user But the problem is that the design you made in the form of the message is not sent The message arrives normally https://prnt.sc/qb2rrj What is the reason?December 15, 2019 at 12:22 pm #236925RagabSalem
SpectatorThis reply has been marked as private.December 16, 2019 at 12:31 pm #237027logan
MemberHey mate,for email please try adding this code in your wplms-customizer.php file in wplms customizer plugin : :
1234add_filter( 'wp_mail_content_type', 'set_content_type' ,9999999);function set_content_type( $content_type ) {return 'text/plain';}and if above does not works remove it and try this one :
add_filter( 'bp_email_use_wp_mail', '__return_true ' );
December 16, 2019 at 7:12 pm #237060RagabSalem
SpectatorHi When I used the first code, nothing changed and the problem remains When I used the second code, he stopped sending and didn't send any messageDecember 17, 2019 at 12:29 pm #237130logan
MemberThis reply has been marked as private.December 21, 2019 at 10:43 am #237482RagabSalem
SpectatorThis reply has been marked as private.December 21, 2019 at 10:43 am #237483RagabSalem
SpectatorThis reply has been marked as private.December 26, 2019 at 7:26 am #237720logan
MemberHello, i tried to test this many times but as always it has permission issues. same with the FTP, it always happens. have a look: https://share.getcloudapp.com/yAuL6A41 with read permission please check twice then share the asked required details.
both designs are same: https://prnt.sc/qb2rrj and this: https://prnt.sc/qb2s8e to make you understand let's take an example: when you edit course in the backend it looks different, when you edit course in frontend its appearance is different but at the end of the process they do the same thing. a final product. same for the email template. it looks different in backend and frontend but they do the same thing. it will go in text format. please have a look on their official docs: https://codex.buddypress.org/emails/ you could also use third-party plugins to customize your template. regards.December 26, 2019 at 3:39 pm #237755RagabSalem
SpectatorThis reply has been marked as private.December 27, 2019 at 11:01 am #237824logan
MemberHello, please use the Html codes to create an email template. you can use third-party plugins for this, have a look on this: https://wordpress.org/plugins/wp-html-mail/February 8, 2020 at 8:20 pm #241951RagabSalem
SpectatorI have now changed my site to multiple sites and the same problem has occurred. Messages do not appear well. I hope there is a better way to coordinate than that.February 10, 2020 at 10:09 am #242052Diana
Participant@ragabSalem, The email module is a part of BuddyPress. I can check on your site by adding the codes provided by @logan in the above replies. Please share your site URL with admin credentials in a private reply here to check.February 10, 2020 at 10:19 am #242056RagabSalem
SpectatorThis reply has been marked as private.February 11, 2020 at 10:27 am #242187Diana
ParticipantThis reply has been marked as private.February 11, 2020 at 1:54 pm #242214RagabSalem
SpectatorThis reply has been marked as private. -
AuthorPosts
- The topic ‘I need to design a messages shape’ is closed to new replies.