• Resolved WP Speed Optimization

    (@madeiranetwork)


    Hi,

    When I post an ad, it displays 2 images when I only submited 1 image, one above the headline and one under the headline of the product page (the same image twice).

    How do I get it to only display one image? Seems odd to me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginsware

    (@pluginsware)

    The other image must be coming from your theme. Kindly get me your site link. So, I can suggest some CSS code as the fix.

    Thread Starter WP Speed Optimization

    (@madeiranetwork)

    Hi there,

    I use this right now just on the page with the specific ad-details.

    .acadp img {
        display: none!important;
    }

    But if I place that default on the website it takes away the listings images aswell so I need to know how to adapt the code to just remove images on the ad-detail pages ..

    Plugin Author pluginsware

    (@pluginsware)

    The other image must be a featured image added by your theme. So, find the class name your theme gives for the featured images. Let me assume it is “entry-thumbnail”. Then, you will need to use the following CSS code to only remove the duplicate image.

    .single-acadp_listings .entry-thumbnail { display: none !important; }

    Hope, this helps you.

    • This reply was modified 7 years, 8 months ago by pluginsware.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Double attached images on a product page?’ is closed to new replies.