Tell us what you are trying to do?
I have a filter set up at hidden link. The filter will usually display various years. However, when the MemberPress plugin is active, all the same years are displayed
Is there any documentation that you are following?
Is there a similar example that we can see?
Yes, here is another example that works well (no MemberPress plugin) - hidden link
What is the link to your site?
hidden link
Hi,
Thank you for contacting us and I'd be happy to assist.
To troubleshoot this, I'll need to see how this view and its filters are set up in the admin area.
Please share temporary admin login details, in reply to this message.
Note: Your next reply will be private and it is recommended to make a complete backup copy before sharing the access details.
regards,
Waqar
Thank you for sharing the access details.
I noticed that the taxonomy view 'View Films - Filters', is being used to generate the list of year terms for filtering. The view was set to use this shortcode in the loop editor section to load the content template for the loop items:
( ref: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body )
[wpv-post-body view_template="loop-item-in-view-films-filters"]
I included the attribute suppress_filters="true" to these shortcodes so that third-party filters from the active theme or other plugins, don't affect this content template's output:
[wpv-post-body view_template="loop-item-in-view-films-filters" suppress_filters="true"]
After this change, the year term's list is getting generated correctly.
Thanks much. I didn't know about this attribute. All is well again.
Cheers