• Resolved Muehlenweg

    (@muehlenweg)


    Hi Anthony,

    I noticed that all my featured images and headlines are not showing up on my blog page, so it looks like one long article. When I go into the edit mode for each post, the headlines and the featured images are all there, they are suddenly not displayed anymore.

    Have deactivated all plug ins to check if there was an incompatibility but that didn’t change anything.

    Not sure which WP upgrade this happened at.

    I appreciate help with this as i am not super tech savvy.

    Thank you!
    Claudia

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    Hi Claudia,

    There appears to be an inline style that is hiding the main header section, including the title and the featured image.

    See this screenshot: https://cl.ly/96a90b07e87e

    Have you added any plugins lately that could be adding styles to your site? Or do you have any custom styles in the CSS Panel in the Customizer?

    Update: After having another look at the source, I think it might be your Thrive Leads plugin that is causing the issue. There’s a plugin that is adding some styles, and one of those styles is hiding that header section I mentioned above.

    If you really need that plugin and don’t want to remove it, I would suggest going into the Customizer and adding the following style to the Additional CSS panel:

    
    .entry-header {
        display: block !important;
    }
    

    Adding this style should override style that is hiding things and force it to display.

    Thread Starter Muehlenweg

    (@muehlenweg)

    Thank you SO FRICKING MUCH Anthony, that solved the problem! You are the best, Claudia

    Theme Author Anthony Hortin

    (@ahortin)

    My pleasure. Glad that fixed things up for you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Headlines & Featured Images missing’ is closed to new replies.