• Resolved khoavo

    (@khoavo)


    Hey there, Thank you so much for sharing this great plugin!

    1) When disabling the Footer Text to hide the “Lost your password” link, does this only hides it? Or does it actually disables it so that someone can’t try to access the lost my password by typing in the URL?

    If the answer is it disables the Lost my password feature, does it also affect the WooCommerce Sign up for an Account feature as well? Where the customer can sign up for an account during check, etc. Then they might try to log back in later and forget their password, and still be able to us the lost my password option.

    Screenshot: https://prnt.sc/r2vxy5

    2) Also, see screenshot: https://prnt.sc/r2whse – Iv’e managed to use CSS to change the color of everything else except for that remember me Check Mark. Can’t seem to track down the proper CSS to do this, can you help?

    Let me know. Thanks!

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hello, @khoavo

    Thank you for writing to us. Right now, we just hiding the text on the login page for “Lost your password” but now we should disable it on the login page only. After that, no one can try to access the lost my password by typing in the URL. Thank you for raising the point. ??

    For changing the color of a checkbox. You have to change it from SVG. You can find the path of SVG by inspecting elements and here you just need to change the color which one you want. Helping video
    After that, call it in the custom CSS section. Helping doc

    Thank you.

    • This reply was modified 4 years, 9 months ago by Abdul Wahab.
    Thread Starter khoavo

    (@khoavo)

    Can paste the link for that tutorial video? The link is not activated. I only see a screenshot.

    As for hiding the Lost Password Hiding Link, it’s fine. I tested it from a live order on Woocommerce, I clicked on Password Reset and it was able to change the password fine, so it’s not disable on the backend. Only disable at the front WP Admin Login page is good. Thanks.

    Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Here’s a link => https://d.pr/v/5DM7mo
    You’ve to play it and change the color after %23. Please check the video at 0:05 sec carefully.

    Thank you.

    Thread Starter khoavo

    (@khoavo)

    Okay, I’m sorry but I’m a bit confused by what you wrote. I did download the video, saw the lengthy URL on the video. I’m trying to locate the CSS in Chrome Inspector but cannot seem to locate for that Check Mark to change the SVG, etc.

    I’ll try and search again.

    Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hello, @khoavo

    Don’t need to download the video. Just open it in browser It’ll work for you. Here I create a new video on how to find SVG path.

    Thank you.

    Thread Starter khoavo

    (@khoavo)

    Thanks for the new video. I see the path to edit. My color value is #d82435. But what’s the CSS for me to insert into the Custom CSS/JS box for this new color to show for check mark?

    /*
    data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27><path%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23d82435%27%2F><%2Fsvg>

    */

    /*

    I tried this but it didn’t work:

    input[type=checkbox]:checked:before {
    content: url(data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2F….78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23d82435%27%2F><%2Fsvg>)
    !important;
    }

    */

    • This reply was modified 4 years, 9 months ago by khoavo.
    • This reply was modified 4 years, 9 months ago by khoavo.
    Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    The CSS should be

    input[type=checkbox]:checked:before {
        content: url(data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27><path%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23d82435%27%2F><%2Fsvg>);
    }

    Helping screenshot

    Thank you.

    Thread Starter khoavo

    (@khoavo)

    Man…you are the best! Great customer support!

    Now I’m colored synchronized ??

    Thanks again!

    Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Awesome @khoavo!

    We hope that you will like LoginPress. Your feedback and support mean a lot to us. Will you please review the product on www.remarpro.com and give us max stars?
    It will mean a lot to us, and will not disappoint you ??

    Thank you.

    Thread Starter khoavo

    (@khoavo)

    I’ve submitted my review. Thanks.

    Hey, you might also want to examine the following:

    When I select the Login Order for “Only Username” https://prnt.sc/r48mgu – And if the customer logs into the WooCommerce My Account Page, it doesn’t allow them to log in using an Email Address. You get this error message: https://prnt.sc/r48mr0

    And I don’t know how to hide the “or email address” texts on the WooCommerce My Account Page. Leaving that texts will confuse the customer if they’re not able to log in with an email address.

    So I’m forced to select back the Login Order for “Both Username Or Email” https://prnt.sc/r48mn4 – So the customer can log in on the Woocommerce My Account Page with either their username or email address.

    I thought your Login Order is independent of the WooCommerce My Account Page login.

    Let me know. Thanks!

    Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    Hey, @khoavo

    Thank you for your awesome review.

    LoginPress uses the WordPress default login form for customization and styling while WooCommcerce also uses the default login form on a custom page. So if you change in login order, it should be changed in the default WordPress login form and it should be the effect on WooCommerce login form as well.

    So both LoginPress & WooCommerce depend on the WordPress default login form behave.

    You can change the string of WooCommerce by editing the file
    Copy plugins/woocommerce/templates/myaccount/form-login.php to your theme’s WooComerce directory -> your-theme/woocommerce/templates/myaccount/form-login.php then edit the template as required.

    Thanks.

    Thread Starter khoavo

    (@khoavo)

    Nah that’s fine, I’ll just leave the log in option for Username or Email Address.

    I’m looking around for a plugin to assist with some Styling for the My Account Page of WooCommerce, Orders Detail Page and maybe Checkout too. If you’re aware of any or you also offer these plugins, please share the link to the plugin and I’ll check it out.

    If found some but have not test it yet, soon though.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Disable Lost Password From All Users?’ is closed to new replies.