CSS Paths break after site migration
-
Hi,
After moving my site from local to a dev domain wp less fails to compile any image paths correctly, e.g:
before migration on local:
background: url(https://localhost/cloud/tfi/wp-content/themes/tfi/less/../images/interface/site-logo.png) no-repeat;
then after migration to demo subdomain:
background: url(https://tfi.dreaminpixels.co.uk/wp-content/themes/tfi/less/) no-repeat;
It replaces every single path with
https://tfi.dreaminpixels.co.uk/wp-content/themes/tfi/less/
but without the actual file path, just the domain.ANy ideas?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS Paths break after site migration’ is closed to new replies.