sportbiker
Forum Replies Created
-
Forum: Installing WordPress
In reply to: No graphic header after installationSame problem. Upon upgrading 1.2 to 1.5 the background images disappeared. I didn’t touch the images folder, and the URLs in style.css is correct.
Forum: Fixing WordPress
In reply to: Trackback in WP 1.2Put me down for also having trackbacks do nothing in 1.2 . I’ve now tried twice, and to two different blogs, but neither one received the trackback.
Forum: Fixing WordPress
In reply to: Google_hilite questionThat looks more like it. I’ll have to install it (but not today) and give you an update. Thanks.
Forum: Fixing WordPress
In reply to: Google_hilite questionOIC. I got it to work but it’s not what I was expecting. I thought it would show me a list of all the search terms people have used to get to my site.
Is there a way to accomplish that?Forum: Fixing WordPress
In reply to: Bookmarklet using MacintoshThe code queries the useragent to see if it’s Safari. I don’t know enough about Java to know what it’s doing, but it is a definite test.
Forum: Fixing WordPress
In reply to: Separating link categoriesDoing this…
#menu ul {
margin-top: 0;
padding-left: 0;
margin-left: 0;
list-style: none;
color: #B54141;
/*text-indent: 1000em;*/
margin-bottom {
20px;
}
}
…created an indented structure but not a blank line between the link categories. Substituting the first option did similar.
Further suggestions?Forum: Fixing WordPress
In reply to: Separating link categoriesI looked at the layout.css file and see the menu section but it isn’t obvious to me what to insert. Would you give me a code snippet to show me?
Forum: Installing WordPress
In reply to: “Point you browser”?https://tangent.ceejaycee.net/wp-admin/upgrade.php generated this:
Unable to connect, SSL_connect() failed: [627:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:470:
]Forum: Installing WordPress
In reply to: “Point you browser”?404 ??
Forum: Fixing WordPress
In reply to: Separating link categoriesmake that:
…combinations of paragraph break and line break tags in the ‘before’ and ‘after’…Forum: Fixing WordPress
In reply to: wp-config error?When I looked at those in wp-config.php they were already customized to my blog’s name. As I mentioned, the sys admin set it up and it’s been working for weeks. Would the info spontaneously combust?
Forum: Fixing WordPress
In reply to: wp-config error?I didn’t set them up, the server admin did and they’ve been working fine. Why did they choose to break now? I wouldn’t know how to change them even if I wanted to, so can you be more specific with directions?
Forum: Fixing WordPress
In reply to: Problem with upload.phpsame problem here…it seems to upload fine, but the file doesn’t appear in the target directory.
Forum: Fixing WordPress
In reply to: Static “like” pagesI copied index.php, by trial and error stripped out the code that prints the blog entries themselves and the menu down the right, then manually added HTML code to create my bio page. I renamed it “mark-bio.php” and created a link to it using the WP interface.
Forum: Fixing WordPress
In reply to: placing quicktagsI tried it on Safari and Camino and no luck. Camino wouldn’t even draw the WP window correctly, let along place the tags where I want them. I haven’t tried IE for OS X b/c I think I read somewhere I shouldn’t even try that one…