• Wishlist was working fine until the last update to from 3.0.23 to 3.0.25.

    Now, the wishlist-page shows the product thumbnails twice. Same thumbnail stacked above each other.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Antonio La Rocca

    (@therock130)

    Hi there

    it is really strange; I checked on my local installation, and as you can see I cannot replicate the issue

    Besides, I checked the changelog of versions 3.0.24 and 3.0.25, and the commits on wishlist-view template, and nothing was changed in that specific location in these two last releases

    Could you please share an url to your wishlist page, so that I can check?

    Thread Starter wpawd

    (@wpawd)

    Hi there,

    Thanks for the reply.

    Here is the URL so you can check: unxpressed.com

    Please note that when resizing the browser window, the duplicate picture disappears and wishlist is displayed correctly…

    Thanks

    Plugin Support Antonio La Rocca

    (@therock130)

    Hi again

    This is really strange; at the same time, I don’t think this comes from our plugin, as I cannot replicate locally
    I’d ask you to check with another theme, if possible, just to confirm that the problem is not caused by your specific template

    Anyhow, given that I don’t know what is causing the issue, the best option that I can offer you is to hide duplicated image via CSS

    .wishlist_table td.product-thumbnail a img + img {
        display: none;
    }
    

    Try to add this code at the end of Additional CSS section of your theme customizer (WP Dashboard -> Appearance -> Customize)

    Thread Starter wpawd

    (@wpawd)

    Thanks for checking.

    Strange it is… It all worked fine until the update. The theme got not updated in this timeframe. Anyway, I am working on another site and I will see soon if I run into the same issues there. For now, the css fix works for me, thanks for sharing. During development of the new site I will investigate further and see if the issue persists and share the new information here…

    Thank you

    Thread Starter wpawd

    (@wpawd)

    hi again,

    the css works fine on desktop and tablets. But on mobile phones the issue persists and there are still duplicate pictures visible.

    I guess it gets overridden by the wishlist css. I tried to add !important to the provided css snippet, but still both pictures are visible on mobile phones.

    .wishlist_table td.product-thumbnail a img + img {
    display: none !important;
    }

    Thread Starter wpawd

    (@wpawd)

    ?

    hi, I have same issues, two thumbnails product images in wishlist-page, refer to this screen shot shorturl.at/fBELW, although the ccs code can hide one thumbnail image, but it only works in desktop browser. mobile will still have duplicated images. thanks for assisting

    Hi there,

    having the same issue.

    Narrowed it down to the Siteground Optimizer Plugin and the lazy load function. So it seems caching plugins may cause the error.

    Is there a fix to this?

    Many thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘wishlist page shows thumbnails twice’ is closed to new replies.