jonecir
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Revive] google search console missing authorHello, please let me know how you fixed this problem.
Hello, I’m experiencing the same problem. Did you fix yours? If yes, can you share what you did in order to get rid of those warnings? Thanks a lot.
Forum: Plugins
In reply to: [Admin Custom Login] lost password wrong redirectionI tried this code as suggested by arsenalemusic:
add_filter(‘lostpassword_url’,’lostpassword_url_default’, 50, 2);
function lostpassword_url_default(){
$args = array( ‘action’ => ‘lostpassword’ );
return add_query_arg( $args, network_site_url(‘wp-login.php’, ‘login’) );
}However it just broke my site. No pages could be accessed.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce password reset not showing formHello, my conflict problem is a little different. In the Admin login page, if I click the “Lost password” link, it takes me to https://www.mydomain.com/lost-password, however it should redirect me to https://www.mydomain.com/wp-login.php?action=lostpassword
I’m using WooCommerce to only showcase my products (catalog). If I go to WooCommerce Settings, there’s an option there to set the “lost password” link. Even changing that option to “wp-login.php?action=lostpassword” it does not work.
Please let me know how to solve this issue. Thanks a lot.
Forum: Plugins
In reply to: [Polylang] Polylang & Revolution SliderHello, did you figure how to translate Revolution Sliders using Polylang?
Forum: Plugins
In reply to: [Polylang] Polylang and Slider RevolutionHello, did you figure how to translate Revolution Sliders?
Hello, did you figure how to make the Sliders work in Polylang for other languages? I’m facing the same problem and don’t know how to fix it as the “string text” I’ve created don’t appear for translation.
Thanks