LESSON 7: Creating Custom Registration, Login Memberpress Pages. [How To Build A Membership Website]

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • Are you looking to learn how to build a membership site?
    If so, welcome to this video series where I'll be showing you how to do just that.
    In this lesson, we’re going to create custom login and registration pages using Memberhress shortcodes and Elementor builder.
    ------------------------------------------------------------------------------------------------------------------------------------------------
    🙏 Thanks for watching this video.
    ✅ If you liked it - give it a thumbs up and let me know what you think in the comments area.
    🔴 JOIN my free Facebook Group here 👉 / membershipwebsites
    👨‍💻If you need someone to build you a Membership or LMS website - send your inquiry here: andriy.space/.
    Peace.

Комментарии • 77

  • @andriyhaydash7496
    @andriyhaydash7496  4 года назад +14

    ✅ CSS Code for Sign Up Page:
    selector .mp-form-row {
    margin-top: 20px;
    margin-bottom: 20px;
    }
    selector .mp-form-label {
    margin-bottom: 5px;
    }
    selector .mepr-submit {
    padding: 20px 40px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    background-color: #00a843;
    margin-bottom: 10px;
    border: none;
    color: #ffffff;
    }
    selector .mepr-submit:hover {
    background-color: #00822b;
    }
    selector .have-coupon-link {
    color: #000;
    }
    ✅ CSS Code for WordPress customizer:
    a {
    color: #00a843;
    }
    [type=button], [type=submit], button {
    color: #fff;
    background-color: #00a843;
    border-color: #00a843;
    }
    [type=button]:hover,
    [type=button]:focus,
    [type=button]:active,
    [type=submit]:hover,
    [type=submit]:focus,
    [type=submit]:active,
    button:hover,
    button:focus,
    button:active {
    background-color: #009349;
    }
    a:hover {
    color: #009349;
    }
    .elementor-widget-text-editor {
    color: #000;
    }
    ✅ CSS CODE for Login Page:
    selector .mp-form-row {
    margin-top: 20px;
    margin-bottom: 20px;
    }
    selector .mp-form-label {
    margin-bottom: 5px;
    }
    selector input[type="submit"] {
    padding: 20px 40px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    background-color: #00a843;
    margin-bottom: 10px;
    color: #fff;
    border: none;
    }
    selector input[type="submit"]:hover {
    background-color: #009349;
    }

  • @wise_human
    @wise_human 3 года назад +2

    this is one of the best WP tutorials I have seen. And I love, that you didnt cut out all situations you were searching for a solution. It also helped a lot.

  • @CharlyThePearllove
    @CharlyThePearllove 2 года назад +1

    You are a superstar!!! Thanks so much.

  • @iamkybaldwin
    @iamkybaldwin Год назад

    Brilliant - thanks so very much!

  • @NicolasMoy
    @NicolasMoy Год назад

    This was exactly what I was looking for! Thanks so much for sharing

  • @furqanajmal6686
    @furqanajmal6686 3 года назад +1

    Thank you for making it that simple.

  • @pelor1431
    @pelor1431 4 года назад +2

    such a great tutorial, comprehensive and pays in end to end details

  • @inassmjenner
    @inassmjenner 8 месяцев назад

    Great useful tutorial

  • @felipevegamd
    @felipevegamd Месяц назад

    Muy buen video amigo!

  • @ferdous_khalifa
    @ferdous_khalifa 2 года назад

    Such a great tutorial. Wondering why this channel is so underrated. You deserve so much more...

  • @Strongforeveryday
    @Strongforeveryday 4 года назад +2

    Thank you, this is such a useful tutorial!! Really well explained and got me to doing exactly what I needed

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад +1

      Thanks, I appreciate your kind words. Feel free to share it with others if you think they may find it helpful :)

  • @ManuelVallejos
    @ManuelVallejos 4 года назад +3

    selector .mepr-submit {
    padding: 20px 40px;
    display: block;
    width:100%;
    text-transform: uppercase;
    background-color: #495a98;
    margin-bottom: 10px;
    border: none;
    color:#ffffff;
    }

  • @kchapman3164
    @kchapman3164 4 года назад +1

    Interesting that the password recovery page uses the same page as the Login page - I'm pretty sure I would have never figured that our (unless I read the Memberpress docs - and who does that? Well... you do... :) ). On a more serious note, I now have the memberpress docs bookmarked!
    Again, thanks so much for putting this all together! Very much appreciated!!

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад

      haha, I don't read their docs that much, but it was easy to guess since the base URL for both login page and reset password page is the same, it's only the parameter after "?" that is different :)

    • @kchapman3164
      @kchapman3164 4 года назад +1

      @@andriyhaydash7496 - HaHa - I only go to the docs as a last resort. Probably should be the other way around... :)

    • @mandyoneill2706
      @mandyoneill2706 3 года назад

      Wait wut?! I'm trying to create the password recovery page in Elementor now and couldn't find the shortcode for it. Do I just use the rsame shortcode too?

  • @count500
    @count500 4 года назад +2

    this just shows how confusing the whole wp thing is, even for a pro like you. anyway, a great job! keep up with the good work!

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад

      It's only confusing sometimes :D . Thanks for the comment

    • @count500
      @count500 4 года назад

      @@andriyhaydash7496 I went through the whole series, it was really helpful. But I still encounter some bugs, what is your consulting fee?

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад

      @@count500 I'm sorry to hear that you still have bugs. You can see my consulting price & apply on my website in the application form - andriy.space

    • @kchapman3164
      @kchapman3164 4 года назад +1

      @@andriyhaydash7496 - I actually thought it was straight forward following you. There is a LOT of flexibility with WP and Elementor, so unless I work with it day-in and day-out, I forget how to do some of the things (not forget, per se, but forget where to find the options). This is a wonderful tutorial!!

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад

      @@kchapman3164 thanks

  • @robmongeau3308
    @robmongeau3308 3 года назад +1

    really appreciate it nice an easy to follow. how can i find selector name, like you change the "have coupon" link color to black but i'd like to also change the "privacy" link color as well. And with the colors of my site if the field text was white it would read better than the default black. Also, don't know if you notice but the text color if you forgot a field is still pinkish, i'd change that too.

  • @IamDoQtorNo
    @IamDoQtorNo 3 года назад

    Great content in all your videos. How do you do the request lost password form on this video though? Kinda got loss off screen etc...

  • @ahsanfareed1974
    @ahsanfareed1974 4 года назад +1

    Brother you do very good work. I like your videos but problem is your voice is low..

  • @AP-Cotswolds
    @AP-Cotswolds 2 года назад

    I have pasted the code but it has not changed the look of the button. I am trying to change the sign up button, also using the divi builder. Any ideas? Thanks

  • @kchapman3164
    @kchapman3164 4 года назад

    For the forms, have you perchance tried the Elementor forms element? It looks like it could work. If it does, then that would have a little more point-and-click formatting capability without diving into CSS. I'll let you know how that works out.

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад

      I don't think that the registration form would work, because MP's registration form automatically processes payments and Elementor's doesn't

  • @lifstyle1734
    @lifstyle1734 4 года назад +1

    great video! can you please share the custom css for both pages you used

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад +1

      Thanks.
      I don't have them at hand, but you can just re-write it from the screen.

    • @lifstyle1734
      @lifstyle1734 4 года назад +1

      @@andriyhaydash7496 thanks so much worked great! at 17:10 you mentioned changing the red error background colors. What would the css be for this? I've googled it a lot and cant find out how, your help would be appreciated so much!

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад

      @@lifstyle1734 You can try something like this:
      .mepr-form label.mepr-checkbox-field.invalid {
      background-color: transparent !important;
      border: none !important;
      color: red !important;
      }

    • @lifstyle1734
      @lifstyle1734 4 года назад

      @@andriyhaydash7496 would I just add that under the other css at the bottom?

    • @AG21071995
      @AG21071995 4 года назад

      @@lifstyle1734 yes, you can add it at the bottom

  • @BLEUsacreBLEU
    @BLEUsacreBLEU 3 года назад

    Thanks, great videos. Quick question please if you may have a sec;
    For multiple membership options, do you suggest I create multiple 'new registration' pages; one for each membership type? The memberpress manual (I only read briefly) seems to suggest this.
    I'm wondering if you know of anyway to put like a tickbox on the one main registration page so new members can just select the tickbox for which membership type, and then enter their details, all from the same page. Without having to make 6 registration pages.
    Please do let me know if you know :)

    • @andriyhaydash7496
      @andriyhaydash7496  3 года назад

      Thank you.
      Unless you're using GravityForms & GravityPress or another 3rd party/custom solution, you won't be able to have a "tick box". You will have to create separate registration pages.

    • @andriyhaydash7496
      @andriyhaydash7496  3 года назад

      That's how memberpress works.

    • @BLEUsacreBLEU
      @BLEUsacreBLEU 3 года назад

      @@andriyhaydash7496 OK cool, thank you!
      Also, I admit my stomach fell today when I heard the words 'custom css' but I found two excellent short videos from Hacksaw Academy that explained it really well, and I am no longer intimidated.
      So unless you plan on making your own ones (or if you already have, I apologize; please disregard), then I recommend directing any of your subscribers who may feel similarly unsure about the CSS to quickly check those 2 x 10min videos out, because I am back onboard and reasonably confidently following along with you again after those two quick short videos.

    • @andriyhaydash7496
      @andriyhaydash7496  3 года назад

      @@BLEUsacreBLEU I guess you can just link to those videos here in the comments so that people will watch them.

  • @boogie80_official
    @boogie80_official 3 года назад

    Thank you for your tutorial. I actually sent a message to the support as i'm notsatisfied with the login status appearance of memberpress, I mean when you login as a member, it's not really clear that you're logged in. Usually, when you are logged in, you expect to see your username at the bottom right corner of the page just like it is the case on the majority of websites, you see your name on the top of the page and from there you can access to your account.
    I find it confusing to have a seperate "account" page, I feel like its only usefull to see it when you're actually logged in as a member but this should not appear for the non-members.
    Do you know how to change this ?

    • @andriyhaydash7496
      @andriyhaydash7496  3 года назад

      I just redirect users to a dashboard page when they're logged in. It's a clear indication that you're logged in.
      " you expect to see your username at the bottom right corner of the page just like it is the case on the majority of websites" - not sure about bottom right corner, but typically there is a user name & avatar in the top right corner.
      The reason why Memberpress doesn't have it is because the navigation style depends on the theme and/or pagebuilder you're using.
      So it's not a Memberpress's feature.
      You can probably find a plugin that adds this anyway.
      "I find it confusing to have a seperate "account" page, I feel like its only usefull to see it when you're actually logged in as a member but this should not appear for the non-members." - what do you mean by "but this should not appear for the non-members" ? What's "this"?

    • @boogie80_official
      @boogie80_official 3 года назад

      @@andriyhaydash7496 I meant "top right corner" sorry! Your tutorials have been really useful so far! I just bought the he plugin 2 days ago and Im almost there! Do you have email where I can contact you to ask you a few specific questions that I have ?

    • @andriyhaydash7496
      @andriyhaydash7496  3 года назад

      @@boogie80_official Thanks.
      You can find my website address in the description of this video or you can post them here, I will reply when I have time.

  • @furqanajmal6686
    @furqanajmal6686 3 года назад

    could you please tell me how can I add video or video links (from youtube/Vimeo) to my memberpress course?

    • @andriyhaydash7496
      @andriyhaydash7496  3 года назад +1

      I haven't user MemberPress's course feature yet, but I guess you can embed them in the curse content. Just google something like "how to embed a youtube video in WordPress".

  • @melissamenard6393
    @melissamenard6393 3 года назад

    The concepts are great, but it is very hard to follow along for those of us who aren't pros yet!

    • @andriyhaydash7496
      @andriyhaydash7496  3 года назад

      Hi Melissa.
      Thanks for the comment.
      I tried to make it easy to follow, but definitely, there is a learning curve.
      But I'm sure you will figure it out.

  • @mandyoneill2706
    @mandyoneill2706 3 года назад

    Do have the shortcode for password reset? I'm not finding it on the memberpress site. Thanks!

    • @andriyhaydash7496
      @andriyhaydash7496  3 года назад +1

      The password reset form is the same shortcode as the login form.

    • @mandyoneill2706
      @mandyoneill2706 3 года назад

      @@andriyhaydash7496 Yep. I didn't realize it was that easy. I was overthinking it.

  • @ShowKOFIFA
    @ShowKOFIFA 4 года назад

    Dude why couldn't you share the css for the form? Whole point in the video is to make it look nice..

    • @AG21071995
      @AG21071995 4 года назад +1

      Dude, I don't have it at my hand right now. You can just rewrite it from the video.

  • @s4nj0k
    @s4nj0k 4 года назад

    Nice tutorial bro! Do you know how I could change the color of "REQUEST A PASSWORD RESET"?

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад

      Via CSS. I don't have the code at my hand at the moment.

  • @dhiggins5878
    @dhiggins5878 4 года назад

    HELP PLEASE! I have the same problem in 12:21. The credit card box is cut off. I hid the terms, and still no change. How do I get it to show with the MM/YY so people can finish checkout?

    • @andriyhaydash7496
      @andriyhaydash7496  4 года назад

      Hi. I've contacted you on Facebook regarding this.

    • @samhowe6001
      @samhowe6001 3 года назад

      @@andriyhaydash7496 Please i need help on this URGENTLY aswell. Many thanks

    • @andriyhaydash7496
      @andriyhaydash7496  3 года назад

      @@samhowe6001 Hi Sam. I'm not sure why this problem occurs. Have you tried contacting MemberPress' team?

    • @samhowe6001
      @samhowe6001 3 года назад +1

      @@andriyhaydash7496 Sent a ticket, guess have to wait to see what they say. Really annoying as I follow all your videos same but different result :) - great videos BTW, helped massively, just need to get a btter microphone!

    • @AG21071995
      @AG21071995 3 года назад

      @@samhowe6001 They usually reply on the same day. They're in US, so you may have to wait a bit.
      Thanks for the compliment.
      Yes, the mike needs to be better.
      I just wasn't sure if I was going to be making a lot of youtube videos or not, so I didn't buy one :)