This topic has 8 replies, 2 voices, and was last updated 6 years by oliviergodefroit.

  • Author
  • #210134
     oliviergodefroit
    Participant

    Hello,

     

    Is there any way to change the registration.

    All of news users don’t check emails confirmation, so the confirmation is always forgot. i would like to change it. by redirecting after registration , or with adding a popup , or to change the police size in css file for the sentence .

     

    The problem is after next update , all og changes will be overwrited ?

     

    Thanks

     

    #210135
     Kieran_SQ
    Moderator

    Hi,

    I don’t understand your question. Do you wish to change the registration process? Disable activation process? Change the appearance of the activation page?

    Please provide more detailed information on your request so I may assist you.

    With regards to updates, so long as you’re using the SweetDate Child theme and file changes you make will be safe,

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #210136
     oliviergodefroit
    Participant

    Yes excuse me, this is not really clear !!

    After registration users need to validate it by clicking in a mail from their inbox, right ?

    The problem is users don’t see the warning sentence indicating ”
    Registration completed!
    You have just created your account. You must now activate it by using the link in the email we just sent you.”

    So my question is, is it possible to redirect to a confirmation page or change the css of this sentence ?

    Attachments:
    You must be logged in to view attached files.
    #210139
     oliviergodefroit
    Participant

    I think i will change the template, but can you tell me where to find the template notice (role=alert) for the registration page ?

    #210140
     Kieran_SQ
    Moderator

    Hi,

    Redirecting to another page after registration would be complex and not future proof with new iterations of BuddyPress and would therefore be prone to breaking.

    The best option, as you stated, would be styling the notification. The page where the notice is shown is still the register page (as per how BuddyPress functions) and therefore the CSS stated below may target elements on the register page itself and will also target the title of the register page.

    COPY CODE
    .registration h2.article-title {
        color: red;
        font-size: 40px;
        font-weight: bold;
    }
    .registration #template-notices p {
        font-size: 20px;
        color: blue;
        font-weight: bold;
    }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #210141
     Kieran_SQ
    Moderator

    Hi,

    If you wish to change the code for the registration page please copy the below file from the main theme to the Child theme. Recreate any folder structure from the parent theme that does not already exist in the Child theme.

    /wp-content/themes/sweetdate/buddypress/members/register.php

    Edit from around line 400

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #210142
     oliviergodefroit
    Participant

    Ok i will check both fix, can you tell me where to find the css file ?

    Thanks

    #210143
     Kieran_SQ
    Moderator

    Hi,

    As you’re using the SweetDate Child theme you should add all custom CSS to your style.css via WP Admin > Appearance > Editor > SweetDate Child > Style.css

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #210144
     oliviergodefroit
    Participant

    Yes i found it, thanks

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?