hello,
i have some troubles running “w3 total cache” and “hide my wp” plugins. i did everything you described in the faq but nevertheless it’s not working.
i think the problem is, that when i insert the file uri in w3tc/minify/js, which i copied from the source of the site, it is changed after i save the settings:
1) file from wp-includes
source uri:
domain/other/js/jquery/jquery.js
new uri:
domain/wp-includes/js/jquery/jquery.js
2) file from child theme
source uri:
domain/skin/javascript/bl-addons.js
new uri:
domain/wp-content/themes/{child-theme-name}/javascript/bl-addons.js
3) file from theme
source uri:
domain/skin_main/javascript/jquery.fitvids.js
new uri:
domain/wp-content/themes/{child-theme-name}_main/javascript/jquery.fitvids.js
in case 1 and 2 the uri still works, but the files are loaded twice: in the minified js file and separately.
in case 3 the new URI is just wrong, there is no such file.
what am i doing wrong?
thx!