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.