Home Forums WoodMart support forum BUG – Login / Register text in header visible when registration disabled

BUG – Login / Register text in header visible when registration disabled

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #564211

    waynep16
    Participant

    Add the “account” element to the header builder, it shows the text “Log in / Register”

    but if you navigate to WooCommerce > Settings > Accounts & Privacy tab > uncheck boxes related to Account Registration https://prnt.sc/MZ5waFUo2iLl

    then “disable registration”, the header account text still mentions Register, even though you can not register.

    Also in the sidebar it still says create account and also if you choose login drop down form, the Create an account link going to ?action=register is still there buy does nothing

    #564247

    spinnerd
    Participant

    I confirm. Registration of new users is not possible. After clicking “Create an account”, the page redirects you to login, not registration.

    #564249

    spinnerd
    Participant

    ok. I checked all the options when registering a user WooCommerce > Settings > Accounts & Privacy tab > and everything works.

    #564304

    Luke Nielsen
    Keymaster

    Hello,

    In case, if you do not use the Registration functionality, navigate to WoodMart -> Header builder -> and remove the “Account” element – https://prnt.sc/l-L1LY0ULXbc

    Kind Regards

    #564313

    waynep16
    Participant

    @luke. Then how will people log in!! That’s the silliest answer you can give!!!

    #564319

    Luke Nielsen
    Keymaster

    Hello,

    Previously you wrote that you have disabled all fields related to “Account creating” – https://prnt.sc/MZ5waFUo2iLl so I thought that you wanted to disable that functionality (login as well) at all on the site. Sorry for the misunderstanding.

    Send me access to the admin panel so I can look closer at this issue.

    Kind Regards

    #564775

    waynep16
    Participant

    All info is in original thread, use your installation local and you will see same issues

    #565243

    Luke Nielsen
    Keymaster

    Hello,

    1. Text “Log in / Register”, for now, can be changed via Loco Translate, there is no functionality that detects whether the option for registration is active or not – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    2. On my side, when I click “create an account” in the sidebar, it redirects me to the Login page – https://gyazo.com/3f06ae95b019b963ba6e2ab7f45348f0

    You can hide that “create an account” question with the help of the below CSS:

    .login-form-side .create-account-question {
    display: none;
    }

    Let me know if you have additional questions.

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)