Visual Composer Gallery images dissappear after 12 hours
Hi Betheme,
We are having a problem where the Visual Composer Media Gallery images on a page dissappear after 12 hours.
We are using the WP Fastest Cache plugin and have tried this solution to no avail: https://www.wpfastestcache.com/tutorial/visual-composer-post-grid-problem/
Do you have a solution and would it help to update the included Visual Composer plugin?
Thanks,
We are having a problem where the Visual Composer Media Gallery images on a page dissappear after 12 hours.
We are using the WP Fastest Cache plugin and have tried this solution to no avail: https://www.wpfastestcache.com/tutorial/visual-composer-post-grid-problem/
Do you have a solution and would it help to update the included Visual Composer plugin?
Thanks,
Comments
I've now tried to add the following to functions.php in the child theme.
I'll get back to you if this works:
add_filter('vc_grid_get_grid_data_access','__return_true');
I can confirm that this works!