mikeudin
Forum Replies Created
-
ran into this issue today, bumping the thread. I would consider this a bug as recaptcha has nothing to do with the WP REST API (user creation via API can’t complete any captcha).
At this moment just found this solution that works for me.
File: …/wp-content/plugins/google-captcha/google-captcha.php
Maybe someone know how to implement this fix like a functions hook to do not lost it with plugin updates.if ( ! function_exists( 'gglcptch_is_recaptcha_required' ) ) { function gglcptch_is_recaptcha_required( $form_slug = '', $is_user_logged_in = null ) { global $gglcptch_options; if ( is_null( $is_user_logged_in ) ) { $is_user_logged_in = is_user_logged_in(); } if ( empty( $gglcptch_options ) ) { $gglcptch_options = get_option( 'gglcptch_options' ); if ( empty( $gglcptch_options ) ) { register_gglcptch_settings(); } } // Here is a disabling reCaptcha for all json requests if ( wp_is_json_request() ) { return false; } $result = ! isset( $gglcptch_options[ $form_slug ] ) || ( ! empty( $gglcptch_options[ $form_slug ] ) && ( ! $is_user_logged_in || ! gglcptch_is_hidden_for_role() ) ); return $result; } }Forum: Plugins
In reply to: [JSON API User] JSON API User With reCaptcha PluginSame Issue with JWT Authentication for WP REST API plugin 🤔🤔
Forum: Themes and Templates
In reply to: [Storefront] Cyrillic font is not showing properlyЯ использую Windows 10 (10.0.18362.418)
Проблемы наблюдаются в Chrome (Версия 77.0.3865.120), Microsoft Edge и Explorer.
Но на смарфонах все в порядке 🤔
В чем интересно проблема? Кеш чистил, не помоглоForum: Themes and Templates
In reply to: [Storefront] Cyrillic font is not showing properlyHello!
Yes, the problem still there.
Same font have a different apperance on styles
Here an example
https://mikeudin.net/wp-content/uploads/2019/10/example.jpg
https://mikeudin.net/product-category/training/%d0%bd%d0%b0-%d1%80%d1%83%d1%81%d1%81%d0%ba%d0%be%d0%bc-%d1%8f%d0%b7%d1%8b%d0%ba%d0%b5/- This reply was modified 6 years, 7 months ago by mikeudin.
Problem was fixed with webhosting support team. Thank you!
Same Issue! My Customers can’t use Stripe Gateway
This version is not working!
I was forced to disable payments through this plugin!