Viewing 7 replies - 1 through 7 (of 7 total)
  • newbie357, it looks like the theme (or maybe a plugin) you are using tries to automatically add a thumbnail next to the title. The top image you are seeing on each product in your Shop page is put there by WooCommerce. But that bottom image is being inserted by a theme template or plugin script. See how it’s a bit blurry? That’s because it’s taking the Featured Image for the product and creating a small thumbnail image to sit beside the product title.

    If you look at the HTML for each product a normal WooCommerce product title just looks like:
    <h3>Monthly Membership Coupon</h3>

    Whereas yours has extra elements inserted:

    <h3>
        <span class="h2-thumb">
            <img width="48" height="48" src="https://www.ourcarebooks.com/wp-content/uploads/2015/08/Free-1-Month-Membership-Special-150x150.jpg" class="attachment-48x48 wp-post-image" alt="" style="vertical-align:middle;">
        </span>
        <span class="entry-title-text">Monthly Membership Coupon</span>
    </h3>

    I’d check your theme’s content templates and/or functions.php file to see if you can find a place where an h2-thumb class is being added to post titles. I hope that helps to point you in the right direction!

    Thread Starter newbie357

    (@newbie357)

    Thanks. I did watch woo’s vid and did unck the thumbnail box (to no avail) n was hoping that was it.

    I see the Blurriness but still don’t get what I’m supposed to do.

    Well, it’s your theme: Raindrops that is adding the second image. The theme developer has defined a function called ‘raindrops_fallback_title’ which inserts the extra thumbnail. Specifically, if I comment out code line 4064 in the functions.php file, the additional image goes away. But that’s just a quick hack to identify where the problem ends (not where it begins), and commenting that line out would impact other areas on your website besides just the Shop page.

    It doesn’t sound like you are familiar with code, so the gist of it is, there isn’t a simple checkbox fix for this issue. You’re best bet is to contact the developer for the Raindrops theme and see if they can point you to the right way to override that functionality.

    Thread Starter newbie357

    (@newbie357)

    Thanks AEG-wiz, ??

    Not getting any help so maybe I’ll try 1 staring him and see if that helps.

    I’m so amazed how none of these themes work. Good thing they don’t build cars! Yikes. They s/not be allowed on WP or hosting if shoddy. S/not be sooo many Support problems and us spending 100s of hours fixing their crappola. Very surprised at all this.

    WooCommerce pg said we also needed to dnload Another plugin for Thumbnails. Didn’t help.

    You’re welcome, newbie357 ??
    I do think it’s important to remember though that these are free resources you are using. That doesn’t excuse shoddy work, but it does mean that developers have generously put their time and talent to use without charge, so that others may build websites without advanced skills, knowledge, or investment. It can be hard to keep up with support requests, and the developer may just not be able to respond immediately.

    You might be better served by choosing a WordPress theme that explicitly supports WooCommerce. There are many of them out there, and it should address the kind of conflicts you are experiencing with thumbnails. Raindrops simply wasn’t tested for use with WooCommerce. That doesn’t mean you can’t use it, but with any theme that hasn’t taken WooCommerce support into consideration specifically, there may be minor issues such as this one you’ve encountered – really, through no fault of the developer.

    Thread Starter newbie357

    (@newbie357)

    I have no problem paying and if I could find a theme that actually works I plan on paying them even if I don’t need to.

    I believe someone s/b paid for their work.

    “respond immediately” as you can see, I’ve not recd Any reply from him. You are a rare gem to reply & it’s appreciated. I agree with you & I started with your sugg and ran into many other problems w/their themes.

    ◤???◥ ?(???)?

    Thread Starter newbie357

    (@newbie357)

    There are hundreds (thousands) of ppl in Support with problems & no replies for their Premium Themes they Did buy. That’s just not spiritual, ya know? And I’ll go back and look and analyze more Themes for ecommerce and ebooks. yuck

    Annyway, you get a Girl Scout Button. lol

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Duplicate Product pics showing’ is closed to new replies.