-
AuthorPosts
-
August 23, 2015 at 10:47 am #366765
Hello
Everything was fine a few days ago but this morning all thumbnail images from the main SHOP page and related products are not showing. I disabled all third party plugins but that’s not the issue.
Please help!
August 23, 2015 at 10:49 am #366768This reply has been marked as private.August 23, 2015 at 11:30 am #366802Hi There,
Thanks for writing in!
Please update your custom CSS a bit:
+ Change:
.entry-featured { display: none !important; }
+ To:
.page .entry-featured, .single-post .entry-featured { display: none !important; }
Hope it helps.
August 24, 2015 at 10:07 am #367648Thanks!!
August 24, 2015 at 11:02 am #367703You’re most welcome 🙂
August 25, 2015 at 7:05 am #368731oops…. the problem is back!
I’m creating woocommerce pages with just certain categories using short codes like [product_category category=”dvd”] and the thumbnails don’t show up on that page: http://www.learnmuscles.com/new/dvds/english-dvds-2/
please help!
August 25, 2015 at 8:30 am #368823Hi there,
Please remove this code to fix it :
.page .entry-featured, .single-post .entry-featured { display: none !important; }
Hope it helps.
August 25, 2015 at 8:47 am #368838Bu I need to remove the Featured Image from PAGES only.
August 25, 2015 at 10:26 am #368942Hi There,
Sorry for the confusion!
Try adding following CSS again:
.page .entry-featured { display: none !important; }
Hope it helps.
August 25, 2015 at 11:49 am #369026That doesn’t work….
August 25, 2015 at 4:52 pm #369288Hello There,
Can you use this instead:
.page .entry-featured { display: none !important; } .woocommerce li.product .entry-featured, .woocommerce-page li.product .entry-featured{ display:block !important; }
Generally, even this http://www.learnmuscles.com/new/dvds/english-dvds-2/ is a page so the previous CSS applied to it. So we declared a more specific CSS that featured image is not hidden for woocommerce products.
If that doesn’t work, can you provide us specific link where you want it hidden and also link where featured image should be display.Hope this helps.
August 26, 2015 at 10:11 am #370109That worked!! 🙂
You guys are the best!
August 26, 2015 at 12:18 pm #370252You are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts