• Resolved LkPlat

    (@mrsplat06)


    Using the responsive grid. Below is the code on my page.

    pdb_list template=responsive filter=”photo!” fields=”photo,full_name,initiation_chapter,initiation_year,delta_dear” search=true class=”pdb-list-grid”]

    While the delta_dear field is searchable, I don’t want to display it on the page because it’s a simple YES/NO and the field titles don’t display in the grid.

    I’ve tried every combination of “display:none” and class I can think of to hide this field on the page. How can I hide the field using CSS? OR Is there another method when the plugin? I still need it to remain searchable.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    You can provide a separate list of fields for the search using the ‘search_fields’ attribute in the list shortcode. For example:

    [pdb_list search=true fields="first_name,last_name" search_fields="city,state"]

    Thread Starter LkPlat

    (@mrsplat06)

    Woo how! Works perfectly! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Searchable Field’ is closed to new replies.