• Resolved Eletec7

    (@eletec7)


    Hello,
    When I assign a post to the Video format it only shows the embedded video, even if I’ve written a commentary in the beginning. Is there a way I can fix this?

    P.S. I’ve found the Post Formats section in style.css, but I’m not sure what am I supposed to change/add there.

Viewing 10 replies - 1 through 10 (of 10 total)
  • This feature is working properly in Twenty Thirteen Theme. If you can share the link I might be able to help you

    Thread Starter Eletec7

    (@eletec7)

    I’m testing this in an offline WP installation, so I’m afraid I can’t link anything… You can view the Summer Lite’s style.css file though

    remove “top: 0;” on “.format-video iframe” class

    new code is
    .format-video iframe {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%; padding:0;
    }

    Thread Starter Eletec7

    (@eletec7)

    Unfortunately, that way, the video is clipped, or doesn’t appear at all, if the text is very long. You can set the overflow to “scroll” in the “.format-video .video-container”, but that doesn’t really look nice…

    Theme Author Tethered Themes

    (@tetheredthemes)

    How are you embedding the video?

    Thread Starter Eletec7

    (@eletec7)

    I tried just copying the link and the iframe embed code from youtube, they both give the same result.

    Theme Author Tethered Themes

    (@tetheredthemes)

    And you are putting the content below the link?

    Thread Starter Eletec7

    (@eletec7)

    No, the text is above the link

    Theme Author Tethered Themes

    (@tetheredthemes)

    Ah, put the content below the video and it should be fine. The video post was meant to emphasize the video, and then have the content below.

    Thread Starter Eletec7

    (@eletec7)

    Ok, thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Video post without text’ is closed to new replies.