• Resolved bayernurlaub

    (@bayernurlaub)


    WP Meta SEO Updated to the New Version 4.3.0
    it happens something theems like a “bug”
    Now in the WordPress Backend i open a single post
    and the checkmarks of the categories are no longer visible
    I still can see the Categories in de Post overwiev, but not on the Right sight in each single post

    Maybe its pertinent i use the Classic Editor from WordPress Contributors
    wordpress Version: 5.6 and PHP-Version: 7.3.26

    Thanks for Help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    Thanks for reaching out to us.

    Do you mean this box?
    https://drive.google.com/file/d/1lWZMuSrFv55vEMCSPiC3UN8Ve9L5AagP/view?usp=sharing

    By any chance if you deploy the top panel, is the “Categories” checkbox activated? Or do you have any error in the browser console?

    Thanks.

    Thread Starter bayernurlaub

    (@bayernurlaub)

    Thanks for your fast response
    yes i mean this box.

    I check it in other devices and browsers
    The checkmarks are here but nearly invisible

    With the Opera Developer tools i found the following Code in this file:
    /wp-content/plugins/wp-meta-seo/assets/css/main.css?ver=4.3.0

    input[type=checkbox]:checked::before {
    filter: grayscale(1) brightness(2);
    }

    it themes the brightness(2) makes the checkmark invisible
    If i Change the brightness(2) into brightness(0)
    linke this:
    In input[type=checkbox]:checked::before {
    filter: grayscale(1) brightness(0);
    }
    the checkmarks are visible

    Hopefully this helps to find the failure

    • This reply was modified 3 years, 10 months ago by bayernurlaub.
    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    OK we’ll add a CSS class to avoid that. But if your checkbox is checked does it display the category box?

    Thread Starter bayernurlaub

    (@bayernurlaub)

    Great,
    yes the box is visible
    select and save works fine

    Plugin Author JoomUnited

    (@joomunited)

    Sounds good, we’ll push a fix on the next update!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘checkmarks of the categories are no longer visible’ is closed to new replies.