Forums Forums Search & Filter Pro How to add text in my search filter pro display ?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Anonymous
    #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.

    Anonymous
    #269674

    Hello, for example, i want to display in left column:

    REGION (my text)
    FRANCE
    EUROPE

    DATA TYPE (my text)
    B2B
    B2C

    MEDIA (my text)
    PHONE
    E-MAILS
    POSTAL

    Thanks for your help.

    Trevor
    #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:

    https://support.searchandfilter.com/forums/topic/acf-metakeys-missing-from-search-form-metakey-selector/#post-269640

    Anonymous
    #270211

    hello Trevor,
    thanks for your help.
    I will try and inform you when done (or not 🙂 )
    Best regards
    Patrick

    Trevor
    #270215

    OK. Do let me know how you get on, and if successful, if I can close this thread.

    Anonymous
    #270437
    This reply has been marked as private.
    Trevor
    #270488

    CSS 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;
    }
    Anonymous
    #270622

    hello Trevor,
    all is ok.
    Thanks for your help.
    Patrick

    You can close ticket 😉

    Trevor
    #270625

    Thanks for letting me know. I will close this thread for now.

Viewing 9 posts - 1 through 9 (of 9 total)