Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #255257

    I don’t have images for individual products and I have looked everywhere for code to remove the image placeholders on individual product pages. I finally found this snippet of code provided by Yigit:

    .four.units.single-product-main-image { display: none; }
    .single-product-summary { width: 100%!important; }

    This DID remove the image placeholder on product pages (finally!) BUT it also removed the Single Product Page sidebar that I had been using to display the product categories for ease of navigation. It also removed the white space between the product SKU and the footer, which makes the page look awkward. Is there any way I can remove the product image placeholder but keep the sidebar?

    You can see an example of a product page here (with empty image placeholder):
    wp.qpage.com/product/nv2-accounting-software

    I need to remove the image placeholder but keep the sidebar with the product categories. I don’t care if the sidebar is on the right or the left (I think the Enfold theme puts them on the left, I didn’t make that choice).

    Many thanks for any help you can provide, this has been driving me crazy for weeks!

    #255521

    Hey jackpeters!

    Thank you for using the theme!

    The website posted above is not loading on my end. Please use this to remove the single product image:

    .single .template-shop div.product div.images {
    display: none;
    }

    Cheers!
    Ismael

    #255694

    Thanks Ismael, worked like a charm! A quick follow-up question though… on the product pages, there is no white space between the product SKU/category and the footer, which looks very awkward. I left out one letter when I tried to give you the website previously, hopefully you can see what I mean here;
    http://wp.qwpage.com/product/nv2-accounting-software/

    Is there any way to add some white space between the SKU and the footer?

    And thanks for an awesome theme!!!

    #255811

    Hey!

    Try adding this code to the Quick CSS:

    .template-shop .product_meta {
        top: 0;
        margin-bottom: 20px;
    }

    Cheers! 
    Josue

    #255855

    Perfect! You guys are the best!

    #255858

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.