I have setup WordPress to use protocol relative paths for css and js:
ex: /wp-content/themes/responsive/style.css
instead of: http://www.mydomain.com/wp-content/themes/responsive/style.css
It works when minify is disabled, however when I enable it, the full path is still present
ex:
http://www.mydomain.com/wp-content/w3tc/min/b8ed3/default.include.18e191.css?e83a2c
I need the minify to use protocol relative url like all other elements in my wordpress because I have some pages that are HTTPS or switch to HTTPS with ajax and the css and js will not load because the minify forces the absolute url.
I would appreciate any help!
Thank you!