I’ve encountered an issue where the checkboxes are not displaying correctly in the Forum Admin. Below is a screenshot of the behavior I’m seeing.
Any help would be greatly appreciated.
I’ve encountered an issue where the checkboxes are not displaying correctly in the Forum Admin. Below is a screenshot of the behavior I’m seeing.
Any help would be greatly appreciated.
That is almost certainly going to come down to a script conflict with something else you have running on the WP admin.
Clearly fixing the issue would be the best bet but as a quick fix I would suggest you add this to your wp-config.php file:
define('SP_USE_PRETTY_CBOX_ADMIN', false);
which should at least get around the issue… I think
Thank you, that worked! Quick fixes work for me. When I have time I’ll do more troubleshooting with my other plugins to try and identify which is the issue!
Thanks for your quick reply!