-
AuthorPosts
-
August 23, 2015 at 10:47 am #366765
yanikphoto
ParticipantHello
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 #366768yanikphoto
ParticipantThis reply has been marked as private.August 23, 2015 at 11:30 am #366802Thai
ModeratorHi 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 #367648yanikphoto
ParticipantThanks!!
August 24, 2015 at 11:02 am #367703Thai
ModeratorYou’re most welcome 🙂
August 25, 2015 at 7:05 am #368731yanikphoto
Participantoops…. 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 #368823Christopher
ModeratorHi 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 #368838yanikphoto
ParticipantBu I need to remove the Featured Image from PAGES only.
August 25, 2015 at 10:26 am #368942Thai
ModeratorHi 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 #369026yanikphoto
ParticipantThat doesn’t work….
August 25, 2015 at 4:52 pm #369288Lely
ModeratorHello 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 #370109yanikphoto
ParticipantThat worked!! 🙂
You guys are the best!
August 26, 2015 at 12:18 pm #370252Rupok
MemberYou 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
- <script> jQuery(function($){ $("#no-reply-366765 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>