Flowplayer3 video page position

Hi,

Been running ZP 1.2.6 for ages using flowplayer (v2 I presume) with no problems. The videos would load centred in the image page just like photos with the image description and info fields below the video. I have now upgraded to ZP1.2.7 and started to use flowplayer3, the positioning of the video in the image page is now offset to the left with the description field over the video and the info field offset to the right. I know this is a css problem but where do I sort this out for the video positioning without changing the photo positioning which is still OK.

Thanks

Steve

Comments

  • acrylian Administrator, Developer
    What theme please?
  • Zenpage default, I have made 2 minor changes to the image page, the 'imgnav' is moved to above the image and breadcrumb is moved below 'id content' but I have been using these two changes for a long time and as I said the photos centre OK as did flowplayer2.

    Steve
  • acrylian Administrator, Developer
    Well, ok, the zenpage default theme had been updated, too.

    Flowplayer3 needs an additonal css on Zenpage-default as they changed something (line 441-444 of the official style.css):

    `
    /* centering flowplayer 3 on image.php */
    #image .flowplayer {
    margin: 0 auto;
    }
    `
  • acrylian, excellent problem solved! I have added clear: both; after margin: 0 auto; to push the image description and image info below the video. I guess its time I took the latest official style.css and added in all my changes, its been working for so long without breaking I have got lazy:-) and with 3 sites to update it for...

    I must say that ZP is got so good, this is the first 'issue' i have had in ages, I can't even remember that last one I had (without checking) you guys have done and continue to do an excellent job.

    Thanks again

    Steve
Sign In or Register to comment.