FIX: W3 Total Cache breaking plugin JS when using Browser caching
-
When used on a blog leveraging W3 Total Cache Browser Caching the Javascript include on line:91 of callrail.php breaks and a “Query String” is added to the remote URL which breaks and returns a 404 if using “static” and not a “query parameter”.
The problem is simply that W3TC matches the src=”//cdn…
Simply change that Javascript include to detect http(s) and don’t just use the protocol-relative (//) version.
-M
The topic ‘FIX: W3 Total Cache breaking plugin JS when using Browser caching’ is closed to new replies.