This topic has 8 replies, 2 voices, and was last updated 6 years by oliviergodefroit.
-
Author
-
September 22, 2018 at 12:21 #210134oliviergodefroitParticipant
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
September 22, 2018 at 12:27 #210135Kieran_SQModeratorHi,
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 solutionIf 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.
September 22, 2018 at 12:33 #210136oliviergodefroitParticipantYes 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.September 22, 2018 at 12:47 #210139oliviergodefroitParticipantI think i will change the template, but can you tell me where to find the template notice (role=alert) for the registration page ?
September 22, 2018 at 12:49 #210140Kieran_SQModeratorHi,
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 solutionIf 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.
September 22, 2018 at 12:54 #210141Kieran_SQModeratorHi,
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 solutionIf 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.
September 22, 2018 at 13:08 #210142oliviergodefroitParticipantOk i will check both fix, can you tell me where to find the css file ?
Thanks
September 22, 2018 at 13:11 #210143Kieran_SQModeratorHi,
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 solutionIf 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.
-
AuthorPosts
You must be logged in to reply to this topic.