When adding a new listing and accepting the terms (checking the box), the checkbox disappears completely. What could be the problem? There wasn’t any problems before.
Hi,
Please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.
Ok, I’ll try to locate to problem. Everything else seems to work well.
The problem partly fixed with this CSS:
input[type=“checkbox” i]:checked {
opacity: 1;
}
But for some reason the checkbox shows double check marks and the box is smaller than it should - it’s still working better than before. Third-party plugins are not causing any other problems.
Hi,
Most likely, this issue is caused by additional customizations because everything is working correctly on our end.