Minify css problem with full domain path – WPML domain setup
-
Have WP with WPML (domain setup, 3 domains: DE with domain xxxx.de, EN with domain yyyyy.com and SI (Slovenian) with domain zzzzzz.si..
I got problem with minify css – orginal file have relative pathbackground-image: url('assets/img/svg/caret-bold.svg');
When I look cached file on SI domainwpo-minify-header-style.min.css
gotbackground-image:url(https://xxxx.de/wp-content/themes/mymobilehomes/assets/img/svg/caret-bold.svg)
full path from main domain and not of Slovenian domain.. And now cached files are loaded from xxxx.de domain, but assets are loaded from zzzzz.si domain..
Is it possible to disable full path and use local path for css minify?
- The topic ‘Minify css problem with full domain path – WPML domain setup’ is closed to new replies.