Image duplication

Hi there,

I contacted you a few weeks ago about featured image duplication appearing in search results when people use the magnifying glass search tool. You suggested adding this piece of code into the CSS: .archive .attachment-entry-cropped {
display: none;
}

This worked, but only temporarily as now the featured images are duplicating again (view here) - can you tell me how to get rid of the duplicating images permanently. I know you will tell me to update the theme, but I cannot do this as so many things went wrong last time when I did update the theme and cost me more than £500 to get them all fixed.

Hi KateLovell,

Please replace the previous snippet with this one:

.search .attachment-entry-cropped {
    display: none;
}

This should work fine.
Thanks.

That’s done the trick - thanks so much

you are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.