• Hi,

    On the post editor page -when using chrome on Windows- there are no check boxes appearing on any of the metaboxes in the right hand column.

    So for example it is impossible to see which categories have been attributed to the post. We use translation software too on many of our sites, and again this beccomes impossible to use since the checkboxes are not visible.

    It seems that this can be rectified by making a small change to the css for your great plugin:

    .js input[type=checkbox]{
    height: 1px;
    }

    OR

    .js input[type=checkbox]{
    overflow: visible;
    }

    This issue appears to only be evident when using Chrome browser.

    Any chance you can push one of these changes to the release version?

    We use this on a number of client sites, so a fix would be really appreciated. Similarly, if you need any assistance with development we’d be happy to help out where ever we can.

    Thanks.

  • The topic ‘Chrome Issue’ is closed to new replies.