• 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

Jovan

  • Profile
  • Topics Started
  • Replies Created

Forum Replies Created

Viewing 36 replies - 1 through 36 (of 36 total)
  • 3 months ago in reply to: How to Add Markup Content to the Video Sitemap?
    Jovan

    It worked!

    I appreciate your time and hard work getting this done.

    3 months ago in reply to: How to Add Markup Content to the Video Sitemap?
    Jovan

    Are your MP4 videos playable anywhere?

    My videos are hosted on a sub-domain with the full URL available.

    I don’t use AWS or BunnyCDN or anything similar. I host my own videos.

    4 months ago in reply to: How to Add Markup Content to the Video Sitemap?
    Jovan

    My videos are valid. I am trying to say that the Rich Results structure data markup is not following best practices.

    contentURL property should be the video file.
    “contentUrl”: “https://www.example.com/video/123/file.mp4“

    Currently, the “contentURL” is pointing to the page where the video is embedded.

    Also we should use the “embedURL” which is currently not included.
    “embedUrl”: “https://www.example.com/embed/fvp-123“

    My link to the video page is NSFW.

    video-schema-markup-best-practices-fv-player
    video-schema-markup-best-practices-FV-Player
    4 months ago in reply to: How to Add Markup Content to the Video Sitemap?
    Jovan

    Sorry, I meant Video Schema.org markup.

    The video sitemap works perfectly.

    4 months ago in reply to: How Do I Edit the FVP Page?
    Jovan

    I meant to post this URL https://www.mydomain.com/awesome-video-of-four-dump-trucks/fvp/

    4 months ago in reply to: VideoObject schema issue
    Jovan

    Thank you!

    Looking forward to more features and optimizations.

    4 months ago in reply to: VideoObject schema issue
    Jovan

    I upgraded from FV Player 7 to 8 around December 2024 and didn’t realize by default, the FV Player 8 option “Use Schema.org markup: Adds the video metadata information for search engines.” was disabled.

    Previously, I always had Schema markup checked and made sure it was listed in Google Search Console.

    Once the video schema was removed, my traffic dropped significantly.

    I recommend keeping the video schema markup turned on by default and improving on it.

    Here is a screenshot of my traffic before and after removing the video markup from my web pages.

    5 months ago in reply to: Overlay Code is Being Stripped When Saving FV Player 8
    Jovan

    Should I upgrade through WordPress, or do you have an updated FV Player 8 plugin that won’t strip scripts?

    5 months ago in reply to: How to Make Pause Background Clickable to Continue Watching Video
    Jovan

    and I am using a script for the pop-up that rotates between iframe, images, and HTML5 videos.

    5 months ago in reply to: How to Make Pause Background Clickable to Continue Watching Video
    Jovan

    What am I missing here?

    .wpfp_custom_popup .fv_player_popup-1 { display: flex; align-items: center; justify-content: center; z-index: 2000;}
    
    .flowplayer .wpfp_custom_popup {
      pointer-events: none;
    }
    .flowplayer .wpfp_custom_popup a, .flowplayer .wpfp_custom_popup input, .flowplayer .wpfp_custom_popup button, .flowplayer .wpfp_custom_popup textarea, .flowplayer .wpfp_custom_popup select {
      pointer-events: all;
    }
    5 months ago in reply to: How to Make Pause Background Clickable to Continue Watching Video
    Jovan

    Is the “Allowing popup background to resume the video” still compatible with FV Player 8?

    I have a z-index issue where I click the ad, but the video plays instead.

    5 months ago in reply to: Overlay Code is Being Stripped When Saving FV Player 8
    Jovan

    Awesome! That worked well.

    8 months ago in reply to: How to Limit Video Ad Playback To An Hour Instead of Once Per Day
    Jovan

    For FV Player VAST with ExoClicks, I am using the VAST URL pre-rolls and 1-minute global mid-rolls.

    Will my settings be saved if I have FV Player 7 and FV Player Pro 7 when I upgrade to FV Player 8?

    8 months ago in reply to: Is Vast 4.3 Compatible with FV Player Vast?
    Jovan

    I am using ExoClicks default VAST 3.0 but they have an option for VAST 4.3.

    9 months ago in reply to: How to Limit Video Ad Playback To An Hour Instead of Once Per Day
    Jovan

    Yes, that would work nicely.

    1 year ago in reply to: Google Pagespeed – Largest Contentful Paint Elements
    Jovan

    Do you have the latest FB Player available on GitHub?

    I would love to have the option to target video pre-rolls based on categories, tags or custom taxonomies.

    Maybe add the pre-rolls, pop-ups, etc. as an add-on to FV Player Pro. The add-on would be an ads management system.

    I currently use Ads Inserter Pro to display my banners and text ads.

    1 year ago in reply to: How to Remove the SVG Play Icon
    Jovan

    I have my CSS loaded without ASYNC because the majority of the CSS is critical.

    I found a solution by minifying and combining all my CSS file into one file.

    Now, my html loads at the same time with one CSS file.

    The FOUC has gone away.

    By combining all my CSS files I improved my Pagespeed score to an average of 74.

    screenshot_20240129-194423
    Screenshot_20240129-194423
    1 year ago in reply to: Google Pagespeed – Largest Contentful Paint Elements
    Jovan

    I have added fetchPriority directly in the FV Player code, so it is on every page.

    (redacted)

    1 year ago in reply to: How to Remove the SVG Play Icon
    Jovan

    I have the fv-player-custom/style-1.css loading in the header.

    Is there a way to remove and replace the icon through CSS?

    1 year ago in reply to: How to Remove the SVG Play Icon
    Jovan

    Here is another screenshot of what the icon looks like.

    And this is the CSS I am using.

    p.fv-flowplayer-mobile-switch { display: none }
    
    .fp-play:before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px;
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      margin: auto;
      right: 0;
      bottom: 0;
      opacity: 0;
      transform: none !important;
      transition: none !important;
    }
    
    .flowplayer .fp-pause {
        display: none !important;
    }
    
    .flowplayer.is-splash .fp-preload, .flowplayer.is-poster .fp-preload, .fp-waiting .fp-preload {
        display: none !important;
    }
    
    .flowplayer .fp-play.fp-visible svg, .flowplayer .fp-pause.fp-visible svg, .flowplayer .fp-waiting.fp-visible svg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    1 year ago in reply to: Google Pagespeed – Largest Contentful Paint Elements
    Jovan

    The only link attribute I added to the splash image was fetchPriority=”high” to improve my score.

    I think a solution would to add it as a global option in the settings.

    Since the majority of users place the video above the fold to be categorize by Google as “video is the main content.”

    Google has change what it considers as the main content. Here is more about that https://www.seroundtable.com/google-video-is-not-the-main-content-of-the-page-36539.html

    Another option would be the ability to add a mobile splash screen just like we have for a mobile video.

    Looking forward to improvements and I understand it is not easy implementing these changes in the code.

    Another premium option should be to expand the pre-roll ads. I would love to show pre-rolls based on categories and tags. Grouping these pre-rolls ads to play would be an enhancement that I am willing to pay for.

    1 year ago in reply to: Google Pagespeed – Largest Contentful Paint Elements
    Jovan

    I found a solution by reading through Google’s “Optimize Largest Contentful Paint.”
    https://web.dev/articles/optimize-lcp

    I went into the FV Player code fv-wordpress-flowplayer/models
    /flowplayer-frontend.php at line 713 at added fetchpriority="high".

    Before:

    $image = '<img class="fp-splash" alt="'.esc_attr($alt).'" src="'.esc_attr($splash_img).'"';

    After:

    $image = '<img fetchpriority="high" class="fp-splash" alt="'.esc_attr($alt).'" src="'.esc_attr($splash_img).'"';

    I shaved about 1ms off of my LCP score.

    1 year ago in reply to: How to Disable Video Loading Animation
    Jovan

    Perfect!
    !important worked!

    Thank you

    1 year ago in reply to: How to Disable Video Loading Animation
    Jovan

    It is just a style issue. I have optimized JS setting turned on.

    I am already using the custom CSS and the three vertical bars still appear.

    You can check my site and see what I am talking about.

    I don’t think I am allowed to post my site’s URL. Let me know if I can email it to you or let me know if you already know about my site.

    1 year ago in reply to: FV Player Compatible Theme & SEO Plugin
    Jovan

    I figured out how to put the video on top by using a custom meta box where I insert the short code. The page is an Elementor template. I achieved this using Crocoblock’s JetEngine to add the custom meta box.

    For the schema markup I would like to see an interactionStatistic where it counts views. InteractionCounter
    interactionType

    Can we achieve this since we already have stats for FB Player?

    1 year ago in reply to: FFmpeg for video conversion , not third party, but on website itself.
    Jovan

    I have my own dedicated servers and have FFmpeg installed.

    I would pay for a conversion engine webui that would be compatible with FB Player.

    The requirements for FFmpeg would be to create four different videos 1920, 1080, 720, 420, video thumb preview VTT auto creation, thumbnail chapters click to preview, ability to store and process videos on different servers, auto watermark, etc.

    FFmpeg installation is straight forward on Ubuntu 22.04.

    Put me on the beta list if you ever decide to make an encoding webui compatible with WordPress.

    1 year ago in reply to: Video Schema Markup Picking up the Wrong Name Description
    Jovan

    The video schema markup has an invalid datetime value. I have attached a screenshot.

    Is it possible to add “uploadDate” in the schema?

    I added an example of a video schema markup. Is this possible?

    Type: VideoObject
    Name: Happy Video
    Thumbnail Url: https://cdn.example.com/videos/happy-video.jpg
    Description: A happy video for all
    Upload Date: 12/24/1988
    Duration: “IS THIS POSSIBLE?”
    Content Url: https://cdn.example.com/videos/happy-video/
    Video Embeded URL
    Interaction Count: “IS THIS POSSIBLE?”

    schema-markup-invalid-timezone
    schema-markup-invalid-timezone
    3 years ago in reply to: Video Schema Markup Picking up the Wrong Name Description
    Jovan

    I truly appreciated your effort in fixing and improving this issue.

    Thank you

    3 years ago in reply to: Video Schema Markup Picking up the Wrong Name Description
    Jovan

    Is there any way to increase the character count of the video description?

    Currently, the character count is around 50. Best practices say about 160 characters is optimal.

    Please let me know.

    3 years ago in reply to: Video Schema Markup Picking up the Wrong Name Description
    Jovan

    It looks like it is fixed. Please verify if you see what I see?

    https://validator.schema.org/#url=https%3A%2F%2Fwww.iseekgirls.com%2F2020%2F12%2F04%2Fgia-derza-ripped-jean-anal-sex-ass-to-mouth%2F

    Thank you

    3 years ago in reply to: Video Schema Markup Picking up the Wrong Name Description
    Jovan

    Ok, that fixed the issue.

    Now, the video schema shows the description with HTML elements in it.

    (redacted)

    3 years ago in reply to: Video Schema Markup Picking up the Wrong Name Description
    Jovan

    (redacted)

    I am using this testing tool for schema validation.
    https://validator.schema.org/

    3 years ago in reply to: Video Schema Markup Picking up the Wrong Name Description
    Jovan

    Ok, I think what is happening is that the schema markup is picking up my video pre-roll ads and marking them up which causes two VideoObject in my schema.

    3 years ago in reply to: Admin JavaScript warning
    Jovan

    It is now working. Thank you

    3 years ago in reply to: Admin JavaScript warning
    Jovan

    I got it working by turning off the LiteSpeed cache. I need LiteSpeed cache on because it is a high-traffic website with 700K page views monthly.

    I am not minifying CSS or Javascript with LiteSpeed cache and it still gives me an error.

    I have attached a screenshot of the Google Dev console error.

    I get an error with version 7.5.20.727 and no error with version 7.4.47.727.2.

    Let me know what I need to do on my end to let the latest version of FV Player work.

    Thank you

    screenshot-2022-04-04-163412
    Screenshot-2022-04-04-163412
    3 years ago in reply to: Admin JavaScript warning
    Jovan

    I had the same problem with the latest release 7.5.20.727. I had to roll back to version 7.4.47.727.

    I am also using version 7.5.19.727 FV Player Pro which is not causing issues.

Viewing 36 replies - 1 through 36 (of 36 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!