Hi,
Each time I try to change the settings in "Minify" sub-section, it triggers an error 404 page. And when I get back to my admin panel, I can see that the change wasn't registred.
This goes for any setting in this sub-section.
I need to exclude a CSS file, since I have a script from JUICEBOX taht is not working. It needs to get a CSS file to work, and activiating W3 Total Cache seems to change the baseUrl to :
http://mydomain.com/my-page-url/the-url-of-my-css
<script src="http://www.mr-eddy.com/portfolio/live2/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : '../../portfolio/live2/',
containerId : 'juicebox-container',
galleryWidth : '940',
galleryHeight : '700',
backgroundColor: '#ffffff'
});
</script>
Everything else on the page is loading properly, even the script. So I assume this JS is referring to the CSS file with some baseUrl thing.
I couldn't find any workaround and I'm not willing to do it directly from my database.
Thank you for your support.
Eddy