Forums

[resolved] HELP! Please! Photos in posts suddenly gone awry! (3 posts)

  1. lebonchat
    Member
    Posted 4 years ago #

    So, we've got this blog up and running: http://www.TheGastronomicalTourist.com and for months all was well with the posts....

    Now, ALL OF A SUDDEN, the pictures (which were contained withtin the p tags parameters and confined to posting box size) are huge! Forcing the entire post to start BELOW THE SIDEBAR.

    What could have possibly happened? The author of the post swears he didn't touch anything (after I taught him how to create posts of his own so I don't always have to do it --as the lowly web-non-master I am ;-) But I can't figure out what suddenly changed.

    I'd love to get this fixed without having to go through and resize every image... Could it possibly have to do with me placing images in the sidebar (our new bloglinks)?

    Thank you one and all for your help--I desperately need it!

  2. lebonchat
    Member
    Posted 4 years ago #

    Oh, and here's what the sidebar code looks like (please tell me if you need to see other code to help--Thank you!):

    <div id="sidebar">

      <?php /* Widgetized sidebar, if you have the plugin installed. */
      if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>

      <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.

    • <h2>Author</h2>
      <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
    • -->

      <?php if ( is_404() || is_category() || is_day() || is_month() ||
      is_year() || is_search() || is_paged() ) {
      ?>

    • <?php /* If this is a 404 page */ if (is_404()) { ?>
      <?php /* If this is a category archive */ } elseif (is_category()) { ?>
      <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>

      <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
      <p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives
      for the day <?php the_time('l, F jS, Y'); ?>.</p>

      <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
      <p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives
      for <?php the_time('F, Y'); ?>.</p>

      <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
      <p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives
      for the year <?php the_time('Y'); ?>.</p>

      <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
      <p>You have searched the /"><?php echo bloginfo('name'); ?> weblog archives
      for '<?php the_search_query(); ?>'. If you are unable to find anything in these search results, you can try one of these links.</p>

      <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
      <p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives.</p>

      <?php } ?>

    • <?php }?>

    • <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    • <?php wp_list_pages('title_li=<h2>In General</h2>' ); ?>

      <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>

      <?php wp_list_bookmarks('orderby=order&category_orderby=order'); ?>

    • <h2>Tidbits</h2>

      <p><a href="http://www.seriouseats.com/"
      target="_blank"> <img src="http://thegastronomicaltourist.com/wp-content/uploads/2008/04/seriouseats.gif" alt="Ed Levine Eats" /> </p>

      <p> <img src="http://thegastronomicaltourist.com/wp-content/uploads/2008/04/carlo_middione_resized.jpg" alt="Carlo's Kitchen" /></p>

      <p> <img src="http://thegastronomicaltourist.com/wp-content/uploads/2008/04/chowlogo_small.jpg" alt="chow.com" /></p>

    • <?php endif; ?>

    </div>

  3. lebonchat
    Member
    Posted 4 years ago #

    Nevermind. Seems to be a problem on my end when viewing on diff. laptop with older IE.

    Cheers :-)
    kat

Topic Closed

This topic has been closed to new replies.

About this Topic