Plugin Contributor
Maya
(@tdgu)
This should work fine, do you use the free MetaSlider plugin?
Thread Starter
baga
(@baga)
Thanks for getting back.
Yes the free version.
Plugin Contributor
Maya
(@tdgu)
Can you ensure you didn’t blocked the JSON at WP Hide > Rewrite > JSON REST ?
Also see other options, try to turn off.
If still not working, can you send additional details on how to replicate the issue?
Thread Starter
baga
(@baga)
That was it!
I turned off “Block any JSON REST calls” and now MetaSlider themes are loaded correctly.
Thanks a lot for your help!
One more question, is there any option to hide Autoptimize generated files?
Plugin Contributor
Maya
(@tdgu)
Per Autoptimize documentation, if you want to serve files from e.g. /wp-content/resources/aggregated_12345.css instead of the default /wp-content/cache/autoptimize/autoptimize_12345.css, add this to wp-config.php:
define('AUTOPTIMIZE_CACHE_CHILD_DIR','/resources/');
define('AUTOPTIMIZE_CACHEFILE_PREFIX','aggregated_');
As alternative, the PRO version come with Map Urls module through which you can rewrite while directories and files.
Thread Starter
baga
(@baga)
Thank you very much, it works like a charm!
Thread Starter
baga
(@baga)
Hello again, should I change anything after last update? (Changelog says Autoptimize css/js cache and minify compatibility).
Thanks
Plugin Contributor
Maya
(@tdgu)
You can clear your site cache, just in case.
Thanks