warinplus
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Social Login] Google Login redirect to blank pageHello,
I did as your advice.
I added that code in my functions.php of my theme
and tried clicking google login button but it didn’t redirect to google account select page. it just redirect to same page.and there is nothing written on yith-woocommerce-social-login/logs/log.txt
It’s just an empty log.txt fileI tried clicking a facebook login button and it give a same result.
thank you.
Forum: Plugins
In reply to: [YITH WooCommerce Social Login] Google Login redirect to blank pageI try echo your $_REQUEST variable on class-yith-social-login.php file
in get_login_request() method I try echo $_REQUEST[‘ywsl_social’] and it normally displays ‘google’.
but nothing displays when try to echo $_REQUEST[‘redirect’] in get_redirect_to method.
does this help?
You can try your plugin at this URL
https://www.gizmanlifestyle.com/my-account/- This reply was modified 6 years, 6 months ago by warinplus.
Forum: Plugins
In reply to: [YITH WooCommerce Social Login] Google Login redirect to blank pageHello,
I tried adding your code on my wp-config.php
and also tried add this
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
in my wp-config.phpbut nothing happens. I tried add debug code on wp-login but nothing happens too.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Problem with Product’s pictureThank you for replying me
I saw your solution from someone support post and I tried it and it worked.
- This reply was modified 6 years, 6 months ago by warinplus.