Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1406146
    jukilph
    Participant

    Hello I have a problem with the so called Category Archive.
    Category Archive

    The pictures I want to use for the articles are all rectangle. But in the entry-thumb it is showen as a square image.
    Can you please help me and tell me what I have to put in the CSS, so that the pictures are all showen in the original format – recrangle?
    Also, on my “homepage” I have a widget for recent posts – showing the last article. Same problem here – it is showen as a square and not as a rectangle.
    Homepage

    Also, I would like to change the title of the Category. Instead to “Category Archive” I want there to be “Events”.

    Thank you for your help!

    #1406248
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    a.entry-thumb {
        padding-bottom: 90%;
    }
    .blog .x-main .hentry>.entry-featured, .search .x-main .hentry>.entry-featured, .archive .x-main .hentry>.entry-featured {
        width: 30%;
    }
    .x-recent-posts .x-recent-posts-img {
        background-size: contain;
    }
    .x-recent-posts a {
        border: none;
    }
    

    Please add Archive title to archive pages.

    Hope that helps.

    #1407772
    jukilph
    Participant

    Thk you so so much! Everything worked perfectly!

    #1407910
    Thai
    Moderator

    You’re most welcome 🙂

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