yochito
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help, huge white gap…Plus there is another thing I do not understand:
Every headline and the syndication links on the sidebar are all centered!? They were aligned to the left yesterday – how can I change this back (I didn’t change it in the first place).
Thanks!
Forum: Fixing WordPress
In reply to: Break up the posts to add a banner?Thanks that was what I am looking for, though I don’t want to use it for AdSense only.
Forum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsThanks thats what I was looking for. I gonna try it this way and otherwise I have to stick with the grey background.
Cheers!
ReneForum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsMaybe I don’t explain exactly what I like to do or no one understands what I want but if I just delete the “url(‘images/top-bg.gif’)….” than the black bar at the top is only in the middle, but I want to keep it the way it is (meaning: over the whole page).
Sure I can try to add:
“background-image: url(….)…” but this one is not shwon on the site.Again the light grey background to the right and left should be replaced with the new background image – not the back bar at the top!
And again thanks for the help so far, that is really nice of you, though I am a bit frustrated that it doesn’t work ?? .
Forum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsMaybe you have to delete your cache to see the change.
Forum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsI changed it back because it is not what I wanted but I do it again for you. Just open my website: https://www.yochitosway.de
The image you see in the header is the image I would like to have instead of the grey background. I have just changed the top-bg.gif to top-bg3.gif.
Forum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsOk here is what I tried now:
I have replaced the #ccc with a #fff and the background changed from grey to white. So far so good – just as you said, but again if I replace the top-bg.gif (which is a black color accordingly to the black header bar) than only the header bar is changed and the background is still grey.
Forum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsExactly, if I change the top-bg.gif:
“background: #ccc url(‘images/top-bg.gif’)”
to something else or if I just replace the gif file than only to top bar is replaced! Or do I have to change the position than?
“repeat-x top left;”
Forum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsThanks, that helped a bit, but doesn’t the top-bg.gif just change the color of the top bar?
I still wonder how the whole grey background can be changed?
Forum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsI think the problem here is that in my version of Unsleepable background is done by a css tag – otherwise I don’t know what’s going on.
Anyone any ideas?
Forum: Fixing WordPress
In reply to: CSS / Picture Overlays?Yeah it is in the body tag – that’s what I meant!I think the problem is that it doesn’t work because of the Lightbox thing.
Forum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsSeriously it is not my Unsleepable folder.
Forum: Themes and Templates
In reply to: Unsleepable / K2 Theme – 2 QuestionsThanks so far. The bumber of post display works but…
Where is the body_bg.gif? Seriously I don’t find it nor do I find a reference in the php files!?
Yours,
ReneForum: Fixing WordPress
In reply to: CSS / Picture Overlays?The DIV was closed, though I didn’t add a . The problem is that although I have added a width and height into the #overlay a greyish half transparent image is laid over 70% of the screen (you can still see the blog). That’s not what I wanted – I don’t get it…!
Forum: Fixing WordPress
In reply to: CSS / Picture Overlays?Thanks for the tip, but… I tried the div container approach but it destroys my theme completely.
That’s what I tried:
In the CSS file:
#overlay {
background-image: url
(‘https://www.yochitosway.de/wpcontent/themes/
unsleepable/images/content.png’);
background-position: top right;
background-repeat: no-repeat;
background-attachment: fixed;
}Than I added a <div id=”overlay”> right behind the <body> tag in the header.php but it has completely destroyed the theme.
How can I change this!?
With best regards,
Rene