The "tarief" (price) filter on the site was incorrectly displaying filter options that no longer had relevant results. Even when no posts matched a certain price range, the filter option still appeared.
Solution:
The issue was caused by a mismatch between the field type and the filter type. The price range field was originally set as a radio button, but the filter was using checkboxes. Changing the field type to checkboxes resolved the issue, ensuring that only relevant options appear based on available posts.
I encountered an issue where I could not rename newly created Toolset Views on a fresh WordPress install. Clicking "Save" resulted in a "You're not allowed to perform this action" error, making the page uneditable. Additionally, I was unable to upload Views to the website, though other Toolset content uploaded successfully.
Solution:
Manually downloading and reinstalling the Toolset plugins from https://toolset.com/account/downloads/ resolved the issue. This ensured that the latest version, including any recent hotfixes for WordPress 6.7.1, was properly installed. If the issue persists, testing in a minimal environment (default theme and only Toolset plugins active) can help identify conflicts.