Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #366765

    yanikphoto
    Participant

    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!

    http://www.learnmuscles.com/new/shop/

    #366768

    yanikphoto
    Participant
    This reply has been marked as private.
    #366802

    Thai
    Moderator

    Hi 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.

    #367648

    yanikphoto
    Participant

    Thanks!!

    #367703

    Thai
    Moderator

    You’re most welcome 🙂

    #368731

    yanikphoto
    Participant

    oops…. 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!

    #368823

    Christopher
    Moderator

    Hi there,

    Please remove this code to fix it :

    .page .entry-featured, .single-post .entry-featured {
        display: none !important;
    }

    Hope it helps.

    #368838

    yanikphoto
    Participant

    Bu I need to remove the Featured Image from PAGES only.

    #368942

    Thai
    Moderator

    Hi There,

    Sorry for the confusion!

    Try adding following CSS again:

    .page .entry-featured {
        display: none !important;
    }

    Hope it helps.

    #369026

    yanikphoto
    Participant

    That doesn’t work….

    #369288

    Lely
    Moderator

    Hello 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.

    #370109

    yanikphoto
    Participant

    That worked!! 🙂

    You guys are the best!

    #370252

    Rupok
    Member

    You 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!