Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #356858

    Hi, I use woo-commerce and I would like to remove the product featured image from showing on the single product page, i was looking for a solution for some time now, I tried all the solutions I could find but nothing seemed to work for me.

    best regards

    #356862

    Hi coheno!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .single-product-main-image.alpha {
    display: none;
    }

    Cheers!
    Yigit

    #356962

    thanks for the fast response, it didnt work though.
    instead of removing the featured image it removed the whole gallery.
    regards

    #357085

    any ideas?

    #358346

    Hi!

    Please use following code instead

    a.woocommerce-main-image.zoom.lightbox-added {
    display: none;
    }

    Cheers!
    Yigit

    #358388

    thanks for the replay.
    when i add the code to the quick css it removes the featured image big thumbnail in the product page and when i press to enlarge one of the images and go through the images, the featured image still shows.
    I would like to keep the look of the single page as its originally is with one big thumbnail on top and smaller ones under it, only that in the big thumbnail it would show the first image of the product and the featured image wouldn’t show any where on the product page.
    thanks

    #358840

    Hi!

    I’m sorry but you said on your first post that you want to remove the featured image on the single product page.

    Hi, I use woo-commerce and I would like to remove the product featured image from showing on the single product page, i was looking for a solution for some time now, I tried all the solutions I could find but nothing seemed to work for me.

    And now, you want to keep the look of the single page. Which is which? If you’re trying to exclude images on the lightbox view, I’m sorry but that is not possible.

    Cheers!
    Ismael

    #358979

    i just wanted to take away the featured image as if it doesn’t exists it the single product page, that’s all. all of the fixes you provided didn’t work or partially worked, that’s way you might be confused.

    #359274

    Hey!

    The feature image is hidden on the single product page when I checked the site. Isn’t that what you wanted?

    Regards,
    Ismael

    #359523

    Hi ismael,
    As you can see I originally was asking if there is a way to remove the featured image from the single product page.
    I got two solutions from you guys, the first one didn’t work and the 2nd one changed the lay out of the thumbnail gallery in the single product page and hid the the featured image but didn’t remove it!, if you click on one of the images in the single product page and go through the pictures you’ll end up seeing the 300x150pxl featured image that I want to remove, not hide.

    If to make it as clear as I possibly can:
    I wonder if there is a way to remove the featured image from the single product page so it is removed from the thumbnails and and so you wont be able to see it if you go through the enlarged images, without changing the thumbnails lay out in the single product page?
    regards

    #360004

    Hey!

    I am sorry, but as Ismael already said in https://kriesi.at/support/topic/remove-featured-image-from-showing-on-single-product-page/#post-358840 this is not possible. You might need to contact a freelancer.

    Regards,
    Andy

    #360742

    Thanks Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove featured image from showing on single product page’ is closed to new replies.