Problem:
Search for posts with custom post status in views not working Solution:
I checked it and the issue was with the third filter: Filter by post relationship or repeatable fields group owner.
With it disabled, the filter by status was working fine.
I checked it and it seems like the Owner participates of two different relationships. By selecting the only one relationship, it somehow was impacting with the status filter.
I changed it slightly, updating it to check if the current item in the loop has any relationship with the current owner.
Problem:
Editing a view causes it to save the apostrophe as & # 039 Solution:
Please go to WP Admin -> Users -> Profile and see if the option 'Disable the visual editor when writing' is enabled?
If it is, please disable it and test the issue again.
Problem:
I can't register the site, it says wrong license. Solution:
There were instances in the past where this issue was resolved by recreating the license and registering Toolset again:
- Go to https://toolset.com/account/ and remove the key for your site
- Click on 'Add new site' and add your site again and save the new generated key- Go to Plugins > Add New
- Click on "Commercial"
- Click on "Register Toolset" and try to register Toolset again with the new generated key
Problem:
How do we Insert the Frontend event handler, as we need to run some Javascript after each filter is used to effect the Custom search? Solution:
You can track when the filter is executed using 'js_event_wpv_parametric_search_results_updated', that should replace the need of running the code every X seconds.