-
AuthorPosts
-
April 23, 2014 at 11:59 pm #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-softwareI 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!
April 24, 2014 at 2:40 pm #255521Hey 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!
IsmaelApril 24, 2014 at 6:59 pm #255694Thanks 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!!!
April 24, 2014 at 9:37 pm #255811Hey!
Try adding this code to the Quick CSS:
.template-shop .product_meta { top: 0; margin-bottom: 20px; }
Cheers!
JosueApril 24, 2014 at 10:23 pm #255855Perfect! You guys are the best!
April 24, 2014 at 10:30 pm #255858You are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.