• Skip to content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

Main navigation

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty

lightbox border

Foliovision › Forums › FV Player › Troubleshooting › lightbox border

  • Tim H. 9 years, 9 months ago

    Hi. I just updated my player to the most recent version. Now there is a thick white border around my videos in Lightbox mode, and it looks terrible. It ruins the viewing experience because it looks ridiculous, and is distracts, visually. I know you didn’t design the border, and that it’s common with WP Lightboxes but it was not there in the previous version. So whatever changed to make that border appear, I really need to get rid of it. My users love that lightbox, I don’t want to ruin the experience for them. This is a very big issue for me. Thank you.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Tim H. 10 years ago

    Hi guys. Still waiting to hear back regarding removal of that white border/box around the lightbox popup windows for my videos. Thanks

    Alec Kinnear 10 years ago
    Avatar photo

    Hi Tim,

    Your CSS designer should be able to remove that border by modifying your styles.css file.

    Please provide a URL with the issue visible and we’ll take a look though.

    Making the web work for you, Alec

    Tim H. 10 years ago

    But this border only started showing up when I updated the player. It wasn’t there before. So I uploaded the “older” player (the one I was using before the update) and the border is gone again. So it has something to do with the CSS in your latest public release player. If you tell me what lines to modify, I can do that myself, no problem. I know how to edit CSS but I’m not a CSS designer/coder, so I just need guidance on what lines to modify. Thanks Alec!
    Tim

    viktor 10 years ago

    Hi Tim,

    although I can reproduce a white frame around a videos, it would really help to make my answer more accurate if you’d provide a URL.

    It’s not a regular border, that could be just switched off, but with help of this code you can hide the white box and leave just the video visible.


    #cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight { width: 0; }
    #cboxTopCenter, #cboxTopLeft, #cboxTopRight { height: 0; }
    #cboxBottomLeft, #cboxBottomRight, #cboxBottomCenter { height: 0; }
    #cboxContent { background: transparent none repeat scroll 0 0; }
    .flowplayer.lightbox-starter .fp-ui { background: transparent none repeat scroll 0 0; }
    .flowplayer.lightbox-starter { background-color: transparent !important; }
    #colorbox, #cboxOverlay, #cboxWrapper {overlay: hidden;}

    If the code doesn’t work, you might have to add !important declatarions to all of the above instances.

    thanks

    Tim H. 10 years ago

    Hi Viktor. Sorry, I forgot that Alec wanted a URL. But I also need more specificity from you if you wouldn’t mind….where do you want me to insert this CSS code you just sent me? Which CSS file should I insert it to, and where?
    Here is a URL for you. It’s all I can provide, because most of our Lightboxed videos are for subscribers, but this page has a light boxed video that’s public.
    http://www.vericast.net/shows/vericast-catholic-podcast/ look in the right sidebar. You’ll see a model that says “CLIP”, and a thumbnail. That’s the video lightbox.
    Tim

    Tim H. 10 years ago

    Disregard the message below (I’m just leaving it in for records). I am using MaxCDN and a caching plugin on my site. I just purged the CDN of the site’s files an reloaded. The white box has returned. This time at least the background is dark again. So we’re back to the original problem. A white box/border around the light boxed videos. Just to be clear, this was not there in the last version I was using, so it has to do with a change you made from the last version, to this new version. I don’t know if that helps point you in the right direction or not. If you want me to insert that CSS somewhere anyway, just tell me which file, and where to paste it. Thanks.Actually here’s a new problem.
    ====BELOW IS THE ORIGINAL ‘UPDATE’ I SENT A FEW MINUTES AGO=====
    I updated the plugins (player, and pro pack) ahead of modifying any CSS. and now the white borer is gone, but NOW there is no black background. It’s a video box playing over my site’s background. How do I make that background black again? Also, there is a “Close” button. That needs to go away too. Why is there so much change with this new version? It’s really annoying.
    Tim

    viktor 10 years ago

    Hi Tim,

    thanks for the link, but after your last message I still can see the white box around your video. Tried on various browsers and it’s the same everywhere. If you have some kind of a caching plugin installed, please try to clear it’s cache manually and let me know so I can recheck.

    The code I gave you has to go into your theme stylesheet (/wp-content/themes/Newspaper/style.css).

    thanks
    vk

    Tim H. 10 years ago

    I made a simple page with a lightbox, and a screen capture of what I’m seeing (I’m putting it up now). here’s the link. http://www.vericast.net/player-test/ It’s the white box/border around the video, with a “close” button in the lower right corner. It wasn’t there until I updated to the latest public release.

    Tim H. 10 years ago

    Also my theme style sheet is enormous. Where within the style sheet should I place that code? Thank you Viktor
    Tim

    viktor 10 years ago

    Hi Tim,

    I’d suggest you place this code just at the end your your stylesheet file


    #fv_player_pro_boxMiddleLeft, #fv_player_pro_boxMiddleRight, #fv_player_pro_boxTopLeft, #fv_player_pro_boxTopRight, #fv_player_pro_boxBottomLeft, #fv_player_pro_boxBottomRight { width: 0 !important; }
    #fv_player_pro_boxTopCenter, #fv_player_pro_boxTopLeft, #fv_player_pro_boxTopRight { height: 0 !important; }
    #fv_player_pro_boxBottomLeft, #fv_player_pro_boxBottomRight, #fv_player_pro_boxBottomCenter { height: 0 !important; }
    #fv_player_pro_boxContent { background: transparent !important; }
    .flowplayer.lightbox-starter .fp-ui { background: transparent !important; }
    .flowplayer.lightbox-starter { background-color: transparent !important; }
    #fv_player_pro_colorbox, #fv_player_pro_boxOverlay, #fv_player_pro_boxWrapper, #fv_player_pro_boxContent {overflow: hidden !important; }

    Sorry for the inconvenience, but we had to change the lightbox naming classes to exclude future problems. I’ve tested the above code on your test page and it removed the border together with the close button.

    Please let me know, once you update your stylesheet and cleared the cache so I can check back.

    thanks
    vk

    Tim H. 10 years ago

    Ah ha, PERFECT! THANK YOU so much for your help and your patience. This was a really big deal for me. I’m so grateful to you. Have a wonderful day!!
    Tim

    viktor 10 years ago

    Glad I could help. Have a nice day too!

    Paul 8 years ago

    I just added the code to the end of my stylesheet and it didn’t have any effect on the lightbox styling. My situation is similar: the stark and ugly thick white border is unacceptable. Please help, thanks.

    Eduard 8 years ago
    Avatar photo

    Hi Paul,

    Our player has changed a bit since this thread was active. Could you please send us a link to your page with a video in Lightbox, so we could check it?

    Thanks,
    Eduard

Viewing 14 replies - 1 through 14 (of 14 total)
Reply To: lightbox border



Please Sign in or Register to upload files.

Related Posts

  1. Using the Video Lightbox Effect

  2. Wie benutzt man Lightbox

  3. Lightbox Now for Everyone!

Primary Sidebar

Sign in Register
FV Player Docs Post New Topic

Welcome

to Foliovision support forums! We'll be happy to provide free support to resolve all the reported bugs. You always can start by specifying your OS and browser and steps to reproduce the bug.

If you need help with the installation on your site, please submit a request for a Pro Support Incident. We'll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.

Facing a hard to solve WordPress problem? On a tight deadline?

Let us take care of it for you
right now.

Pro Support Buy FV Player

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2025 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!