New Landing How can we help? Cardinal Problems with masonry excerpts

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Cardinal
  • #92757
    syahrul123
    Member
    Post count: 26

    Hi, i ned your help again.

    1) On my site home page, I am using the masonry to display my recent blog posts. First, I would like to know how do i make the size of the thumbnails and tile size the same for all the tiles?
    2) I would like to remove the excerpts of the posts in the tiles.
    3) There is a description called ‘article’ in each tile above the post title. How do i remove it.
    In essence, i want each tile to only contain the thumbnail and post title.

    Another issue is with the menu. I would not like to use a menu. Instead i would like to implement a search bar on that same space.

    Thank you.

    #92853
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    1) This is a bit of a tricky one.. The images aren’t fixed height and cropped as users have a large range of needs for the featured images. Would it help to have an option for same height images?

    2) You’ll need to create a page for the blog, and then set this page in Settings > Reading – that way you can control the output and disable the excerpt. Alternatively, just add this custom css:

    .blog .blog-item .excerpt {
    display: none;
    }

    3) Add this custom css:

    .masonry-items .blog-item h6 {
    display: none;
    }

    You can hide the menu with this custom css:

    #main-nav {
    display: none;
    }

    If you want a search bar, you’d be best to do what I said above and create your own page, then you can add a search bar using the page builder.

    Hope that helps.

    – Ed

    #92862
    syahrul123
    Member
    Post count: 26

    1) I believe that would be great, as i’m sure there are users who would also like same size images throughout!
    2) Thank you for your help, I managed to remove the excepts.

    Also, i would like to render some google adsense ads on every page posts. I already have the HTML code. Which php file should i put it in. I already tried single.php, but it creates the add at the very bottom of the page. I want the ad to be at the end of each post entry, and not all they way at the bottom of the page.

    #92866
    syahrul123
    Member
    Post count: 26

    I would also like to remove the related articles which displays at the bottom.

    #93259
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m not seeing any related articles in your homepage.
    Did you already sorted that out?

    – Rui

    #93608
    syahrul123
    Member
    Post count: 26

    Yes, i was finally able to sort it out. Thank you.

    #93609
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register