• Resolved Jennifer Finch

    (@jennifinch)


    Greetings,

    I seem to have an interesting issue. I am using Twenty Ten’s Header feature and all is working well. The issue I am having is that if I desire to create a gallery using the gallery short code, my header images will appear as the thumbnail and not the size I declared in the settings–>media gallery–> thumbnail sizes.

    Is this an issue that be resolved? Do I need to install the:

    <?php add_theme_support( 'post-thumbnails' );
    set_post_thumbnail_size( 50, 50 ); // 50 pixels wide by 50 pixels tall, box resize mode
    ?>

    or something else?

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s probably this line in functions.php that’s causing your problem:

    set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );

    Are you uploading fairly large images (larger than 900 x 190)?

    Thread Starter Jennifer Finch

    (@jennifinch)

    Esmi,

    Thank you for your response. I did set the code you listed above to specify the header img size I desired.

    But guess what!? I figured out that was problem is with my server company. I did not have ImageMagick or GD Library installed, therefore no image sizing on the server side could occur. So many things to “links in the chain” about!

    Thanks Again.

    Could someone please help. I am new to WordPress and found this particular forum because I am having trouble getting new header images to load. This has occurred in the theme twenty-ten and others. I go to “header,” find picture under upload image – browse. I locate file and then “open.” If the file size is not too large, I get the cropping screen. After clicking the “crop and publish” button, I get the message:

    Image could not be processed. Please go back and try again.

    I installed the plug-in Image Magick. No difference.
    Any assistance appreciated!

    For anyone looking for a solution to Mulderico’s problem:

    http://h3x.no/2011/03/06/wordpress-image-could-not-be-processed-please-go-back-and-try-again

    Worked for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twenty Ten Header Image verses Media Librarary Gallery’ is closed to new replies.