wreckom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: changing the URL for my blogThanks for the answer manntis, but I’ve got it working now 🙂
Forum: Fixing WordPress
In reply to: changing the URL for my blogSorry I’ve tried a few things following instructions on Giving wordpress its own directory, but I can’t make it work. It’s either very simple and I can’t see the obvious solution, or (as I most fear) it demands advanced knowledge, tweaking stuff that I don’t want to put my hands in, or I don’t know what … Still, any help would be appreciated.
Forum: Fixing WordPress
In reply to: changing the URL for my blogI’ve read it again and again and I can’t really work out how to make it work. Thing is that it says to move the .ht_access to the root directory (fine) but I already have the same type of file there, so should I merge them together?
Forum: Fixing WordPress
In reply to: Another IE7 css issueWell, I’ve modified the ie7.css file and it looks like it’s W3C valid, but I still can’t find a hack or a way to make those hover buttons and fix the cropped title bar.
I also have a question about valid php code : I’ve tested my php files and a few others from random blog themes, and I often get the same error type, as for instance the following one :
Line 2, Column 44: unclosed start-tag requires SHORTTAG YES
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>/>
Line 2, Column 75: character data is not allowed here
…99/xhtml” <?php language_attributes(); ?>/>
Can anyone point to resources where I can find something that can help me fix that ? Thanks again for any help.
Forum: Fixing WordPress
In reply to: Another IE7 css issueThanks for looking at it iridiax. I’ve deleted the ie6.css and ie7.css since they weren’t working, and I’m looking at trying something else from a clean slate, based on the style.css file that I’m using so far and which is working on most browsers.
I’m trying fixing HTML errors in the W3C validator, but most errors being returned are apparently due to lines involving php code, and I’m very bad at it (I’m only looking at the header.php file for the moment).
Any further help will be greatly appreciated.
Forum: Themes and Templates
In reply to: Post footer problemWow, that’s it now it works !! I’m even feeling embarrassed as it looks damn simple once I got my nose on it. Thanks a million chaoskaizer !!
Forum: Themes and Templates
In reply to: Post footer problemOk, thanks for the tip. So that would do with the index.php right ? Just need a global direction as where to look at.
Forum: Themes and Templates
In reply to: Post footer problemForgot to join the css bit for the footer only, thought it might help :
/* POST FOOTER */
.postfooterend {
width: 5px;
height: 32px;
background: #ffffff url(images/blockComment_left_end.jpg) left top no-repeat;
float: left;
text-align: center;
}
.postfooterend2 {
width: 5px;
height: 32px;
background: #ffffff url(images/blockComment_right_end.jpg) right top no-repeat;
float: right;
text-align: center;
}.postfooter {
margin-top: 15px;
margin-bottom: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: url(images/blockComment_middle.jpg) top repeat;
display: table;
#position: relative;
width: 490px;
overflow: hidden;
height: 32px;
}.postfooter2 {
background: url(images/block_end.jpg) right top no-repeat;
}.postcomments {
margin-top: 10px;
margin-left: 6px;
background: transparent url(images/button_comment.jpg) left center no-repeat;
height: 11px;
padding-left: 18px;
color: #000000;
float: left;
}.posttags {
margin-left: 20px;
background: url(images/button_tags.jpg) left center no-repeat;
height: 24px;
padding-left: 18px;
color: #000000;
width: 290px;
#position: absolute;
#top: 50%;
display: table-cell;
vertical-align: middle;
}
.posttags2 {
margin-left: 20px;
height: 24px;
padding-left: 18px;
color: #000000;
width: 290px;
#position: absolute;
#top: 50%;
display: table-cell;
vertical-align: middle;
}
.postfooter a{
text-decoration: none;
color: #000000;
}
.postfooter a:hover{
text-decoration: underline;
}.postnr {
width: 50px;
height: 32px;
background: #ffffff url(images/blockComment_right.jpg) right top no-repeat;
float: right;
text-align: center;
}
.postnrtext {
width: 20px;
padding-left: 15px;
padding-top: 0px;
margin-left: 6px;
margin-top: 8px;
background: transparent url(images/button_order.jpg) left center no-repeat;
height: 20px;
color: #ffffff;
}.post p {
padding-bottom: 15px;
}
.posttext a {
color: #000000;
}
.post ul, .post ol {
padding-left: 25px;
}h3.single_h3 {
font-family: “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
color: #000000;
text-align: center;
margin: 0;
}Forum: Installing WordPress
In reply to: Errors with local installMy bad, I’ve solved that thing now. Sorry for the useless post.