Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1109925

    mgma
    Participant

    Hi guys-

    I’m trying to get my blog roll page to look as much as Integrity’s as I can. But a huge thing it… my thumbnails are gone…

    http://bigidea.pro/cyberedge/blog-2/

    Can’t seem to figure it out. Can you help? Also… how can I style this page? (header/title area background image, etc.) like any other page?

    Thank you!!

    #1109927

    Christopher
    Moderator

    Hi there,

    Please find and remove following code from child theme’s style.css file :

    .entry-featured {
        display: none;
    }

    Hope it helps.

    #1110300

    mgma
    Participant

    Thanks!… works great. But now my feaetured image shows up at the top of the blog post itself, like…

    http://bigidea.pro/cyberedge/navigating-life-when-things-get-hard/

    which I do NOT want. How do I keep the thumbs on the masonry grid, but get rid of the automatic featured image in the post itself?

    Thanks Christopher

    #1110301

    mgma
    Participant

    Thanks!… works great. But now my feaetured image shows up at the top of the blog post itself, like…

    http://bigidea.pro/cyberedge/navigating-life-when-things-get-hard/

    which I do NOT want. How do I keep the thumbs on the masonry grid, but get rid of the automatic featured image in the post itself?

    Also… if they choose a more conventional blog roll setup (no grid, just a single aolumn of images and exerpts) how do I change it to that?

    Thanks Christopher!!

    #1110584

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve the issue where you will be able to display the featured image in masonry grid and hide it in single blog post, please update your custom css code and you can use this instead:

    .single-post .entry-featured {
        display: none;
    }

    Hope this helps. Kindly let us know.

    #1111654

    mgma
    Participant

    Thanks you Rue! Works great.

    #1111661

    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

    #1112732

    mgma
    Participant

    HI guys-

    I’m realizing that now, when I open the Portfolio pages, they DO have their featured photo in the post, huge… it should not be there. How can I adjust?

    Thanks!!

    #1112862

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .single-x-portfolio .entry-featured {
        display: none;
    }

    Hope this helps – thanks!

    #1114025

    mgma
    Participant

    Perfect. Thank you!!

    #1114089

    Rupok
    Member

    You are welcome. Have a nice day!