Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #868240

    Hi

    Under “Mein Konto” (my account) I want to test if the creation of a new account is possible. But this does not work.
    Further the Styles does not seem to be correct (borders of boxes)

    Could you pls have a look?

    Thank you,
    Bernhard

    #868282

    Hey,

    I added following code to Quick CSS in Enfold theme options > General Styling

    .col-1, .col-2 {
        background: transparent!important;
    }
    input.woocommerce-Button[name="register"] {
        top: -20px;
        position: relative;
    }
    

    Please review your website

    Best regards,
    Yigit

    #868313

    Hi Yigit

    Thats nice – CSS is better, but I still can not create an account. Can you pls have a try?

    Thanks,
    Bernhard

    #869184

    Hi Yigit

    My WordPress is now in english – has been in german before. Did you change somethin in the languages? Did you activate the english language packge?

    Some parts of our shop are now in english and several things are not working.

    Thanks for your feedback,
    Bernhard

    #869189

    Hi Yigit

    I changed back the language settings and is working again.

    The following issue is still pending:
    I can not create an customer account. https://nordkamm.shop/mein-konto/

    Can you pls have a look?

    Thanks,
    Bernhard

    #869199

    Hi!

    Can you please try switching theme to a default one and check if that works? This way we can make sure if the issue is theme related or not

    Best regards,
    Yigit

    #869221

    Hi Yigit

    Where can I switch to default and can I switch back afterwards without loosing any of the current settings?

    Regards,
    Bernhard

    #869330

    Hi,

    You can switch in Appearance > Themes. Your settings will not be lost.

    Best regards,
    Yigit

    #869510

    Hi Yigit

    Login works now. The mistake was my – I typed in a too weak password and this was not accepted. The info that is “too weak” is written in light grey below. Also for real customers this is not easy to see and might cause some registration abortian.

    Question: Could you provide a custom CSS to show the “weak PW” in red color?

    BR
    Bernhard

    #870228

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .woocommerce-password-strength.short {color: red !important;}

    Best regards,
    Mike

    #870579

    Hi Mike

    Thanks, it worked half-way :)

    Is there a way with Quick CSS to make PW 2 red as well, as you are not able to create an account here?

    My example PWs:
    PW 1: Big –> gets red (status very weak, not able to create an account) –> OK
    PW 2: BigMac -> stays grey (weak, not able to create an account) –> NOT OK
    PW 3: BigMacWith –> stays grey (strong, able to create an account) –> OK
    PW 4: BigMacWithFries –> stays grey (very strong, able to create an account) –> OK

    Thanks,
    Bernhard

    #872353

    Hi,

    Thank you for the info.

    Please add the following css code.

    .woocommerce-password-strength.bad {
        color: red;
    }
    
    .woocommerce-password-strength.strong {
        color: green;
    }

    Best regards,
    Ismael

    #872988

    Hi Ismael

    Ok super thanks, fine for me know.

    We can close the ticket.

    BR
    Bernhard

    #873302

    Hi Bernhard,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.