Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1086553
    caitlinh
    Participant

    I’ve looked through the forum but don’t see a clear answer to the following:

    1. I need the featured image to show on the category archive page. I wasn’t using these pages originally but now I am going to since I can’t have unlimited recent posts using the shortcode. So I need each archived post to show the featured image and less of the excerpt. How do I accomplish this? I might have some css in the Customize area conflicting with this so I’m providing login details below.

    2. How can I edit the “Category Archive” header and the “Below you’ll find a list of all posts that have been categorized as “Profiles” subheader?

    #1086558
    caitlinh
    Participant
    This reply has been marked as private.
    #1086816
    Paul R
    Moderator

    Hi Caitlin,

    1. You can add this under Custom > CSS in the Customizer.

    
    .archive .entry-featured {
        display:block !important;
    }
    

    2. See screenshot – http://screencast.com/t/OPyiUPGa0

    Hope that helps

    #1088095
    caitlinh
    Participant

    I put the code in Customizer but it didn’t change anything on the archive pages.

    #1088105
    caitlinh
    Participant

    In addition to figuring on the featured image issue, could you also help me with the fact that there’s not even spacing between the header/navigation bar and the category header text? I’d like to add more padding between those two elements please.

    #1088325
    Paul R
    Moderator

    Hi Caitlin,

    I was able to fix the featured image by changing the code I provided above to this.

    
    body.archive .entry-featured {
        display:block !important;
    }
    
    body.archive .entry-featured .entry-thumb {
        display: block !important;
    }
    

    With regards to spacing, add this in custom > css

    
    body .x-header-landmark {
        margin: 34px auto 0;
    }
    

    Change 34px to adjust the spacing.

    Hope that helps.

    #1101290
    caitlinh
    Participant

    Thank you!!!

    #1101348
    Rad
    Moderator

    You’re welcome!

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