Class
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Newbie: WP on local machineDid you look at the Apache docs? https://httpd.apache.org/docs/2.0/platform/windows.html
Forum: Fixing WordPress
In reply to: A Few Problems350z, in my CSS I have:
.entry blockquote p {
border-left-width: 5px;
border-left-style: solid;
border-left-color: #CCCCCC;
margin: -15px 0px 5px;
padding: 0px 0px 0px 3px;
}
That takes care of mine, although it’s not finished (see where the border disappears when it’s next to a picture : https://timmi.pointclark.net/archives/41).Look at the source for the page you want to change, like on my https://timmi.pointclark.net/om/ , there is a
<div id="container" class="singlecol">
, check if it has margin or padding left.Forum: Installing WordPress
In reply to: A width-related questionHave a look at the CSS for the theme you are using, in my (modded Blix), there is a
<div id="container" class="singlecol">
. Just make it wider should do the trick.
If unsure of what the CSS is doing, view the source for the page in your web-browser.Forum: Fixing WordPress
In reply to: A Few Problems1: Do you have a header.php file in your theme? Look for something like
"><?php bloginfo('name'); ?>
2: I have something like
.entry img {
in my CSS.
float: left;
padding: 0px;
border: thin solid #ccc;
margin: 5px 5px 5px 0px;
}Forum: Fixing WordPress
In reply to: How To LIMIT Number of Comments…If you just want to display the last, say 10 comments, I guess you can modify the SQL somewhere. I don’t know where exactly but someone else might provide you with the details.
Forum: Installing WordPress
In reply to: Database connection problemWhat error message does WordPress give?
Forum: Fixing WordPress
In reply to: Submenu in Blix?Thats great, thanks alot Lorelle.
I kinda assumed foldable menus was JS and never checked it out… It sounds JS-ish ??Forum: Your WordPress
In reply to: https://timmi.pointclark.net/NM, I found your post and left a comment on your site ??
Good work, nice site.Forum: Your WordPress
In reply to: https://timmi.pointclark.net/Thanks for the kind words userx, the dark line is supposed to be there, sort of breaking up the design abit, maybe it’s not a good idea, I’m still thinking about it ??
I went to https://www.progressiveink.com/ and it looks very nice, but you stopped using it? Maybe I checked the wrong link?
Forum: Your WordPress
In reply to: https://timmi.pointclark.net/Anyone? Is it that bad? ??
Forum: Fixing WordPress
In reply to: How to remove the text ‘RSS feed for comments on this post’?In comments.php: edit
<?php comments_rss_link(); ?>
Forum: Installing WordPress
In reply to: Please previewI think it looks good ??
Maybe use two columns instead of three? The main column looks abit lonely when the second and third is scrolled past?
Just my opinion, good work.Forum: Installing WordPress
In reply to: Database connection problemHmm, do you have shell access? If so, could you try a “mysql -u scrubsfi_wp1 -p” ?
I’m kinda lost without a shell prompt ??Does db scrubsfi_wp1 exist? From the previous working WP?
Do you have access to db and http error logs?Forum: Installing WordPress
In reply to: Error after installchmod -R FOLDER should do it butI don’t know your software. Are you hosting this yourself? (I looks like it from the folder names) Else you could ask your webhost for help?
Forum: Installing WordPress
In reply to: Database connection problemDid you create the wp-config.php file? Edit it? What permissions does it have?