• Resolved bibber

    (@bibber)


    I’m trying the free version for a blog – it’s a beautiful theme!

    But the “featured images” does not seem to work on Pages.
    I have the little metabox where I can insert an image from the media gallery.
    And it shows correct in the little metabox – but no image on the page at all!
    What is wrong?

    Kind regards
    Bibber

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

    (@themezee)

    Hi there,

    Thanks for using Poseidon.

    The theme displays featured images on static pages as header image. That feature allows to set different header images on different pages.

    For example: http://preview.themezee.com/poseidon/featured-image-header/

    If you want images in the content area, you can just upload an image within the Visual Editor of your static page.

    Best,
    Thomas

    Thread Starter bibber

    (@bibber)

    Hi Thomas,
    Thank you for a quick answer 🙂

    However I still have a problem. The example you have shown is exactly what I want. But when I add a featured image in the metabox – the image does not show on the page! Do I have to activate something?
    Have a look at:
    http://www.the7seas.co/preparation/
    Best regards
    Bibber

    Theme Author ThemeZee

    (@themezee)

    Hi again,

    It seems you have added some custom CSS code which hides the header image on all pages except the home page:

    .header-image {
    	display: none;
    }
    .home .header-image {
    	display: block;
    }

    Make sure to remove this code on Appearance > Customize > Additional CSS or any other Custom CSS plugin you might be using.

    Best,
    Thomas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured images on pages’ is closed to new replies.