wordsearch
Forum Replies Created
-
In case it helps anyone else, I disabled the Analytics module in Rank Math which seems to have solved the problem for now.
Forum: Themes and Templates
In reply to: [Sinatra] White background and white text in block editorI’ve resolved this temporarily by adding the following
add_theme_support( 'editor-styles' ); add_theme_support( 'dark-editor-style' ); add_action( 'admin_head', function () { ?> <style> .editor-styles-wrapper { background-color: #0C1C30 !important; } </style> <?php } );I still can’t track down the culprit, but with 50+ plugins to deadtivate, this was a faster solution just for now.
Thanks
Sent, thanks!
I have a new issue since 5.5. in that my entire block editor is now white, which seems to be an issue with my theme. I managed to change the Font Awesome icons in the code editor but it looks like it might be worth looking at the theme to see if it’s causing the other problem too.
There is no way to change the colour, as there are no settings for the block. The result is the same for new blocks and existing ones.
Sure, thanks
Image – https://ibb.co/W5nZTLR
JSON – https://www.dropbox.com/s/snt2qj21zm0rx15/blocks-export.json?dl=0I’m not sure what you mean by ‘select all the blocks’, sorry. The JSON export is just for the Font Awesome block. I can’t see a way to select all of the blocks.
I should have said that the pages with blocks on still display fine – the problem only occurs when we click on the block in the block editor to change it.
- This reply was modified 5 years, 10 months ago by wordsearch.