Okay
  Public Ticket #1304934
New User Activation Page
Closed

Comments

  • XxXPachaXxX started the conversation

    Hello,

    i got a problem with the default wordpress user registration system. When i invite a new user to subscribe, i have to insert the username and an email address, then an email is sent to the new user with a password activation link that points to the wp-activate.php page, but it looks like the screenshot.

    Is there a way to solve this and add a little style to this page (like the 404 page)? Or at least set the default page template for this page too.

    I don't want that the new users get this (really ugly) page.

    Best Regards


  •  8,428
    Tahir replied

    Hey Again,
    The Salient Theme has no such customization options . Please provide the page url so i can write some css to tidy it up a bit . 

    Be.st 


    ThemeNectar Support Team 

  • XxXPachaXxX replied

    Hey,


    the system is based on this page:

    https://hiveitaly.com/wp-activate.php

    When i invite a new user, an email is sent to the user with this url and a key, so the link is like this:

    https://hiveitaly.com/wp-activate.php?key=457e1e44ff05553g


    Best Regards

  •  8,428
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#signup-content {
        padding: 10%;
    }

    Thanks


    ThemeNectar Support Team 

  • XxXPachaXxX replied

    Ok. added it to the child theme style.css but i got another issue:

    On the music.hiveitaly.com site it's working, on the hiveitaly.com site it isn't. The other child theme's functions are working (functions.php, header.php)

    https://hiveitaly.com/wp-activate.php

    https://music.hiveitaly.com/wp-activate.php


  • XxXPachaXxX replied

    ok, i solved the issue.

    Thank you Tahir!