• Resolved oceangoing

    (@oceangoing)


    I’m using WP 3.2.1 and Header Image Slider 0.3.

    Everything is working fine, but one snag: the slider only displays the two thirds of the image; the right-most third is cut off (but the image fills the space properly otherwise). The images are the correct size; this happens with both the images that come with Twenty Eleven, and with newly uploaded images. Same in FF, Chrome, and Safari, so not a browser problem.

    The images look completely fine in the Header admin preview, complete images displayed there.

    I’m not running any other plugins. I have a theme called “Digital Raindrops 2011 Color Master 1.2 by Digital Raindrops” – it’s a Twenty Eleven child. I did deactivate it and tried the slideshow with Twenty Eleven, still same problem with images in Slider.

    Any help would be appreciated.

    ETA: Correction: the image is also cut off at the top and bottom, not just on the right. Compare this screenshot to the default image in Twenty Eleven.

    https://www.ads-software.com/extend/plugins/header-image-slider/

Viewing 1 replies (of 1 total)
  • Thread Starter oceangoing

    (@oceangoing)

    Sorry, I see now that this was already reported here.

    Since I’m probably going to have very few fixes, I’m going to use the following clumsy fix:

    1. In the theme’s header.php, change these lines
    <img src="<?php header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="" />
    to
    <img src="<?php header_image(); ?>" width="699" alt="" />

    2. Resize the images I’m using to 699px width.

    Just posting it in case it helps someone else as a quick fix. Hope someone will come up with a real solution soon!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Header Image Slider] Only part of the image is displayed’ is closed to new replies.