This topic has 6 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
Images uploaded and scaled that are then set as Background Image in the customizer are added to the background-image property in kirki-styles.css with incorrect syntax.
E.g.
body {
background-image:file-name-scaled.jpg;
}
instead of the expected
body {
background-image: url("file-name-scaled.jpg");
}
This results in the image not loading properly.
Hello, LazyFly,
Thank you for contacting us and for using XStore.
We’ve checked on our test site: Theme Options > Styling/Colors > Background Image and it works fine – https://prnt.sc/CIuBNAoADEem
Please describe in more detail what exactly option works incorrectly.
Kind Regards,
8theme team
I’ve tried this with multiple image files of various sizes and resolutions, and it only seems to occur with one file in particular where when it is set to the background image, the CSS is added without the “URL(…)” syntax.
Curiously, it doesn’t matter if I resave the file, change its name, or directly select the server-created scaled image. I even tried saving it as a different image file type entirely and it still exhibits this behavior.
Hello, LazyFly,
How can we re-create the problem on our test site?
Upload files on a filesharing service, for example – https://wetransfer.com/ , and provide us with URL.
Kind Regards,
8theme team
Linked image file that is giving me trouble, thank you.
Hello, LazyFly,
Thank you for your response.
Private Content
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up