• lordmatt

    (@lordmatt)


    I have a problem with plugin generated subpages that seems to only effect Goran theme. The header literally shows up twice. Specifically, the HTML for the hero image is added twice. For example, here. As far as I can tell this is a Goran bug, not a plugin bug as I use the plugin on other sites in the same multisite install on other themes without a problem.

    • This topic was modified 7 years ago by lordmatt.

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

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @lordmatt – what plugin is causing this issue?

    You could try a bit of custom CSS to remove the duplicate image:

    .site-content .hero:nth-of-type(2) {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer as of WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘hero without-featured-image appears twice (with and without a featured image)’ is closed to new replies.