This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Thumbnail image showing up in the page !

Resolved 5 replies premiumthemetheme-influence
Started · Latest reply by Andrew Misplon

When inserting a thumbnail image in a page, the picture show up in the top of the page … I think this must be a bug ? … or do I something wrong ?
I want to insert thumbnail images of each page, so I can make use of Masonry and the Post Loop (PB) Widget … etc.
How to fix this?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff

    Hi Flemming

    Influence unfortunately doesn’t yet have a setting to disable the featured image on each post. You could hide it by inserting the following into a Custom CSS module like Jetpack Custom CSS: http://jetpack.me/support/custom-css/

    /* Influence Hide Featured Image On Single Posts */
    .single .post-thumbnail { display: none; }
  2. Flemming

    Hi Andrew

    Thanks for your reply … sorry, it dosent work.

    Its not only when I add a thumbnail image in a Posts – its also when I add a thumbnail in a page,
    the thumbnail image is still showing up in the top of the page…
    anyway, I have tested the css and it does not fix the problem … then what / how to do ?

  3. Andrew Misplon Staff

    To extend to pages you’d need to say:

    /* Influence Hide Featured Image On Single Posts and Pages */
    .single .post-thumbnail { display: none; }
    .page .post-thumbnail { display: none; }

    Please send through a link to this in action if the above doesn’t work.

  4. Flemming

    Well done Andrew ( as always ) – its work very good, thank you.

  5. Andrew Misplon Staff

    Super, glad to hear that helped. I’m sure we’ll be expanding the theme options here as we progress.

    Chat soon.

    Cheers

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread