Viewing 3 replies - 1 through 3 (of 3 total)
  • Is this still valid? Your player looks almost the some embedded and poput, except bg color. Please close if not an issue anymore. (I am NOT the author).

    I answer, as I have a very ugly player in a standard twentyfourteen theme and was wondering if that is your issue as well.

    Thread Starter Divercol

    (@divercol)

    I still have this issue, and don’t know how to resolve it. The fonts are taking their colours from my theme, and the background, as you say is missing.

    If anyone knows how to correct this, I would be most grateful.

    Plugin Author simon.ward

    (@simonward-1)

    It’s because your theme is trying to style the player’s ul elements, these are the offending rules:

    float: left;
    width: 100%;

    They’re being applied to all uls. I’ll try to prevent it affecting the player in the next update. For now you could add this to your theme style.css file:

    body ul.ul-mjp {
    float:none;
    width:auto;
    }

    should do it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Player looks different on pop out to when it is embedded’ is closed to new replies.