xorinzor
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] CSS minify incorrect pathI simply added it to the list of exclusions, seems like the fastest fix.
Forum: Plugins
In reply to: [W3 Total Cache] CSS minify incorrect pathHi @vmarko, thanks for the quick reply!
The website is not yet public, as such I cannot share a URL yet.
I checked the configuration, but it appears W3TC already correctly detects the document root, nonetheless I did try it, but unfortunately it resulted in the same problem.
Forgot to mention, I am using the bitnami wordpress helm chart (which in turn uses the “bitnami/wordpress” docker image). Which might aid in troubleshooting this issue.
I just now tried enabling debug mode, which interestingly enough results in a path of “../../../../../../../plugins/woocommerce/assets/fonts/star.eot”
EDIT: turns out that’s because with debug mode it didn’t edit the path anymore, but the original source was: “/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-grid.min.css”
I’m going to dig a little deeper here and will update with my findings, feel like the theme might be part of the issue here.- This reply was modified 2 months ago by xorinzor.
Forum: Plugins
In reply to: [Contact Form 7] Special mail tag [_url] returns wrong urlFor others running into this issue, make sure you check your referrer-policy.
For some reason, Contact Form 7 uses the Referrer header to determine the value of “_url”; thus if your referrer-policy is set to “origin” it will always only return the base url. If yours is set to “origin”, change it to “same-origin”.
More configuration options for the Referrer Policy can be found at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy