• Hello! I’m trying to clean up my current employer’s site – yes, know it’s messy and out of date, new one is on the way – and we’ve suddenly run into a bizarre issue: the featured images on posts is duplicating itself above the header, like so: http://woats.co.uk/rose-and-pistachio-granola/

    I can’t work out what’s doing this! Does anyone have any ideas of how to fix it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Lisa

    (@workingwebsites)

    I’m guess you’re using a colorbox plug-in for images?

    It looks like the image should be within the colorbox div and hidden, but it’s outside, and displayed.

    <div id=”colorbox” class=”” style=”padding-bottom: 42px; padding-right: 42px; display: none;”>….</div>
    <img width=”250″ height=”250″ src=”http://woats.co.uk/wp-content/uploads/2016/06/RoseGranola3-250×250.jpg&#8221; … >

    Try having a look at the colorbox set up, or see the image is in your template somewhere. You’ll be looking for something like ‘post_thumbnail‘ in the code. That’s what brings the thumbnail/featured image in.

    Thread Starter mikaella123

    (@mikaella123)

    Ah, thanks for this! Now just to find the colorbox set up…

    Lisa

    (@workingwebsites)

    Colorbox is probably a plugin — start there.
    Some where in the plugin there’s probably a ‘settings’ tab or page.
    Try that.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Featured Image Duplicating Itself’ is closed to new replies.