Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1265884
    AdrianL
    Participant

    So I am having an issue with my product archive. The featured image is being shown twice, one literally stacked on top of the other one. An inspection of the page code shows that

    <div class="entry-featured"><a href="http://www.i3imaging.com/product/3m-gold-squeegee-4/" class="woocommerce-LoopProduct-link"></a><a href="http://www.i3imaging.com/product/3m-gold-squeegee-4/"><img width="500" height="400" src="http://www.i3imaging.com/wp-content/uploads/2016/10/3MGold01-500x400.jpg" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="3mgold01"></a></div>

    is present twice in the code.

    <div class="entry-featured"><a href="http://www.i3imaging.com/product/3m-gold-squeegee-4/"><img width="862" height="534" src="http://www.i3imaging.com/wp-content/uploads/2016/10/3MGold01-862x534.jpg" class="attachment-entry size-entry wp-post-image" alt="3mgold01"></a></div>

    I have tried disabling all my plug-ins, to no effect. I tried the solutions presented in the other posts about this issue, but they didn’t work. I need to get rid of this secondary thumbnail.

    I’ll reply to this with some administrative credentials, thank you!

    #1265885
    AdrianL
    Participant
    This reply has been marked as private.
    #1266120
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Could not check your setup further. It redirected me to google.

    Let us know how it goes.

    You could also share us your FTP so we could check the code if you missed something upon customization.

    Don’t forget to set it as private reply.

    Thanks.

    #1267031
    AdrianL
    Participant

    Redirected you to google? That doesn’t make much sense, unless you’re trying to connect to the site from outside the US? If that is the case, I can change my security settings. I will try to find the FTP details (I don’t use FTP to access the site)

    #1267292
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .entry-product .entry-featured:nth-child(2) {
        display: none !important;
    }

    Let us know how this goes!

    #1268245
    AdrianL
    Participant

    That fixed it! Thank you!

    #1268330
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1265884 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>