- This topic has 5 replies, 2 voices, and was last updated 1 year, 6 months ago by
David.
-
AuthorPosts
-
January 21, 2021 at 5:54 am #1627620
Charlotte
When inside the post editor, we cannot see the ticks inside the category checkboxes. They show very quickly when the page is loaded, but then afterwards are visible but incredibly feint. This seems to be the case on all browsers except for IE
It has only started recently
I have deactivated plugins to try and eliminate what the issue is. If I deactivate classic editor the checkboxes are displayed differently in Gutenburg so the problem disappears .. but that doesn’t solve it as we want to use the classic editor.
Checkboxes outside of the post editor (e.g in settings) are fine .. and you can even see them fine when you “quick edit” a post. It is only inside the usual full page post editor. Note that also other checkboxes inside the post editor have the same issue .. e.g the “allow comments” checkbox. But radio boxes are fine
I have created a post called “charlotte test post” that you can use for testing. Please don’t tick the category “upcoming events” or it will show on the website.
January 21, 2021 at 6:41 am #1627685David
StaffCustomer SupportHi there,
The Theme has no control over how the editor works, but i am happy to take a quick look. Can you share a URL to the site ? I got the login details.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 21, 2021 at 6:46 am #1627691Charlotte
sorry I am an idiot!
https://handmadeworkshops.co.uk/wp/wp-admin/
It would be great if you had a look – I tried to look at the CSS of the checkboxes but couldn’t seem to do anything with it
From looking at other people’s comments on the internet with related problems I am thinking it is possibly that the classic editor isn’t working properly.. but it seems fine on all of my other sites
January 21, 2021 at 7:08 am #1627919David
StaffCustomer SupportOk so the WP Meta SEO plugin is adding this CSS:
input[type="checkbox"]:checked::before { filter: grayscale(1) brightness(2); }
Which is messing with all checkboxes in the editor. It doesn’t affect IE as it doesn’t support that CSS property.
Which lead me to this support topic:
https://wordpress.org/support/topic/checkmarks-of-the-categories-are-no-longer-visible/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 21, 2021 at 8:10 am #1628004Charlotte
brilliant thank you!
January 21, 2021 at 8:11 am #1628005David
StaffCustomer SupportYou’re welcome
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.