VIKTAR
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] After the 4.8 Update : No send message and Jquery ErrorI had this problem.
Decision:
plugin “iThemes Security”: enable setting (allow) “WordPress Tweaks” => “WordPress’ XML-RPC feature allows hundreds of username and password guesses per request. Use the recommended “Block” setting below to prevent attackers from exploiting this feature.”If you disabled REST API in function.php: delete the lines in function.php:
remove_action( ‘init’, ‘rest_api_init’ );
remove_action( ‘rest_api_init’, ‘rest_api_default_filters’, 10, 1 );
remove_action( ‘parse_request’, ‘rest_api_loaded’ );Now my problem is solved.
- This reply was modified 8 years, 10 months ago by VIKTAR.
Forum: Plugins
In reply to: [Antispam Bee] The plugin passes spamI confirm. Skips all spam in WordPress 4.7
Forum: Plugins
In reply to: [WP No External Links] 404 error3.5.13 не помог, а вот 3.5.11 работает без проблем.
Forum: Plugins
In reply to: [WP No External Links] 404 errorПожалуйста, дайте кто-нибудь ссылку на скачивание плагина 3.5.11
В версии 3.5.12 все ссылки стали невалидными и теперь попадаем на страницу 404.Forum: Plugins
In reply to: [Selectel Storage Upload] Нет миниатюрantomal, это ты правильно заметил, а я даже не понял причину. Действительно я добавлял картинки к старым публикациям. Проверю ещё на новых, но думаю со старыми также надо решить проблему.
Forum: Plugins
In reply to: [Simple Ads Manager] Error automatic shutdown adsПроблема действительно в разнице по времени.
Буду определять опытным путём.—-
The problem is really in the time difference.
I will determine the date empirically.Forum: Plugins
In reply to: [Simple Ads Manager] Error automatic shutdown adsХорошее замечание. Протестирую более точно и отпишусь о результате.
—-
Good point. I will test and accomplish your goal of a result.
Solved. Old version PHP replace on new version PHP.