Support » Plugin: Display Featured Image for Genesis » Featured theme not showing and causing problems with theme code

  • Hi All

    Can you help me please?

    I installed the Genesis theme on my blog:
    http://gucu.org.uk/

    I also installed the display featured image for Genesis plugin. However, when I edited the theme to move the navigation bar to before the header it didn’t work leaving gaps where they shouldn’t be. I disabled a variety of plugins and came to the conclusion that it was the featured image plugin that had caused the problem. The nav bar moved to the correct location but still has gaps and WordPress featured image is now not showing at all.

    Can you help me to try to figure out how to find out what code is causing the problem please?

    Thanks

    Rich

    https://wordpress.org/plugins/display-featured-image-genesis/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    It looks like you need to make some styling adjustments to accommodate the unusual things you’re wanting to do with your site header area. Since you’re absolutely positioning the .header-image .site-title a, for example, I think you need to remove the min-height from that, and add a z-index to bring it to the front of the page. You also have padding on the .title-area, which is pushing the featured image down. Additionally, the theme or another plugin is adding a div with an ID of full-image, with a link to an image (which doesn’t exist and is giving a 404), but which is also taking up room above the featured image.

    If you adjust those items, I think you’ll see that the featured image slides into place where you want it to–I made those changes using Chrome’s Dev Tools and they worked for me. HTH

    Thread Starter Richard Brown

    (@cregy)

    Thanks so much for the help. It was driving me mad. I have started to make some of the changes suggested.

    Rich

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured theme not showing and causing problems with theme code’ is closed to new replies.