Email Links and usernames not displaying
-
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.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Email Links and usernames not displaying’ is closed to new replies.