
When constructing a view, I was not able to do the following normal filter functions when attempting to expose filters: Unlock operator, Edit filter label, Edit Filter identifier, Edit Operator identifier, Edit "Optional" checkbox, Edit "Remember" checkbox - These fields were not even visible. Here is the fix:
Find this code in style.css and remove it:
.clear
{
clear: both;
font-size: 0px;
line-height: 0px;
visibility: collapse;
}
- Login to post comments
Thanks for the fix!