middlec
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank page when adding or editing a new page (js errors)Hello, I have the exact same issue!
Go to pages > then edit the page I wish to edit and the a blank page (but the nav menu/dashboard menu still shows) Just a blank page where the block editor should be.
How do I mimic your fix please? Are you saying I should install a vanilla 6.0.2 grab the Dist folder and copy that over to the broken 6.0.2 wordpress.
Thanks in advance,
Charlie
Forum: Plugins
In reply to: [WPS Hide Login] Error: cookies are blocked or not supported by your browser.Thanks for your reply.
I solved it earlier today.
After I renamed the plugin directory I found a way to access the wp-admin via the web hosting portal which seemed to have reset or kicked it back in to action. I am able to login now.
I might disable wp-hide login for a bit, I wish to use Wordfence with it also not sure if that also caused the issue.
Cheers.
Forum: Plugins
In reply to: [WPS Hide Login] Error: cookies are blocked or not supported by your browser.I’m locked out of my site!
Hi Gabriel,
Thank you for responding so quickly 🙂
I also searched for Gutenberg in the forum and it yielded no results but I did find the thread that you are probably thinking of (point 1):
https://ww.wp.xz.cn/support/topic/problems-with-client-portal/
To enable the Gutenberg editor for Private Pages (and all other CPTs) I changed the $defaults = array( setting:
show_in_rest’=> false, TO show_in_rest’=> true,
in the file wp-includes/class-wp-post-type.php
I will have a look at this permalinks suggestion you made, but I am not optimistic, but maybe, just maybe 🙂
Charlie