Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #248122

    I embedded a slideshare presentation at the beginning of a blog post.
    The post itself looks good.
    The Blog page with all the blog posts show a grey square. Not good.
    I tried using a picture of the first slide as featured image. This picture will show in the grid, in the blog page, but it will also show in the blog post, so there would be two photos in the blog post. One is the featured image, and one is the slideshare presentation.

    How do I set up the photo in the grid, in the blog page, while not ruining the post?
    Thank you very much.

    #248664

    Hi malkoin!

    We’ll add an option to the theme (with the next update) which enables you to hide/show the image on a per post basis. For now I recommend to hide the featured image with css – use this code:

    
    .postid-2618 .big-preview.single-big{ display: none !important; }
    

    and instead of 2618 insert the id of the post where you want to hide the image.

    Cheers!
    Peter

    #262880
    This reply has been marked as private.
    #262882
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Embedding Slideshare’ is closed to new replies.