• Hi guys,

    I’ve just uploaded a video to my (dark coloured) website, and there’s an unsighly white border all around it.

    All of my older videos seem fine, but if I re-upload one of them, they get the white border.

    A couple of Screenshots:

    Screenshot ONE with black border

    Scrrenshot TWO with white border

    I’ve manged to turn the white border back to black with the CSS:

    pre:where(:not(.wp-block-verse)) {
    border-left: 4px solid currentColor;
    font-family: var(–wpex-font-mono);
    font-size: var(–wpex-text-sm);
    margin: 0 0 var(–wpex-el-margin-bottom);
    color: #000000;
    background: #000000;
    padding: 20px;
    }

    . . . but it would be nice to ‘lose’ the custom CSS.

    Any ideas why it just started doing this?

    And it’s NOT a version problem, as I tried using the previous version before taking the screenshots.

    Thanks for any help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello deeveearr,

    It’s a strange issue. I see you are using CSS on the <pre> HTML tag to get rid of the issue. FV Player does not create such HTML markup, so I wonder where it is coming from.

    Please let us know what post editor do you use. It might be the standard block editor (Gutenberg), or the Classic Editor, or even some page builder.

    Then the next step will be to check your post HTML source code to see if the [fvplayer] shortcode is wrapped in any HTML which should not be there. It’s possible that it’s simply wrapped in a <pre> tag. It could happen if you copy-pasted the shortcode from a page of documentation.

    —-

    Please post further issues to our own support forums at https://foliovision.com/support/fv-wordpress-flowplayer to help us keep track of the issues.

    Thanks,
    Martin

    Thread Starter deeveearr

    (@deeveearr)

    Hi, @foliovision

    I’m using Classic Editor for my posts, but the website is built using WP Bakery (which is probably where the (wpex) things are coming from – wpex probably meaning WP Explorer, the theme developer).

    The posts however are totally built using Classic Editor.

    I remember joining the Foliovision support forums, so I might pop over there later.

    Thread Starter deeveearr

    (@deeveearr)

    Right then @foliovision I just made a test post on my website to test the videos, and re-uploaded two other videos plus the one in question from above.

    I took off the Custom CSS in my admin panel, and previewed them.

    This time there were no ‘white borders’ anywhere.

    So I’m guessing that it was a ‘post specific’ thing just on that one post ( a conflict with something or other).

    I’ve left the white border as-is on that one post in case I can find out what is causing it.

    Hi Deeveearr,

    Thanks for the update. I’m glad you were able to solve the issue.

    Best wishes, Alec Kinnear (Foliovision)

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.