Tagged: background image
-
AuthorPosts
-
March 11, 2015 at 12:01 pm #409760
Morning!
I can’t get my background-images visible from my header and main container.
I’ve used the Enfold styling tool and I’ve also used custom CSS but nothing appears…..
Any idea what’s going wrong?
you can see the problem at http://emmygoldbach.nl/Thank you!
March 11, 2015 at 12:44 pm #409775Hey Noucky!
Please update Enfold to the latest version 3.0.8 – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitMarch 11, 2015 at 12:59 pm #409790Thank you, but this didn’t resolve the problem :(
March 11, 2015 at 1:05 pm #409796Hi!
Images cannot be found. Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
Cheers!
YigitMarch 11, 2015 at 1:41 pm #409820This is not the problem, I’ve checked this. the folder is 755-proof
And other images are still visible….
I’ve no ideas left.March 12, 2015 at 2:40 pm #410467Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .header_bg { background: #ffffff url(https://emmygoldbach.nl/EG/wp-content/uploads/2015/03/Holistische-massage11-300x35.jpg) top left no-repeat scroll; background-size: cover; } html { background-image: url(https://emmygoldbach.nl/EG/wp-content/uploads/2015/03/Goldbach-Massagetherapie1.jpg)!important; background-size: contain !important; }
Regards,
YigitMarch 12, 2015 at 5:37 pm #410602Thank you, but this doesn’t work :(
I’ve placed this in the custom css (just as before) but nothing appears…..
I really need help!March 14, 2015 at 9:23 pm #411571Hey!
Try with this:
#top .header_color .header_bg { background: #fdefef; background: -moz-linear-gradient(left, #fdefef 0%, #d280bf 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdefef), color-stop(100%,#d280bf)); background: -webkit-linear-gradient(left, #fdefef 0%,#d280bf 100%); background: -o-linear-gradient(left, #fdefef 0%,#d280bf 100%); background: -ms-linear-gradient(left, #fdefef 0%,#d280bf 100%); background: linear-gradient(to right, #fdefef 0%,#d280bf 100%); } html{ background: url(https://emmygoldbach.nl/EG/wp-content/uploads/2015/03/Goldbach-Massagetherapie1.jpg) !important; }
Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.