Home › Forums › WoodMart support forum › Login Text not showing up on site
Login Text not showing up on site
- This topic has 9 replies, 2 voices, and was last updated 3 years, 12 months ago by Artem Temos.
-
AuthorPosts
-
September 18, 2020 at 11:03 am #227233
mnicholsjParticipantIn the Woodmart theme editor, I have written in what custom text I’d like to show up on the log-in page. It is now showing up on the live site.
Additionally, I was wondering if I could remove the word “register” from the login/register link in the top corner. We dont allow users to register for the site automatically (we manually add them). But they do need to be able to log in.
Thank you
Attachments:
You must be logged in to view attached files.September 18, 2020 at 12:23 pm #227270
Artem TemosKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
The registration can be disabled on my account page via WooCommerce Settings.
Thank you in advance
November 3, 2020 at 4:33 pm #238354
mnicholsjParticipantwhat email should i use to provide you with access?
November 4, 2020 at 7:03 am #238490
Artem TemosKeymasterHello,
You can send us your website access information using our Private Content field.
Kind Regards
November 4, 2020 at 7:44 pm #238782
mnicholsjParticipantalright.
November 5, 2020 at 6:58 am #238882
Artem TemosKeymasterPlease, send us your website link as well. We are not able to reach the domain that shown on your screenshot.
November 5, 2020 at 4:23 pm #239156
mnicholsjParticipantmy apologies
November 6, 2020 at 7:28 am #239298
Artem TemosKeymasterHello,
This text is hidden by default if the registration form is disabled. To enable it you can copy the file
woodmart/woocommerce/myaccount/form-login.php
to your child theme and insert the following code https://gyazo.com/2ae1ac440834d1e706c64822f44a4b66<?php if ( $login_text ) : ?> <p> <?php echo do_shortcode( $login_text ); ?> </p> <?php endif; ?>
Regards
November 9, 2020 at 7:27 pm #240258
mnicholsjParticipantThank you for your help.
We really would like to customize our registration form – most importantly we need people to be able to upload a file & input custom tax. I downloaded an extention to allow for customer registration forms:
https://www.easyregistrationforms.com/forums/forum/general-discussion/The snippet of code they gave is: [erforms id=”12353″]
But I do not know how to use this extension with the woodmart theme. can you help?
November 10, 2020 at 7:10 am #240329
Artem TemosKeymasterHi,
Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization or extra plugin but we don’t have an instruction for this. It is out of our theme support scope.
Regards
-
AuthorPosts
Tagged: login, registration
- You must be logged in to create new topics. Login / Register