Lost password link is redirecting to /shop/my-account/lost-password/

The “Lost your password?” link on the standard WordPress login screen (wp-login) links to /shop/my-account/lost-password/ instead of the WP standard (wp-login.php?action=lostpassword). My website is the following: www.lazonemph.com I use Members plugin and Wocommerce.. 1) How do I set this back to the WP password page? Because right now my user can’t reset their password since … Read more

Exclude the_content (); from page password protection

I use a page template to show custom post type. All content from the custom post type should be password protected. I´d like to use the wordpress editor for some additional public information. Can I exclude the_content(); from wordpress password protection? page-my-custom-post-type.php // ================ PUBLIC AREA BEGINNS ================ <h4>Pubic-Area</h4> <?php if (have_posts()) : while (have_posts()) … Read more

How to change the language of the ‘Reset Password’ page

I have a WooCommerce powered WordPress website. In this website a user can login to order products, basic WooCommerce functionality. The site is translated using qTranslate. I can translate everything, except the ‘Reset password’ page. The basic website is in English. When a customer visits the website in French, then requests a new password, he … Read more