• 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

viktor

  • Profile
  • Topics Started
  • Replies Created

Forum Replies Created

Viewing 33 replies - 1 through 33 (of 33 total)
  • 6 years ago in reply to: Sticky Video player is floating behind all my page content
    viktor

    Hello Alan,

    I’ve briefly checked your site and it appears that z-index values are wrongly applied within the theme.

    Main content and the container with the sticky video share the same class .prk_section which has z-index: 1;. The container holding the sticky video should have a higher z-index.

    You could try the other way, removing that z-index on the .prk_section element. When I’ve tried that, the video appeared above content. You’d have to check, if it didn’t affect anything else on the site.

    thanks
    Viktor

    7 years ago in reply to: CSS Style “Individual” Players used on the same page
    viktor

    Hello Nicole,

    if you need the players to have different colors, you have to wrap each in a DIV and give it a class or a unique ID. After that you can target each player it’s own styling as follows:

    div.YOUR_CUSTOM_CLASS .flowplayer.skin-custom .fp-color, .flowplayer.skin-custom .fp-selected {
    background-color: #COLOR !important;
    }
    
    div.YOUR_CUSTOM_CLASS  .flowplayer.skin-custom .fp-color-fill .svg-color, div.YOUR_CUSTOM_CLASS .flowplayer.skin-custom .fp-color-fill svg.fvp-icon, div.YOUR_CUSTOM_CLASS  .flowplayer.skin-custom .fp-color-fill {
    fill: #COLOR !important;
    color: #COLOR !important;
    }
    

    You have to place it in your theme stylesheet.

    thanks
    Viktor

    • This reply was modified 6 years, 6 months ago by viktor.
    7 years ago in reply to: Icon size problem on full screen
    viktor

    Hello Kim,

    thanks for noticing, it’s a bug and we’ve just fixed it in our player, but also submitted it as a bug fix directly to flowplayer.org.

    The fix will be in our next release which will come out today.

    thanks
    Viktor

    7 years ago in reply to: Problems with player alignment
    viktor

    Hello Cebra,

    thanks for getting back to us. The sceenshot won’t tell us what we need to know, is it possible to see the thing live? That way I can tell what is overriding the spacing, which we have in our player.

    thanks
    Viktor

    7 years ago in reply to: Problems with player alignment
    viktor

    Additionally, here is our Doc file, which describes all what I’ve wrote above
    https://foliovision.com/player/basic-setup/alignment-settings

    thanks
    Viktor

    7 years ago in reply to: Problems with player alignment
    viktor

    Hello Cebra,

    can you please doublecheck, how you’ve aligned the player? If you’ve selected it and just aligned to the left using the visual editor, then it was most probably wrapped in <p> tags with some alignleft class, which broke it like this.

    You can either align the video using the FV Player shortcode editor or just make sure you video shortcode contains this align="left".

    If you don’t see an option to change video alignment in your shortcode editor, then you should first enable it in our plugin settings -> Post Interface Options -> Align -> (tick Yes).

    thanks
    Viktor

    7 years ago in reply to: Speed Formatting when set to .1 increment on v7 player
    viktor

    Hello Blayne,

    we’ve adjusted the speed menu, so it has more space to breathe on smaller screens. The change will come in one of the upcoming releases.

    thanks
    Viktor

    7 years ago in reply to: YouTube Splash Screen on Android
    viktor

    Hello Pádraig,

    I’ve briefly checked your site and tried to add back the CSS you’ve mentioned and the video was playing fine. Can you confirm it’s OK on your end?

    thanks
    Viktor

    7 years ago in reply to: Subtitle font size
    viktor

    Hello Cesar,

    we’ve readjusted the subtitle sizing in fullscreen mode for a number of screen sizes (not all of them), the changes are already released in 7.1.11.726.BETA

    thanks
    Viktor

    7 years ago in reply to: li list style on .fvp-share-bar .fvp-sharing li
    viktor

    Hello Devin,

    thanks for letting us know, we’ve fixed this and it will be in our next update.

    Viktor

    7 years ago in reply to: Form labels in editor are transparent
    viktor

    Hello Ferdinand,

    thanks for the list. I see several plugins, which have special styling for forms (Ninja Forms, Woocommerce), but also a Pro plugins, to which we don’t have access to.

    I’d definitely set up the test environment and see how it behaves with TwentySeventeen theme, or look up the form labels in any Developer Tool in a browser of your choice. The chance is great, that one of the plugins or the theme is adding the color white to form labels or even worse, impose an !important rule on such declaration.

    If you’d like us to troubleshoot your theme with our player, we’re happy to do that as a Pro Support Incident.

    thanks
    Viktor

    7 years ago in reply to: Form labels in editor are transparent
    viktor

    Hello Debbie,

    did you have time to check on the items I’ve wrote about in my last message?

    thanks
    Viktor

    7 years ago in reply to: ExoClick ads not working properly (18+ site)
    viktor

    Hello Johnny,

    you cannot edit what’s in wp-content/fv-flowplayer-custom as this CSS is generated from the player. You correctly mentioned, that it is generated each time you save your player settings.

    So that means, you’d have to put your changes to a different location and target your elements better even without using the !important rule.

    thanks
    Viktor

    7 years ago in reply to: Speed Formatting when set to .1 increment on v7 player
    viktor

    Hello Blayne,

    we’ve done some more work on this to make the speed selection menu more usable. Please check this example https://foliovision.com/player/advanced/speed-buttons?fvp_release=z093ja and let us know, if it works for you.

    Besides of the speed menu, we’ve also adjusted the controlbar, so the items are tapped more easily on mobiles.

    The changes will come in the next Beta release.

    thanks
    Viktor

    7 years ago in reply to: Is it possible to show Horizontal playlist above the video player?
    viktor

    Hello Radmitry,

    our player already hides the controlbar in fullscreen after a while if you don’t move your cursor. Once you move it, it appears again. Hiding of the controlbar occurs only when the video is playing, just like YouTube and other players.

    If you want to hide it also when the video is paused, this could be done via CSS using these classes:

    .is-paused
    .is-fullscreen
    .is-mouseout
    .is-mouseover

    Thanks
    Viktor

    7 years ago in reply to: Form labels in editor are transparent
    viktor

    Hello Debbie,

    it’s most probably a plugin or theme conflict. Can you send us a list of all plugins you are using and test if it’s happening when you have TwentySeventeen theme activated?

    thanks

    Viktor
    CSS Designer

    7 years ago in reply to: W3C Validation Error
    viktor

    Hello Rolf,

    as I can see, those are properties, which target older browsers and they all have correct vendor prefixes. On the other hand, vendor prefixes are treated as non-standard and therefore technically invalid CSS.

    The are tolerated and widely used, so even the validator itself now includes an option for Vendor Extensions (under More Options box). There you can switch errors into warnings, so the site validates tentatively.

    We will keep these vendor prefixes so our plugin is backwards compatible.

    thanks
    Viktor

    7 years ago in reply to: FVPro > Sticky > Z-Index wrong
    viktor

    Hello Dan,

    not sure what happened on your end, because this issue is not related to our player or it’s updates.
    But if you put z-index: 999 on the first .et_pb_row container, the video moves to the top.

    thanks
    Viktor

    7 years ago in reply to: Use colorbox link in theme/template
    viktor

    Hello Gerald,

    can you give us a working example, where the problem is visible?

    thanks
    Viktor

    8 years ago in reply to: Hi, how to take black start screen off after video finish
    viktor

    Hello Tom,

    if you’d like to remove the back background at the beginning of the video, please add this code to your stylesheet

    .container .flowplayer {
    background-color: transparent !important;
    }
    

    thanks
    Viktor

    • This reply was modified 7 years, 6 months ago by viktor. Reason: wrong markdown
    8 years ago in reply to: Align Settings
    viktor

    Hello Pesi,

    I’ve checked these two links
    http://tlabcvideos.org/wp/archived-videos/2012-09-21/
    http://tlabcvideos.org/wp/archived-videos/hd-samples/

    and found, that player settings 720×480 don’t match a wide site like this (1200px). The easiest solution is to use a bigger player size 1280×720 with no alignment setting. This way all the place gets filled out nicely and without gaps.
    (Your HD sample has currently align:right setting, you need to remove that).

    Thanks,
    Viktor

    9 years ago in reply to: insert FV player inside a graphic such as a branded TV screen .png
    viktor

    Hello William,

    I wouldn’t use border-image in CSS, as it has many issues and the results might be different in each browser. And since it’s important, that the video fits nicely into the graphic, it would be best to wrap it in a DIV that has your custom background. Than you can use background-size: cover; so it spreads nicely around the whole player. Since you know the size of the player, you can easily create that graphic to fit pixel perfect. The wrapping DIV itself can include some padding around, this way you can center the player vertically and horizontally.

    thanks
    vk

    9 years ago in reply to: Make Lightbox Area Transparent
    viktor

    Hello Steve,

    use !important on both of these and move the code into your theme stylesheet. This way you don’t need to worry about future plugin updates. And to save some space, we can make the code even shorter:

    .flowplayer.lightbox-starter .fp-ui {
        background: transparent;
    }
    .flowplayer.lightbox-starter {
        background-color: transparent !important;
    }

    thanks
    vk

    9 years ago in reply to: Add shortcode to Genesis theme archives?
    viktor

    Hello James,

    if we talk about this field https://wpbeaches.com/wp-content/uploads/2014/09/genesis-category-header-text.png, then archive intro text accepts only HTML, not PHP. That’s the reason, why your code doesn’t work there.

    A similar filter like the one below works for enabling shortcodes in text widgets, so after a small change it might also work here. Try it out and let me know.

    add_filter('genesis_do_taxonomy_title_description', 'do_shortcode');

    thanks
    vk

    9 years ago in reply to: Subtitles placed below the player
    viktor

    Hello Julio,

    you might want to try this short CSS code to put the captions below the video. Although, in fullscreen mode they will be in their default location – inside the video.

    /* Captions under the player */
    .flowplayer {
    margin-bottom: 80px !important;
    }
    .flowplayer.is-fullscreen {
    margin-bottom: 28px !important;
    }
    .flowplayer .fp-subtitle {
    bottom: -58px !important;
    background-color: #000;
    display: block;
    }
    .flowplayer.is-fullscreen .fp-subtitle {
    bottom: -28px !important;
    background-color: transparent;
    }
    

    thanks
    vk

    • This reply was modified 8 years, 12 months ago by viktor.
    9 years ago in reply to: Problems with FV player function in Safari and IE 10
    viktor

    Hello drfingerless,
    sorry for the longer wait, I was looking at it just today, but so far haven’t been able to find any CSS related issue. I’d look further in conflicts between JS.

    thanks
    vk

    9 years ago in reply to: Styling AB Loop
    viktor

    Hello Sam,

    the topmost parent container for the AB loop part is .fv-ab-loop and .active is added if it’s turned on. The AB progress bar shares the same width, height and color with the timeline progress bar and it’s class is .noUi-background.

    If you’d like to remove the two letters, just use this code

    .noUi-handle.noUi-handle-lower::after,
    .noUi-handle.noUi-handle-upper::after {
    display: none;
    }
    

    thanks
    vk

    9 years ago in reply to: Looping Idea
    viktor

    Hello John,

    since this is an automatically generated list, there are not many options you can try. If you don’t mind having them in unordered, then giving each LI float:left and width: 50% would make it work. If you want to have the items go in the first column and after one half following in the second one, then it’s probably just CSS3 column-count property.
    The downside is it only makes sense to use it on shorter lists and browser support is not really the best one.

    UL LI {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }

    or see it in action here JSfiddle http://jsfiddle.net/qUAT6/1356/

    Thanks
    vk

    • This reply was modified 9 years, 3 months ago by viktor.
    • This reply was modified 9 years, 3 months ago by viktor.
    9 years ago in reply to: Full Screen Mode Transition
    viktor

    Hello Victor,

    I’ve checked our FV Player Pro against http://www.jwplayer.com/products/jwplayer/ and http://videojs.com/.

    On desktop with Firefox and Chrome (both latest ones):
    – all players had more or less the same transition
    – on Chrome JW Player was blinking and jumping all mad
    – in general Video JS was ok

    On mobile (latest Sony Xperia M4 with Android Lollipop 5.0):
    – JW Player was jumping when going from one state to another
    – same for FV Player
    – Video JS was the smoothest of all

    Plus, on mobile if you were in fullscreen and wanted to go back, one tap paused the video on FV Player, but not JW and Video JS.

    Only thing I found is that the transition itself is not much different on our FV Player, it’s just maybe a bit faster than on the other too.

    I’ve also tested you your site (example http://firstclasstracks.com/video/dounia-im-not-the-only-one-sam-smith-cover/) on FF and Chrome. Firefox was good, but Chrome was jumping badly. On CSS level, I’ve noticed, that the actual video is placed in a div.player container, that has various properties in bootstrap.min.css. It’s height is set to zero, there is position relative and some others too. It might be, that this is causing some of the trouble you’ve seen. You might want to check these out and see if the fullscreen transition improved.

    thanks
    vk

    10 years ago in reply to: lightbox border
    viktor

    Glad I could help. Have a nice day too!

    10 years ago in reply to: lightbox border
    viktor

    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

    10 years ago in reply to: lightbox border
    viktor

    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

    10 years ago in reply to: lightbox border
    viktor

    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

Viewing 33 replies - 1 through 33 (of 33 total)

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!