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 3 years, 10 months ago by Trevor.
-
Anonymous(Private) December 13, 2020 at 6:02 pm #269673
Hello,
I want to add the text REGION / DATA TYPE and MEDIA in my search filter pro.
I have 7 category choice : FRANCE / EUROPE / B2B / B2C / PHONE / E-MAILS / POSTAL
My url is : https://tabm.ovh/page-test-searchfilter-8459-colonne-a-gauche/Questions:
1-/ How can I put this 3 text line ?
2-/ I want to put the info results ( Found…results, Page 1 of, next page> (or <Previous page) under the column search&filter pro.Thanks for your help.
Trevor(Private) December 14, 2020 at 11:50 am #269709All 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