VideoPress

  • We’ve purchased the video upgrade and are having very little luck. In the first screenshot you’ll see what it’s suppose to look like. Notice the thumbnail above and the three links below are visible.

    Using VideoPress there is a large black bar at the top hiding the post thumbnail and the three links that are suppose to be below are now behind the video.

    How do we get rid of the black bar and get the video to embed properly?

    The blog I need help with is: (visible only to logged in users)

  • As I cannot help you with your issue I have flagged this thread for Staff attention.

  • Thank you timethief.

  • It looks like there’s some CSS clashing. VideoPress tries to enforce as few hard CSS rules as possible, so you’re able to position it however you like. The problem is that this can occasionally cause graphical glitches, as you’re seeing.

    In this case, you need to make sure the VideoPress element has cleared the floating image on the top right. The easiest way to do this would be to add the following HTML before the VideoPress shortcode in your post:

    <div style="clear:both"></div>

  • That did it! Thank you pento.

  • The topic ‘VideoPress’ is closed to new replies.