Forums › Forums › Search & Filter Pro › How to add text in my search filter pro display ?
- This topic has 8 replies, 2 voices, and was last updated 4 years, 9 months ago by
Trevor.
Viewing 8 posts - 1 through 8 (of 8 total)
-
Trevor(Private) December 14, 2020 at 11:50 am #269709
All these terms are in ‘Category’, but need to be their own custom taxonomy, or custom field instead. So, three custom taxonomies, or three custom fields. For custom taxonomies I sue CPT UI, and for custom fields I use ACF (https://wordpress.org/plugins/advanced-custom-fields/). My personal preference is to use custom fields (and your data would suggest using these also).
Note also the comments in this post:
Trevor(Private) December 21, 2020 at 12:32 pm #270488CSS style from WPBakery is causing this, so this CSS will help:
/* gap between field and next title */ .wpb_text_column .searchandfilter[data-sf-form-id="8463"] > ul > li { margin-bottom: 20px } /* gap between items in a field */ .wpb_text_column .searchandfilter[data-sf-form-id="8463"] > ul > li > ul > li { margin-bottom: 0px; }
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)