Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1019470
    Peter Fae
    Participant

    Hey. How do I get the featured images to show when archive is set to standard, as in this example –>

    http://intothemythica.com/category/core/

    (in Ethos). Thanks

    #1019498
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have added this to your custom CSS that’s causing this :

    .post .entry-thumb {
      display: none;
    }

    Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.

    Hope this makes sense.

    Cheers!

    #1019933
    Peter Fae
    Participant

    Yes. Such were the instructions given to me by Themeco, to put that into the Customizer. I didn’t want the featured image showing on the Post page automatically.

    Is there a way to get both? (no featured image on the main post page up top in Ethos AND Yes, having images on the archive page?)

    #1019967
    Paul R
    Moderator

    Hi Peter,

    You can try this code instead.

    
    .single-post .entry-featured {
       display:none;
    }
    
    

    Hope that helps

  • <script> jQuery(function($){ $("#no-reply-1019470 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>