Home>Support>Thumbnail image showing up in the page !

Thumbnail image showing up in the page !

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 4 days ago 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. 10 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 4 days ago Flemming

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

  5. 10 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More