• 1) The image on this link demonstrates first issue: http://doyounu.com/shop/. On this “Shop” page, my four main products show up, but then they are duplicated right below in a section called “Showing all four results.” It does not make sense. It’s going to be confusing for my customers. How can I prevent the duplicate product images from appearing on my shop page?

    2) Issue two: http://doyounu.com/product/book-nu-plus-fashion-choker-silver/ On this product detail page… when you mouse-over the lightbox images, there appear to be rectangles for thumbnails… but there are no thumbnails in there. How can I eliminate these rectangles OR get the thumbnail images in there? I can find no configurations for the lightbox.

    Thank you for your help!

    • This topic was modified 9 years, 4 months ago by notrobo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 14479022

    (@anonymized-14479022)

    1) How are you setting up your Shop page? Looks like you’re using a shortcode in the page content as well.

    2) This is because of some custom CSS that you’ve added. Removing the following will show the images:

    
    .woocommerce img, .woocommerce-page img {
        margin-top: 147px;
    }
    
    Thread Starter notrobo

    (@notrobo)

    Marilizek, My theme, AccessPress Parallax, requires the shortcode to be in the “shop” page. That’s the only “content” in the page. So solution for 1) doesn’t work. If I remove the shortcode, no products show up at all.

    2) Worked! Thanks (forgot why that custom css was in there… hmmmm)

    Any other ideas re: 1)? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Two Issues — Need to Resolve, Please’ is closed to new replies.