• 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

Vimeo video title appearing and Sermon Manager issues

[Solved]

Foliovision › Forums › FV Player › Requests and Feedback › Vimeo video title appearing and Sermon Manager issues

  • smith234 10 years, 2 months ago

    I was testing your player out and in that latest ie for windows 8.1 when moving mouse over at least the quality selections maybe more places to it shows a text that says vimeo video title and some numbers in a ()

Viewing 35 replies - 1 through 35 (of 35 total)
  • Martin 10 years ago

    Hello smith234,

    that’s the Vimeo video title. It’s there to help with the Google Analytics video play tracking.

    Are you using Google Analytics or not? If not, then we could hide this information. Or we could only show the video title and don’t put “Vimeo: ” in front of it.

    Thanks,
    Martin

    smith234 10 years ago

    I would rather not have vimeo in front of it.

    smith234 10 years ago

    I wouldn’t need google to track it wouldn’t Vimeo still track it through your player?

    smith234 10 years ago

    Just the title would be good and not the vimeo and numbers after. The whole point of using the plugin is to not have vimeo showing. How can I remove that?

    Martin 10 years ago

    Hello smith234,

    unfortunately our Vimeo embedding doesn’t support the Vimeo tracking. We just let you use the video files without the Vimeo branding, if you are a paid Vimeo customer (Pro or Plus).

    We released FV Player Pro 0.2.9.0.4 which removes the “Vimeo: ” part of the video hover titles. Thank you for letting us know about the issue.

    Thanks,
    Martin

    smith234 10 years ago

    I noticed last night that your plugin will not play the vimeo videos in the sermon plugin anyways. If you have it embedded in the sermon plugin without first playing it in a page it will not play in sermon plugin page. Remember I told you about the image not working? Well it seems the video will not work either.

    I would love to get yours to work if it would let vimeo track plays and play in sermon plugin. Is there anyway you can give a away to enter their direct links so make a quality selection. That would be much better.

    Martin 10 years ago

    Hello smith234,

    Sermon plugin – is that some custom code on your website? It should just run do_shortcode() on the [fvplayer….] shortcode or it needs to be processed by the_content filter. Also the global $post needs to be present and functioning. Could you please ask your programmer to have a look?

    If you use our shortcode outside of WordPress loop, there might be issues with automated YouTube and Vimeo splash screens. These get saved on post save WordPress actions, so if these are not hooked in your Sermon plugin, there might be issues.

    Unfortunately your plugin seems to not be using all the WordPress standards, so it’s tricky to figure out without having a direct look.

    Also, we will change the “Vimeo:” video title hiding into an option as some people like it.

    Thanks,
    Martin

    Alec Kinnear 10 years ago
    Avatar photo

    Hi Chan,

    I’m very sorry to hear about your issues.

    We scrupulously follow WordPress conventions and guidelines in our plugin development (we’re obsessed with compatibility). Martin is right, there must be an issue with your theme/plugin (“Sermon”).

    If you’d like to book a pro support incident, we’d be happy to take a hands-on look and help you resolve the conflict.

    Making the web work for you, Alec

    Martin 10 years ago

    Hello smith234,

    regarding the Vimeo video titles – in the new version you will have to enable the “Remove Vimeo information from player element title” to hide the Vimeo information. Some users want it and some don’t, so you can just turn it off.

    Thanks,
    Martin

    Alec Kinnear 10 years ago
    Avatar photo

    Hi Martin,

    This preference should be sitewide of course and NOT per video.

    Thanks!

    Martin 10 years ago

    Hello Alec,

    that’s right, it’s in Settings -> FV WordPress Flowplayer -> Vimeo (Pro) -> Remove Vimeo information from player element title.

    Thanks,
    Martin

    smith234 10 years ago

    I don’t see a update for it in updates. Did you put in away to enter the direct urls on vimeo and it work with quality switching?

    Martin 10 years ago

    Hello smith234,

    are you seeing the update now? The WordPress plugin updates are cached, so it might take a while until it appears. You can always just download a fresh ZIP file for FV Player Pro from https://foliovision.com/edit

    Unfortunately Vimeo Pro MP4 file URLs are not currently supported for quality switching as the file signature is changed for each quality version. Are you having issues with our Vimeo integration? https://foliovision.com/player/how-to-use-vimeo-pro Or is it just the issue with your Sermon plugin? Please let us know.

    Thanks,
    Martin

    smith234 10 years ago

    I had to download and reinstall the pro plugin for it to update. It wouldn’t show up on updates. No the pro will not work for me in the sermon plugin. It will not pull video or image. I need it to be able to enter the url. Also, entering the url would allow me to use vimeo stats and not google.

    Martin 10 years ago

    Hello smith234,

    I don’t think using the Vimeo Pro video URLs works with the stats – could you please confirm that it works for you?

    The Sermon plugin is a custom code done for your website? Have you tried suggesting the fix to the plugin author? If you put [fvplayer] shortcode into the sermon content, does the global $post work properly in it?

    Thanks,
    Martin

    smith234 10 years ago

    Yes the video urls on video files in settings work with the stats.
    It’s a sermon plugin not custom code. You plugin with vimeo pro is the only thing I have even seen not to work. It will not pull a video with your plugin. Using the urls would be much easier. I don’t know what you are talking about with global post.

    Martin 10 years ago

    Hello smith234,

    could you please setup a test page using the Sermon plugin where we can see our Vimeo integration not working? I wonder if the footer scripts are missing or what could go wrong. If that’s the case, then the Sermon plugin might not be using all the WordPress actions properly.

    My question was if it was a plugin done for your website or if we can check it somewhere on WordPress.org to test it.

    Thanks,
    Martin

    smith234 10 years ago

    https://wordpress.org/plugins/sermon-manager-for-wordpress/

    that is the one I use.

    Martin 10 years ago

    Hello smith234,

    I checked it out.

    The sermon editing can be seen on “Sermon Details” and “Sermon Files” screenshots here: https://wordpress.org/plugins/sermon-manager-for-wordpress/screenshots/

    The problem is that none of these fields is the post_content so the save_post action hook doesn’t process it – our plugin expects the [fvplayer] shortcode to be in post_content when parsing the splash screens.

    So you need to add the splash screens by hand or you can ask the plugin author to start using the post_content for the sermon description and then put [fvplayer…] into it.

    Next, the player worked for me (I tried some Vimeo video as well) when I put the [fvplayer…] shortcode into the “Video Embed Code” field. Could you please try that?

    It wouldn’t work in “Description” field. That’s another side effect of not using post_content for the “Description” which effectively is the post content.

    Thanks,
    Martin

    smith234 10 years ago

    I couldn’t even pull videos with that when the video wasn’t first pulls from a normal post.

    Alec Kinnear 10 years ago
    Avatar photo

    Hi Chan,

    If the other plugin author won’t respect any WordPress conventions, it’s pretty tough for us to code around him. The problem in this case is with the other plugin.

    post_content is where the content is supposed to go.

    smith234 10 years ago

    If the quality switch let me enter the URLs so I could use the file links it would work.

    smith234 10 years ago

    The sharing option isn’t working with the new version though.

    smith234 10 years ago

    Ok, I noticed something. It will play the videos, maybe I was putting the wrong url on. But it will not play the 1080p very well. It stops a lot and starts. The vimeo player will not do that.

    Martin 10 years ago

    Hello smith234,

    thank you notifying us about the broken sharing, it was caused by our improved Google Analytics tracking in 2.3.13. We will release version 2.3.14 which fixes this today.

    Regarding the slow HD streaming, we had a similar report here: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/vimeo-videos-taking-too-long-to-load#post-4957

    Brand new version of core Flowplayer should be out in a couple of weeks, so we can check this then it’s out.

    Do you have the same experience when you check Settings -> FV WordPress Flowplayer -> Sitewide Player Defaults -> Prefer Flash player by default? I’m noticing that new version of Firefox has some bugs in MP4 playback (sends excessive amount of HTTP 206 requests on random seek), so I’m going to report that to Firefox developers.

    Thanks,
    Martin

    smith234 10 years ago

    OK ty, The sharing was fixed but it now says pro isn’t installed.
    The only thing else I see is that you are correct about vimeo stats. For some reason it will not show in the stats in vimeo

    Martin 10 years ago

    Hello smithh234,

    your FV Player Pro is installed in a directory named fv-player-pro-1, so I guess FV WordPress Flowplayer is failing to detect it.

    Is it just the error message or are you having other issues as well?

    Thanks,
    Martin

    smith234 10 years ago

    The video when set to flash by default you can’t forward through video at all so I unchecked it again at least in chrome.
    I made a test page so you can see how it works with me with flash unchecked.

    http://revivalishere.org/4-19-15-temp-page/

    vimeo is working on the stats to see about that.

    Alec Kinnear 10 years ago
    Avatar photo

    Hi Chan,

    Please try to observe WordPress conventions (not renaming plugin directories). WordPress works much better when you play by the rules.

    Hi Martin,

    Any additional work on this sermon plugin issue will have to be pro support. We are not responsible for every non-compliant piece of code on earth. If the sermon plugin author can’t be bothered to apply content parsing rules to his content, then clearly it’s just not that important to him.

    Making the web work for you, Alec

    smith234 10 years ago

    Alec, well I didn’t rename the plugin. I had nothing to do that that.
    As for pro support the issue with the 1080p has nothing to do with sermon plugin. I fixed the issue with the sermon plugin. The link I posted now is on a page not sermon plug.

    Alec Kinnear 10 years ago
    Avatar photo

    Hi Chan,

    You installed one plugin on top of another. Then you didn’t rename the directory after doing so. If you want be a cowboy with the code, you’ll have to learn to ride mustangs. While we do appreciate your bug notes, it does seem like you are deliberately working to break/sabotage our plugin. We will address your issues where we can but occasionally Martin will require a pro support incident to troubleshoot your sites and code.

    Thanks.

    smith234 10 years ago

    I think you are very confused Alec, I have never installed anything over top of anything and I don’t touch your code. I think you are confused. When I installed your update it said pro wasn’t install click to install. That must have installed it again. I don’t touch your plugins at all just use it. So if it was broken I haven’t done it as I don’t touch your code in the least. I don’t even look at it.

    Alec Kinnear 10 years ago
    Avatar photo

    Actually Chan, you did exactly that. You uploaded a version of our plugin with the -1 at the end by hand. When you download duplicate files on your OS, you create false numbered ones.

    Martin (rather recklessly in my opinion) will make FV Player Pro work in folders with other names but frankly even Apple stopped allowing random moving of applications and paths. It’s living dangerously.

    Alec Kinnear 10 years ago
    Avatar photo

    Actually Chan, you did exactly that. You uploaded a version of our plugin with the -1 at the end by hand. When you download duplicate files on your OS, you create false numbered ones.

    Martin (rather recklessly in my opinion) will make FV Player Pro work in folders with other names but frankly even Apple stopped allowing random moving of applications and paths. It’s living dangerously.

    smith234 10 years ago

    No I never ftp uploaded anything. I removed one once and uploaded the latest because it never updated.

Viewing 35 replies - 1 through 35 (of 35 total)
Reply To: Vimeo video title appearing and Sermon Manager issues



Please Sign in or Register to upload files.

Related Posts

  1. Setting Up Video Quality Switching

  2. ClipX Clipboard Manager

    ClipX Clipboard Manager

  3. FV Flowplayer adds Youtube and Vimeo support

    FV Flowplayer adds Youtube and Vimeo support

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!