Nick Litten
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Editorskit Typography AddonIn the next editorskit update, please remove the “EditorsKit Plugin typography has been deprecated” message in the dashboard? I close it and it redisplays everytime. Thanks!
- This reply was modified 3 years, 7 months ago by Nick Litten.
exactly the same problem here – I’ve been scratching my head over this for a couple of days!
Turning firewall into learning mode solved it for me also.
Nice work 🙂
I had the same problem with several websites that I tried to implement Jetpack on. i contacted my webhost and they gave me the solution and Jetpack now works on all my sites.
“We have a mod_security rule on our servers that denies requests to the xmlrpc.php file (used by Jetpack). Blocking access to the xmlrpc.php file has been implemented as an additional security measure, because xmlrpc.php is a common target for hackers. If you wish to use Jetpack, you need to add the following lines to the .htaccess file in your main WordPress folder:
<IfModule security2_module>
SecRuleRemoveById 114
</IfModule>The above directives disable the mod_security rule which filters the requests to xmlrpc.php.”
Adding that code to .HTACCESS solved the problem immediately.
Hope this helps someone out?
#cheers