Hi,
When used in conjunction with the increasingly popular Titan Framework (options framework) the checkbox is revealed for any enable/disable options.
Adding this to the admin css file will hide the checkbox and maintain the originial Titan Framework layout:
.tf-enable .checkbox-material span.check {
display: none;
}
Can you add this in, or is there somewhere that I can submit a pull request?
]]>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.
]]>