-
AuthorPosts
-
October 24, 2017 at 3:17 pm #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,
BernhardOctober 24, 2017 at 5:00 pm #868282Hey,
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,
YigitOctober 24, 2017 at 5:56 pm #868313Hi Yigit
Thats nice – CSS is better, but I still can not create an account. Can you pls have a try?
Thanks,
BernhardOctober 26, 2017 at 1:30 pm #869184Hi 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,
BernhardOctober 26, 2017 at 1:59 pm #869189Hi 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,
BernhardOctober 26, 2017 at 2:22 pm #869199Hi!
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,
YigitOctober 26, 2017 at 2:58 pm #869221Hi Yigit
Where can I switch to default and can I switch back afterwards without loosing any of the current settings?
Regards,
BernhardOctober 26, 2017 at 9:39 pm #869330Hi,
You can switch in Appearance > Themes. Your settings will not be lost.
Best regards,
YigitOctober 27, 2017 at 11:04 am #869510Hi 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
BernhardOctober 29, 2017 at 10:06 pm #870228Hi,
Try this code in the General Styling > Quick CSS field:.woocommerce-password-strength.short {color: red !important;}
Best regards,
MikeOctober 30, 2017 at 5:07 pm #870579Hi 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) –> OKThanks,
BernhardNovember 4, 2017 at 3:12 am #872353Hi,
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,
IsmaelNovember 6, 2017 at 12:11 pm #872988Hi Ismael
Ok super thanks, fine for me know.
We can close the ticket.
BR
BernhardNovember 6, 2017 at 7:23 pm #873302Hi Bernhard,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.