jakkuftw
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] Auto resize backgroundWordPress overwriting my image with Backround Color in WP Appearance options..
Yes it’s seperate.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Auto resize backgroundHello,
I use in style.css:
html { background: url(images/background.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
Remove background image from menu and leave some bg color, because if I remove color, borders in each side dissapier.. So I have problem, website show color, but with dev tools if I remove bg with color, my img shown correctly..
Forum: Themes and Templates
In reply to: [Twenty Twelve] Auto resize backgroundI don’t know but it doesnt work for me.. :/ Too noob to make it.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Auto resize backgroundEverything was fine but, need to insert
<div style="max-width:500px;"> <img src="..." /> </div>
Where put this code ?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Auto resize backgroundBecause I don’t know where to put code from your link to tutorial.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Auto resize backgroundI don’t know how it is possible, but I cant find from where it’s generated:
Forum: Themes and Templates
In reply to: [Twenty Twelve] Auto resize backgroundYes I know it. But anyway background don’t auto fit with browser size.. I need to see background nice with aspect ratio in any resolution. Default img aspect ratio 16:9, in 4:3 resolution img can be centered, but hidden left and right sides..
Forum: Themes and Templates
In reply to: [Twenty Twelve] Auto resize backgroundYes. I’m using it. But in style.css dont find it:
body.custom-background { background-color: #F2836B; background-image: url('https://www.website.com/wptest/wp-content/uploads/2012/11/background.jpg'); background-repeat: no-repeat; background-position: top center; background-attachment: fixed;
Forum: Themes and Templates
In reply to: [Twenty Twelve] Auto resize backgroundI don’t find where is css with “body.custom-background {”