Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
Thanks for awesome theme for wordpres!
I have problem with footer background image, It shows on frontpage but not on any other page. Can some one help me
Code:
.layout-full #colophon {
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
background-image: url("wp-content/uploads/2016/05/Footerin_Tausta.png");
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
background-position: 50% 100%;
}I have tryed to change background attachment to initial, i have tryed to but same code to #colophon. But it wont work on every single page!
Hi Riku
Thanks for your support. Try changing your background image URL to an absolute URL. In other words, change this:
wp-content/uploads/2016/05/Footerin_Tausta.png
to the full URL, include your domain before wp-content.