Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Edit your ‘header.php’ file-

    Find:

    <title><?php bloginfo(’name’); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    Delete:

    <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?>

    (should be left with):

    <title><?php bloginfo(’name’); ?> <?php wp_title(); ?></title>

    yey!

    Ok, finally got it working. What did it was emptying out “/wp-content/uploads/js_cache” and uploading a fresh image to the Gallery.

    So here is everything I did:
    -Glitzfisch’s code fix
    -upgraded to the latest flash
    -disabled all plugins (although it works now with the plugins enabled)
    -cleared any files out of “/wp-content/uploads/js_cache”
    -cleared the cache out of firefox, closed the program, rinse and repeat.
    -delete images already uploaded to the gallery and upload new ones.

    Hopefully others get it working!

    Add me to the list. I try to insert an image (add media | insert into post)but I just get a white box with an x in the upper right.

    I tried Glitzfisch’s code fix, cleared the cache, and disabled all plugins but I still have the problem. I’m using wordpress 2.5.1 and have the problem in both firefox and ie7.

Viewing 3 replies - 16 through 18 (of 18 total)