Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ethanhackett

    (@ethanhackett)

    Post Tiles pulls in the first couple lines of text in a post unless the user defines an alternate excerpt text. Try going back into those posts and adding Excerpt text which describe the video. See if that helps.

    Thread Starter jamesxchance

    (@jamesxchance)

    I was trying some style changes check again… i dont think its an excerpt issue.

    http://manufacturedhomes.com/video_test/

    Plugin Author ethanhackett

    (@ethanhackett)

    The excerpt code is stopping prematurely so it’s cutting your code short before it closes. Try increasing your excerpt length.

    In your code if you view the source it goes like this.

    <ul id="post-tiles">
      <li>
       <a>
        <h3></h3>
        <script></script>
        <div>
        <object>
        <param>
         .... and this is where it gets cut off and the next tile starts....

    You need the tags to close before the next tiles tarts otherwise it places the next tile inside the previous tile so on and so forth.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breaking because post has Object tag’ is closed to new replies.