hjo3
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Simple style displays wrong in IE6/7I’m not too worried about the stuff caused by the theme as it seems to work well for others. I corrected the
<span...></a></span>
issue. It still displays incorrectly in IE 6 and 7 though, and that’s what I’m trying to fix right now. Does anyone know how to do that?Forum: Themes and Templates
In reply to: Simple style displays wrong in IE6/7Oh, right, thanks. Here’s the site: Link
Forum: Fixing WordPress
In reply to: Change style of link (bookmark) descriptionMy ampersands are all screwed up, but you get the idea.
Forum: Fixing WordPress
In reply to: Change style of link (bookmark) descriptionHi farinha,
I just figured out how to deal with this exact same issue. Basically, you want to find the
<?php wp_list_bookmarks('arguments'); ?>
part of your sidebar.php and add two parameters:link_after
andafter
. WordPress doesn’t seem to assume you ever want to wrap your link descriptions (since there are no description-specific parameters aside from the one that shows or hides it), but you can do it anyway by using these arguments.link_after
is what comes at the end of the link,after
is what comes at the end of the whole thing. The description is between those things. So, say you want italicized descriptions on a new line below the link (which is what I did for the site I’m currently working on); you’d do something like this:<?php wp_list_bookmarks('title_before=<h3>&title_after=</h3>&category_before=&category_after=&show_description=1&between=<br />&link_after=<i>&after=</i>'); ?>
HTH
Forum: Fixing WordPress
In reply to: “Previous Entries” link not clickable in Opera?Ah, yep, deleting the margin-bottom property in .navigation fixed it for me. Thanks a lot, guys!
Forum: Plugins
In reply to: PHP code for latest post title?Hmm, I get an error with it:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘,’ or ‘;’ in /home/.kathlee/hjo3/hjo3.net/wordpress/wp-content/plugins/exec-php.php(45) : eval()’d code on line 3
Any idea why? Again, my php skills are quite lacking. Thanks ??
Forum: Themes and Templates
In reply to: Difficulty using a 740x100px header imageSpencerp, you are a god.
Header’s totally fixed now, thanks
Forum: Themes and Templates
In reply to: Difficulty using a 740x100px header imageYou say cut an section out — out of which image? I tried editing kubrickheader.jpg, but apparently wordpress doesn’t actually use it for anything…? Maybe I need to edit header-img.php as well as header.php?
BTW, you can find my custom header image at https://www.hjo3.net/share/personalheader.jpg (might have to copy-paste that link).
Thanks ??
Forum: Themes and Templates
In reply to: Difficulty using a 740x100px header imagebump
Anyone?