Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #510361

    Hello Please help,

    How do I hidden/disable featured image thumbnail of each post on “Blog post” content element ?
    Now it not show on left normally , Please see the image below

    I need it to be float on left or show only blog title , read more. and How to limit title length to show on that if title have too long word?

    Thank you

    • This topic was modified 8 years, 6 months ago by zmkstudio.
    #510376

    Hi zmkstudio!

    The screenshot you are referring to isn’t showing up. Please try linking directly to the image. Alternatively may we have a link to the page itself?

    Cheers!
    Dake

    #510525

    Hello , Please use this url for screenshot instead
    http://s2.postimg.org/epx2835bt/1bbss.jpg
    http://i58.tinypic.com/2qbgo5e.jpg (spare)

    I just remove that from my website first coz it’s not displaying well.
    Please help

    Thank you

    #510602

    Hey,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #510670

    http://nakhonnueangkhet.go.th/

    I try addit on homepage you scroll down will see it.

    • This reply was modified 8 years, 6 months ago by zmkstudio.
    #510863

    Hi!

    If your wanting to hide them then you can add this inside a codeblock element in the page.

    <style type = "text/css">
    .blog-meta { display: none !important; }
    </style>

    Or just add this to your Quick CSS if you want to hide it everywhere.

    .blog-meta { display: none !important; }
    

    You can get it to display on the left if you add a sidebar to the page.

    As for the title are you wanting to hide the overflow so it only shows one line? If so then add this to the CSS in the codeblock.

    .post-title {
      height: 60px !important;
      overflow: hidden !important;
    }

    Regards,
    Elliott

    #510905

    The padding and thumbnail area is still there. see it by yourself.
    http://nakhonnueangkhet.go.th/

    Could you please give me better solution ? Both to remove / move to left.
    Why is it displaying ok here > http://nakhonnueangkhet.go.th/category/news/ ?

    I just want the homepage blog list display like that.

    #511194

    Hey!

    Please add this in the Quick CSS field to remove the space:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        margin: 0;
    }

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.