Hello,
One of my clients using this plugin has an issue that I found out it is due to the theme using both parent and child theme.
The issue is: the parent theme URL is now for example /skin and it is working fine, but there are some file loading from the child theme that due to the rewrite rules, it is now considered as site.com/skins/asset/js/file.js that this file does not exist in the parent theme, so the website sends 404 error and browser shows not found.
Was that clear enough?
And are there any ways to fix this issue? I have tried doing replacement in the plugin settings, and also adding manually rewrite rules in .htaccess file, but it did not work unfortunately.
Thanks in advance.