Forum Replies Created
-
AuthorPosts
-
BoyzicoSupport Expired
Hello,
Thanks for your support so far, Just another question, If I want to change the user registration form from Username to Name, is this the code I need to change?
Screen shot – https://prnt.sc/11oxcvb
`<form method=”post” class=”woocommerce-form woocommerce-form-register register” <?php do_action( ‘woocommerce_register_form_tag’ ); ?> >
<?php do_action( ‘woocommerce_register_form_start’ ); ?>
<h2 class=”register-from-title”><?php esc_html_e( ‘Register’, ‘woocommerce’ ); ?></h2><?php if ( ‘no’ === get_option( ‘woocommerce_registration_generate_username’ ) ) : ?>
<p class=”woocommerce-form-row woocommerce-form-row–wide form-row form-row-wide”>
<label for=”reg_username”><?php esc_html_e( ‘Username’, ‘woocommerce’ ); ?>
<span class=”required”>*</span></label>
<input type=”text” class=”woocommerce-Input woocommerce-Input–text input-text” name=”username” id=”reg_username” autocomplete=”username” value=”<?php echo ( ! empty( $_POST[‘username’] ) ) ? esc_attr( wp_unslash( $_POST[‘username’] ) ) : ”; ?>”/><?php // @codingStandardsIgnoreLine ?>
</p>March 12, 2021 at 3:23 pm in reply to: Can’t login with email, just only username on WooCommerce #6723BoyzicoSupport ExpiredThe issue is resolved now thanks
March 9, 2021 at 5:31 pm in reply to: Can’t login with email, just only username on WooCommerce #6578BoyzicoSupport ExpiredI should activate all plugins? The only plugin that is activated is the one I’m using that is currently running on the site.
March 9, 2021 at 3:54 pm in reply to: Can’t login with email, just only username on WooCommerce #6563BoyzicoSupport ExpiredHello, Thanks for your response but I have deactivated the security plugin and try again but still the same issue
Thanks
March 9, 2021 at 2:59 pm in reply to: Can’t login with email, just only username on WooCommerce #6554BoyzicoSupport ExpiredHello,
I have deactivated Cloudflare as requested and I’m not sure why you are unable to login.
Please if you can check again as I have deactivated the security plugin.
I’m unable to deactivate all plugins as my website is live and not in staging or demo.
Let me know if you are able to log in this time around, please just note that my website is live and it’s functioning.
Also please remember to use https://waribe.com/backend/
Thanks
March 8, 2021 at 7:05 pm in reply to: Can’t login with email, just only username on WooCommerce #6500BoyzicoSupport ExpiredHello,
Cloudflare has been deactivated, if you can check it now, please.
Thanks
February 24, 2021 at 3:53 pm in reply to: Can’t login with email, just only username on WooCommerce #5914BoyzicoSupport ExpiredPlease can you try again to see if it works
Thanks
February 24, 2021 at 3:49 pm in reply to: Can’t login with email, just only username on WooCommerce #5913BoyzicoSupport ExpiredCould it be Cloudflare that is denying the access?
February 24, 2021 at 3:39 pm in reply to: Can’t login with email, just only username on WooCommerce #5910BoyzicoSupport ExpiredThis reply has been marked as private.February 24, 2021 at 3:17 pm in reply to: Can’t login with email, just only username on WooCommerce #5901BoyzicoSupport ExpiredThis reply has been marked as private.BoyzicoSupport ExpiredThe Wishlist has disappeared after updating the theme, please help https://prnt.sc/w5ynx6
Thanks
BoyzicoSupport ExpiredThe register link is sorted thanks, I had to update the theme. Just the initial one that I talked about. The download link on the dropdown menu on account
BoyzicoSupport ExpiredAlso, the register link on the Account at the top https://prnt.sc/w5y0fp doesn’t take you to my-account, rather it takes you to the backend end sign in which gives error
BoyzicoSupport ExpiredBoyzicoSupport ExpiredHere is the link https://prnt.sc/w5bckd to help visualise what I meant.
-
AuthorPosts