Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1346967
    Rad
    Moderator

    Hi there,

    Yes, and it’s custom development. You wish to implement the layout you have on your books page to recent posts element. It’s not possible since the books page are created through columns, recent posts isn’t. Basically, in recent posts, one item is equivalent to one structure wrapped in a link. You can’t add the link within a link, like a button to existing link, it will break. Recent posts element structure is very different from book page layout, it’s like you’re recreating a new layout from scratch if that’s the case, they how about creating one from scratch instead of editing the recent posts element.

    And recent posts element is a cornerstone element, any customization could affect how you use it.

    Have you tried the suggested plugin?

    If it’s just moving the image to the left, then you can implement this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-recent-posts .x-recent-posts-img {
        padding-bottom: 26.25%;
        float: left;
        width: 22.5%;
        margin-right: 10px;
    }

    Thanks.

    #1347114
    Keanu
    Participant

    Hi Rad,

    Thanks for clarifying, my apologies it wasn’t clear! I didn’t realise that the recent posts element wasn’t a cornerstone element! I’ll test out the plugin suggested and see if I have any luck with it, fingers crossed. I’ve also implemented the code you’ve given and it’s worked great, thanks.

    Thank you to you and your colleagues for all the help. Please feel free to close off this thread. If anything else arises, I’ll open a new one.

    Thanks again,
    Kind Regards,
    -Josh

    #1347281
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

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