• I just upgraded following podz’s step by step instructions (thanks for being so clear) and a couple of wonky things happened.

    http://www.katskitchen.katsstuff.com

    1) My graphic is no longer showing up in the header and I’m not sure what the path is supposed to say. I have a folder called ‘graphics’ inside the katskitchen folder (exactly as before) so since that part didn’t change why isn’t my graphic showing up?

    2) Also, when you look at the side bar the top four boxes the font and text alignment of the titles changed. ??

    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter justkat

    (@justkat)

    Okay – I figured out the graphic deal. Any ideas on the wonky sidebar text?

    Nice to see you back 🙂

    My guess is that it’s the h2 tag which has been introduced.
    If you edit the core file indicated here, it should revert. If it does not, let us know 🙂

    http://wordpress.org/support/topic.php?id=24245

    Thread Starter justkat

    (@justkat)

    Thanks for your reply. ;o) My wp-includes/links.php file doesn’t look like the one you referenced in your link. It looks like this:

    // Display the category name<br />
    echo ' <li id="'.sanitize_title($cat['cat_name']).'">' . stripslashes($cat['cat_name']) . "nt
    <ul>n";<br />
    // Call get_links() with all the appropriate params<br />
    get_links($cat['link_category'],<br />
    '
    <li>',"</li>
    ","n",<br />
    bool_from_yn($cat['show_images']),<br />
    $orderby,<br />
    bool_from_yn($cat['show_description']),<br />
    bool_from_yn($cat['show_rating']),<br />
    $cat['list_limit'],<br />
    bool_from_yn($cat['show_updated']));

    // Close the last category<br />
    echo "nt</ul>
    n</li>
    n";

    There are no <h2> tags in the file. Any other suggestions?

    <div id="menu">

    <ul>
    <li id="linkcat-2"><h2>About Me</h2>
    <ul>

    There is definitely a h2 being added.
    Try styling the h2 instead ?

    #menu ul li h2 {
    put your style here
    }

    Thread Starter justkat

    (@justkat)

    Excellent! Everything is back to normal except the pop-up comments. I’ve got to do a little tweaking there (just cosmetics).

    Thanks a million and just to let you know I’ve relied on your tutorials a LOT, so I really appreciate that you’ve taken the trouble to set them up.

    Kat

    Glad it worked, and Thank You 🙂

    (It’s nice to see people popping back !)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Upgraded – Graphics & Text Question’ is closed to new replies.