fht
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Been trying for hours header problem.Congratulations – you did it! ??
So, what was the problem in detail?
Forum: Fixing WordPress
In reply to: Been trying for hours header problem.just leave the
header.php
“alone” (remove the changes!) and go to the header-section in your stylesheet and paste the code I gave you above. Don’t forget to put the correct values there (especially image-size, -path, -name)Worst that can happen is that it doesn’t work ??
Forum: Everything else WordPress
In reply to: osCommerce and WordPresssame here – already tried to do it a few months ago but wasn’t working the way I wanted it to…
Forum: Fixing WordPress
In reply to: Been trying for hours header problem.Although I use another Theme I did it by adding
#header {
background:#fff url(img/rap.jpg) center repeat-y;
width:760px;
margin:0 auto;
}
to the HEADER-section in the file
style.css
as Ennis already said above.Maybe this one works for you (don’t forget to alter the filename and location!)?
Forum: Fixing WordPress
In reply to: How do I edit the heading of my blog?uhm – the question was from jeanne!
So the question goes out to her ??
Forum: Fixing WordPress
In reply to: How do I edit the heading of my blog?I opened the given URL – but at first this doesn’t seem to be a WordPress-site – and second I don’t see the stated problem anywhere…
Forum: Themes and Templates
In reply to: Theme’s do not take affektYou’re absolutely right, nearlythere – didn’t put too much thinking into it. Just wanted to point out that there is the possibility to import “external” CSS-files!
I am wondering how he/she get’s the “?—” there instead of the “x” – I can’t even find it on my keyboard!
Forum: Fixing WordPress
In reply to: Been trying for hours header problem.*hehe*, and you really think people will help you any faster if you get impatient? =:-)
Anyway – it took me about 25 Minutes to read your question, look for the original template and “find” the solution:
open
index.php
in your theme’s directory and look for
/* BEGIN IMAGE CSS /
– this should be around line 15-20 – and edit it to fit your needs.Regards,
— FHT
Forum: Themes and Templates
In reply to: Theme’s do not take affektJust tried to import you CSS into my wordpress-installation on https://www.pixelcow.com/blog/ => works!
Maybe you should edit your theme’s index.php and look for
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style>and replace it with
<style type=”text/css” media=”screen”>
@import url( https://blogs.0x06.net/wp-content/themes/green-marinee/style.css );
</style>Might not be the cleanest solution – but it works =:-)