I’ve had the same problem like this.
it seems you changed that post format to “aside”. Try to turn it into a “Standard” or “Video” format, you can do it in post-editing.
Hi raiinkiing. The post elements are not correctly formatted because the content container includes an invalid class name. Either the single.php file has been modified or you have a conflict with a plugin. Following is the source code from the page you linked; I’ve added some notes:
<h1 class="post-title">Project Cars: Trailer de lanzamiento</h1>
<p class="post-byline"></p> <-- missing
<div class="clear"></div> <-- missing
<div class="entry hare"> <-- should be class="entry share"; this is what is creating the large space below the post image and hiding the sharebar
<div class="clear"></div> <-- shouldn't be here
<div class="entry-inner">
<div class="video-container"><iframe width="720" height="405" src="https://www.youtube.com/embed/pPnPJXE2fhw?feature=oembed&wmode=opaque" frameborder="0" allowfullscreen></iframe></div>
</div>
<div class="sharrre-container">...</div><!--/.sharrre-container-->
<script type="text/javascript">...</script>
<div class="clear"></div>
</div><!--/.entry-->
Thanks a lot, bdbrown. The “share” part did the trick.
Thanks!
You’re welcome. Glad I could help. If you don’t need any further assistance with this topic please mark it as Resolved. Thanks.