Home › Forums › Legacy Support › Support queries › Styling issues › Registration page formatting and styling
Tagged: Editing, editor, membership, registration page
- This topic has 15 replies, 4 voices, and was last updated 5 years, 3 months ago by logan.
-
AuthorPosts
-
June 26, 2019 at 11:16 am #215598melgendParticipant
https://www.youtube.com/watch?v=eFAaUjHtNNU
How can I get my registration page to look like the one at timecode: 2:38 of the video above?
Right now my membership page looks like:
https://drive.google.com/file/d/13EzZz5BVwsGbxL46CikE0qSfO15B9iA3/view?usp=sharing
(taken right after click on take this course)
And then this (after clicking on Sign Up)
https://drive.google.com/file/d/13IcIoLE8R3HDZ_51ApGWmFINWAZg6YQP/view?usp=sharing
Muchas gracias,
June 26, 2019 at 2:36 pm #215658maximusMember@melgend Please see this : http://prntscr.com/o6zg8t If you want to lower registration form then please remove the code which you have entered in the registration page. But if you want to use the upper registration form then please create a new page and those code you have added in the registration page paste that code in this new page and then set this new page in wplms->Buddypress->Custom Registration page.July 12, 2019 at 3:35 pm #218178melgendParticipantThis reply has been marked as private.July 13, 2019 at 10:24 am #218251loganMemberHey,
Install and configure WP Mail SMTP plugin also checks touch-points in lms setting.
tip: https://wplms.io/support/knowledge-base/postman-smtp-for-emails/
Please check Another type of emails such as 'WP Mail SMTP test email', 'WooCommerce order emails' and 'manual user registration via WordPress settings' are working or not??
***if you are receiving other emails and not only registration activation then
please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
add_filter( 'bp_email_use_wp_mail', '__return_true' );
Sometimes the problem is, it is going in the spam folder because some hosting providers block the WordPress default mail and keep them as spam. so please check your spam folder.
July 15, 2019 at 1:10 pm #218427melgendParticipantThis reply has been marked as private.July 16, 2019 at 2:02 pm #218606AvaMember- For touch point
- For mailchimp, please follow this : https://wplms.io/downloads/wplms-mailchimp/
- To check which and how people have registered, you can simply go to the
July 23, 2019 at 8:34 pm #219543melgendParticipantThis reply has been marked as private.July 24, 2019 at 1:32 pm #219688AvaMemberHi Please paste the below custom code in WP-admin > Plugins > plugin editor > customizer.php > saveadd_filter('wp_mail_from', 'new_mail_fromqw');
add_filter('wp_mail_from_name', 'new_mail_from_nameqw');
function new_mail_fromqw($old) {
return '[email protected]';
}
function new_mail_from_nameqw($old) {
return 'site name';
}
Now check again.July 26, 2019 at 5:00 pm #220047melgendParticipantThis reply has been marked as private.July 27, 2019 at 10:03 am #220112loganMemberhello, yes, we can add customizer codes but for that, we will need your FTP/sFTP credentials. also, share the valid email, above is ambiguous statement i do not know what to do with ie or is ie.July 29, 2019 at 4:13 pm #220309melgendParticipantThis reply has been marked as private.July 30, 2019 at 1:01 pm #220414loganMemberHello, i have applied fixes onto your site. also, make sure you are using an updated version of theme and plugins. your plugins are of version 3.9.2. we are running at 3.9.4.July 30, 2019 at 5:25 pm #220464melgendParticipantThis reply has been marked as private.July 31, 2019 at 8:21 am #220539loganMemberThis reply has been marked as private.August 2, 2019 at 2:54 pm #220908melgendParticipantThis reply has been marked as private. -
AuthorPosts
- The topic ‘Registration page formatting and styling’ is closed to new replies.