This is a minor update to Clarity for FacetWP. It fixes one bug and adds additional ways for users to control the layout via new classes and filters.
Enhancements
- Each column in the Clarity editor now has the unique column ID as a class
- The layout HTML is now passed through a filter before and after the column is rendered.
These new filters are useful for adding a container that wraps a column or every column. For example to wrap every column with an extra inner DIV:
Or you can apply the extra inner-wrapping DIVs only to columns of a certain size:
Bugs Fixed
- Magic tags for custom fields that didn’t have a value were leaving the magic tag markup. Now they will show nothing.