Skip Navigation

[Resolved] A filter has stopped working

This support ticket is created 5 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by davidZ 5 years, 11 months ago.

Assisted by: Shane.

Author
Posts
#1184394

I have a view that lets you sort by year: hidden link

That has stopped working for years earlier than 2016. If I select 2016 or newer, it works, but not for earlier years.

Here's the filter code:

[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="section group">
	<div class="col span_1_of_3">
      <strong>Filter by Date</strong><br/>
      [wpv-control url_param="year" type="select" values=",2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008" display_values="--Year--,2019,2018,2017,2016,2015,2014,2013,2012,2011,2010,2009,2008"]      [wpv-control url_param="month" type="select" values=",1,2,3,4,5,6,7,8,9,10,11,12" display_values="--Month--,January,February,March,April,May,June,July,August,September,October,November,December"]
  </div>
  	<div class="col span_2_of_3">
<strong>Search by Keyword</strong><br/> 
      [wpv-filter-search-box] [wpv-filter-submit name="Submit" type="input"]
</div>
[wpv-filter-reset reset_label="Clear the Filters" class="clearform" type="button"]

</div>
      
[/wpv-filter-controls]
[wpv-filter-end]

This worked until a few months ago. Any idea what might be wrong?

Thanks

#1184419

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi David,

I tried checking on this for you but i'm not able to see the view.

Could you check to ensure that the view plugin is enabled?

Thanks,
Shane

#1184420
Screen Shot 2019-01-15 at 10.19.49 AM.png

You don't see this?

#1184427

Sigh, client error. They deleted a category that we're using in the filter!