• The emails for New User and Password reset are not displaying.

    New user email is currently set with automatic username and automatic password gen. For both Employer registration as candidate registration (using Resume/Job manager with Jobify theme). It’s currently set as follows

    <p><?php printf( __( 'Thanks for creating an account on Jobhosters.com. Your username is <strong>%s</strong>', 'woocommerce' ), esc_html( $blogname ), esc_html( $user_login ) ); ?></p>
    
    <?php if ( 'yes' === get_option( 'woocommerce_registration_generate_password' ) && $password_generated ) : ?>
    
    	<p><?php printf( __( 'Your password has been automatically generated: <strong>%s</strong>', 'woocommerce' ), esc_html( $user_pass ) ); ?></p>
    
    <?php endif; ?>
    
    	<p><?php printf( __( 'You can access your account and change your password here: %s.', 'woocommerce' ), make_clickable( esc_url( wc_get_page_permalink( 'myaccount' ) ) ) ); ?></p>

    For the password reset email, the link is actually there but the font is white on my white background, thus not visible. Since the link is only mentioned as ‘woocommerce’ I can’t seem to change the font. When i change the font with code it breaks the link.

    • This topic was modified 7 years, 10 months ago by dixiwise.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Why not simply changes the colours under WooCommerce > Settings > Emails? Alternatively, you could also override WooCommerce default email templates with your one ones as outlined at https://docs.woocommerce.com/document/template-structure/

    Thread Starter dixiwise

    (@dixiwise)

    Hi Riaan, I did change the colours under Woocommerce emails several times but the issue remains that the username is not displayed or mentioned anywhere. Also the link remains hidden even though you can click on the link if you hover over the “blank space”. The override option looks too advanced for my knowledge, I only have very basic understand of what it means. Is there no other way to get the username to show up?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email Links and usernames not displaying’ is closed to new replies.