[Resolved] page not updating after client makes changes.
This support ticket is created 3 years 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.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
It sounds like a caching issue (server caching, not the browser cache).
Views has its own caching mechanism. When using the legacy editor where you insert your View via shortcode, try adding the cached="off" attribute, e.g.
[wpv-view name="dogs-for-sale-view" cached="off"]
But if this used to work okay and no longer does, it sounds like a 3rd party caching solution may be affecting the results.
Try temporarily disabling 3rd party caching solutions to see if it resolves the problem.