Skip Navigation

Default value issues for frontend filters styled as “select” or “radio” fields.

Resolved

Reported for: Toolset Views 2.6.3

Resolved in: 2.6.4

Symptoms

In Views, when a frontend filter is styled as “radio” buttons the default option is always missing. Also, for a frontend filter styled as “select” field, when the values are entered manually, a default empty option is always added even if the user hasn’t added one.

Workaround

This issue will be fixed in the next release of Toolset Views.

In the meantime, download this file, extract it and replace:

  • wpv-filter-meta-field-embedded.php in the /wp-views/embedded/inc/filters folder
  • wpv_walker_postmeta_radios.class.php in the /wp-views/embedded/inc/walkers folder
  • wpv_walker_postmeta_select.class.php in the /wp-views/embedded/inc/walkers folder

Comments are closed