Registration page formatting and styling

Home Forums Legacy Support Support queries Styling issues Registration page formatting and styling

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #215598
    melgend
    Participant

    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,

    #215658
    maximus
    Member
    @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.
    #218178
    melgend
    Participant
    This reply has been marked as private.
    #218251
    logan
    Member

    Hey,

    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.

    #218427
    melgend
    Participant
    This reply has been marked as private.
    #218606
    Ava
    Member
    1. For touch point
    Please check the link, its already being explained in detail: https://www.youtube.com/watch?v=mmt81gWbDDE  
    1. For mailchimp, please follow this : https://wplms.io/downloads/wplms-mailchimp/
     
    1. To check which and how people have registered, you can simply go to the
    Wp-admin > Users> All Users and can find all the details.  
    #219543
    melgend
    Participant
    This reply has been marked as private.
    #219688
    Ava
    Member
    Hi Please paste the below custom code in WP-admin > Plugins > plugin editor > customizer.php > save  

    add_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.  
    #220047
    melgend
    Participant
    This reply has been marked as private.
    #220112
    logan
    Member
    hello, 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.
    #220309
    melgend
    Participant
    This reply has been marked as private.
    #220414
    logan
    Member
    Hello, 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.  
    #220464
    melgend
    Participant
    This reply has been marked as private.
    #220539
    logan
    Member
    This reply has been marked as private.
    #220908
    melgend
    Participant
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Registration page formatting and styling’ is closed to new replies.