raduletzgo
Forum Replies Created
-
Thank you very much.
OMG I am such an idiot. I should have looked in the footer.
I never thought it was in the footer.Anyway I added this:
<?php include("sidebar2.php"); ?>
to the footer and it works now.I am sorry 4 I am a n00b!
My first idea was to use that damn minus, but I did not use it and wasted a lot of time instead.#sidebar2 { margin-left: -250px; width: 200px; }This worked for me. Sorry for spamming.
Forum: Themes and Templates
In reply to: how do you replace the header.php filenow i see, it’s index.php that you have to replace. sorry my bad.
Forum: Themes and Templates
In reply to: how do you replace the header.php fileuse any ftp-client that you like, then go to the following directory and replace the header.php file with a backup that you should have on your home pc.
wp-content->themes->your theme namethis should help. if you have made any further changes besides that google analytics thing, then make a backup of that header file before replacing it.
Forum: Themes and Templates
In reply to: hide footer of a specific page with cssthx again for your help.
I tried
#footer p.credits { font-size:.9em; Arial; font-style:italic; text-align:right; } body.page-231 #footer p.credits {display:none; }but it didn’t work.
Here’s the link to the site I am talking about.
Forum: Themes and Templates
In reply to: hide footer of a specific page with cssthx for the fast answer.
I checked my header for body-class and it’s there.So my mistake was to put
#in front on page-231 ?I tried
body.page-231 #footer p.credits {display:none; }
but it didn’t work for me.So my footer is a unique element, therefore it’s id.
#footer p.credits { font-size:.9em; Arial; font-style:italic; text-align:right; }
This is new to me, so correct me if I’m wrong. If I add{display:none; }to the line above then the footer is not shown at all. I tried that and it worked so I must be making a mistake somewhere when I am trying to hide it on that page/?page_id=231.Forum: Themes and Templates
In reply to: change date size in autofocus themelol obv. thank you very much for your help.
i changed the following part in my stylesheet sytle.css
.home .post .bigdate{color:#fff;font-size:1.6em