Title: Combine CSS file includes WPML language in CSS url
Last modified: February 2, 2020

---

# Combine CSS file includes WPML language in CSS url

 *  [freakman](https://wordpress.org/support/users/freakman/)
 * (@freakman)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/combine-css-files-include-wpml-language/)
 * I have a CSS with following code
 * `.my-class { background-image: url(/wp-content/image.jpg); }`
 * which loads image from root wp-content/ folder. If I enable combine CSS, for 
   some reason url is updated to include also domain. So it becomes
 * `.my-class { background-image: url(//my-domain.com/wp-content/image.jpg); }`
 * which works fine if I create a cache on root page (without language). But if 
   I create a cache (so first page access) on another language (for example de),
   it gets generated as
 * `.my-class { background-image: url(//my-domain.com/de/wp-content/image.jpg); }`
 * which is incorrect. It this a bug in a plugin or must I enable something?
    -  This topic was modified 6 years, 3 months ago by [freakman](https://wordpress.org/support/users/freakman/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/combine-css-files-include-wpml-language/#post-12395051)
 * it is a bug. can you contact me via email please: [https://www.wpfastestcache.com/contact-us/](https://www.wpfastestcache.com/contact-us/)

Viewing 1 replies (of 1 total)

The topic ‘Combine CSS file includes WPML language in CSS url’ is closed to new 
replies.

 * ![](https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586)
 * [WP Fastest Cache - WordPress Cache Plugin](https://wordpress.org/plugins/wp-fastest-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-fastest-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fastest-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fastest-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fastest-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fastest-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/combine-css-files-include-wpml-language/#post-12395051)
 * Status: not resolved