Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #311137

    Hi guys,

    I am not sure what has happened but my featured images are not displaying on pages created for individuals bio pages ( not author pages ) the pages in question are here:

    At the top of the page where the entry header content is there used to be a thumbnail on the left to go with this which was the featured image, however this is no longer displaying.

    Any help would be greatly appreciated,

    #311213

    Hi!

    It’s because of this code in Quick CSS:

    .single .big-preview.single-big, .single .small-preview {
    display: none;
    }

    Regards,
    Josue

    #311448
    This reply has been marked as private.
    #311723

    HI sorry, just in reply to the private message i added above, is there a way i can display the two different blogs with two different styles on the same site? as the private links i added show?

    Thanks again for the support guys,

    Lee

    #312699

    Hi!

    Thank you for the info and sorry for the delay.

    You can have two different set up for the blog overview page but not on single post view like you have right now. If you want to remove the small-preview image on the single post view or the blog post itself, use this on Quick CSS or custom.css:

    .single .blog-meta {
    display: none;
    }
    
    .single-practitioner .blog-meta {
    display: block;
    }

    Regards,
    Ismael

    #315532

    Thanks so much guys you can close this,

    Lee

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured image not displaying’ is closed to new replies.