Forum Replies Created
-
-
9 years ago in reply to: Issues with licence
Hello Diego,
I guess that’s what’s causing the issue.
We will get this fixed – if plugin is network activated, it still should be detected properly.
Thanks,
Martin9 years ago in reply to: Issues with licenceHello Diego,
I see you are using WordPress Multisite. Is FV WordPress Flowplayer network-activated? Is FV Player Pro network-activated?
Thanks,
Martin9 years ago in reply to: Issues with licenceHello Diego,
have you changed the directory name of FV WordPress Flowplayer?
Are you using any object caching (such as memcached)?
Thanks,
Martin9 years ago in reply to: AJAX Portfolio and flowplayerHello Fab,
if there any JavaScript event which triggers once the Ajax content finishes loading in your theme?
There are some other users using that successfully in some themes:
https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/fv-flowplayer-play-button-is-appearing-twice#post-5683
https://foliovision.com/support/fv-wordpress-flowplayer/requests-and-feedback/u_play-is-not-a-function-fv-player-pro-ver-03#post-5403Our ultimate goal is to make this work without you having to put in custom code though. Perhaps we can check if there are new <video> tag periodically and add Flowplayer on them automatically.
Thanks,
Martin9 years ago in reply to: HTTPS video won’t playHello David,
please make sure you upgrade to latest FV Player Pro (0.3.8).
If you don’t see an upgrade, just grab a fresh version from https://foliovision.com/login -> My Products -> Extensions -> FV Player Pro. We will check why the update is not pushed to your site.
Thanks,
Martin9 years ago in reply to: Quality Switch, hide some labelHello Gregory,
that looks like a good workaround. I guess you can then look at what files have same size and find these missing versions that way.
Thanks,
Martin9 years ago in reply to: RTMP Live StreamingHello Harinder,
could you please:
1) post the RTMP details here?
2) Post the exact shortcode you are using?
3) use our video checker? Here’s how: https://foliovision.com/player/faq#properties-built-checker-report-playing
Thanks,
Martin9 years ago in reply to: Quality Switch, hide some labelHello Gergely,
I’m sorry, but we were bogged down by some unexpected work and we didn’t had time to move on this.
It would be done already, but we want to do it the right way rather than release something one programmers will know how to use.
Thanks,
Martin9 years ago in reply to: quality switchingHello Dave,
if you mean adding a mobile version of our forums – we will be changing our forums to bbPress 2 soon, so then we will finally use a single template for our whole website and that will allow us to optimize it for mobile.
Thanks,
Martin9 years ago in reply to: FV Player Pro and Vimeo statsHello Tim,
sorry about all the trouble.
1) The error message about view/frontend-head.php – fixed, I put up the new version into beta plugin updates and also to the ZIP file in the article.
2) You have to disable FV Player Pro before enabling FV Player Pro beta.
3) You can see logo as Flowplayer 6 requires a different key than version 5. We handle this automatically for our licensed users or you get a warning on the plugin update if you haven’t enabled this.
I’ll send you your license key for FV Flowplayer 6 in email now.
Thanks,
Martin9 years ago in reply to: FV Player Pro and Vimeo statsHello Tim,
I marked your user as a beta tester, so you can get FV Player Pro Beta (for FV Flowplayer 6) from https://foliovision.com/login -> My Products -> Extensions -> FV Player Pro -> (beta). Use it only if you use FV Flowplayer 6 from the article which I posted above.
Thanks,
Martin9 years ago in reply to: vastHello John,
just use our shortcode editor to insert your video to some post: https://foliovision.com/player/user-guide
To enable autoplay on a per-video basis, enable Settings -> FV WordPress Flowplayer -> Post Interface Options -> Autoplay and turn it on when inserting that video or click into the shortcode and use our shortcode editor described above to edit it.
And then copy the resulting [fvplayer…] shortcode and put it into the code above. You might need to replace any ‘ symbols in it with ” though.
Thanks,
Martin9 years ago in reply to: vastHello John,
the embedding via script is tricky and even though it’s improved in Flowplayer 6, adding support for ads into it would be much harder.
Could you please let us know what exactly are you trying to do? If you are used to do WordPress template programming, you should be able to just put this code into header and have it working:
<?php echo do_shortcode(‘[fvplayer src="http://video-cdn-public.foliovision.com/Swan+Lake+Reloaded-sd.mp4"]‘); ?>
This is also noted in our FAQ here: https://foliovision.com/player/faq#flowplayer-object-outside-example-sidebar
Thanks,
Martin9 years ago in reply to: quality switchingHello Dave,
you must sort the qualities (you can use drag and drop) and put the default one to the top. See step 3. here: https://foliovision.com/player/switch-video-quality Just make sure the SD quality as at the top.
Thanks,
Martin9 years ago in reply to: FV Player Pro and Vimeo statsHello Tim,
I added a note about FV Flowplayer 6: https://foliovision.com/2015/06/flowplayer-6-bugs
Make sure you contact us to get access to beta version of FV Player Pro compatible with FV Flowplayer 6 as the old version of FV Player Pro won’t work if you want to use it though.
Thanks,
Martin9 years ago in reply to: How to totally customize CSS for a playlistHello Diego,
thank you for the code sample, I had a look. Unfortunately I don’t think you are using the right approach here.
Our playlist is using a simple DIV element with class “fp-playlist-external” with A tags in it. In your HTML, you put this element into the div.flowplayer container and then you add a lot of extra HTML elements in JavaScript to prepare a simple slider. I guess that’s all the magic tricks you were talking about and indeed, this should be much simpler.
In our web development we are mostly using bxSlider successfully, so I would recommend you look into that. It might require some width or height for the div.fp-playlist-external element and then it might just work. It will add all the arrows HTML automatically.
Thanks,
Martin9 years ago in reply to: Youtube seeking issuesHello Mateusz,
we are migrating our forums to bbPress 2, but could you please let us know what issue with our forums you are having?
I was not able to reproduce your issue. Let us know what browser you use and if you can see the same issue here: https://foliovision.com/player/demos/youtube-embedding
I removed the URL.
Thanks,
Martin9 years ago in reply to: Youtube seeking issuesHello Mateusz,
please post your answers here, so we don’t have to repost it and our whole team can see it.
Once you renew your license, you are able to buy additional single domain (if you don’t want to upgrade to 5 domains for example) or you can even change the domain. See “Other prices” section at: https://foliovision.com/player/download
Thanks,
MartinHello Janos,
we found that there is a conflict with your theme. The problem is in this script: themes/Msocial/js/gk.scripts.js
It basically takes over the behavior of any link that leads to href=”#”. We use that for our Embed link as it’s a common substitution for clickable link which triggers some JavaScript function.
We could remove this attribute, but when I’m not sure if the link would still be clickable in all browsers. Some browsers won’t accept tag without href.
We will have to do some additional research to confirm this. If you know a bit of PHP, you can remove it in models/flowplayer-frontend.php where the HTML is put into $sHTMLEmbed.
Thanks,
Martin9 years ago in reply to: Playlist errorsHello kiondra,
thank you for the bug report. We hope we can improve this behavior in FV Flowplayer 6 which is coming soon.
Thanks,
Martin9 years ago in reply to: autoplayHello johnbokobza,
when you look at the code, you will notice there is “<video>”. Just change it to “<video autoplay>” and the autoplay will work.
The embed function is reworked in Flowplayer 6 which we will put into our plugin really in a week, so this might get even more powerful.
Thanks,
Martin9 years ago in reply to: Youtube seeking issuesHello Mateusz
I’m not able to reproduce the issue. I can see it’s a Youtube video, so it won’t be a video encoding issue.
Also, the site doesn’t have our license and it’s using older version of the plugin. So there is not much we can do to further troubleshoot this.
Thanks,
Martin9 years ago in reply to: Vimeo splash screenHello Chan,
actually I’m wrong. Just re-save the post and it should get the new splash image – as long as it’s update on Vimeo.com as well.
Thanks,
Martin9 years ago in reply to: Vimeo splash screenHello Chan,
at this point you can only do this with a database tool. You have to remove the post meta keys starting with “_fv_flowplayer_” for the post ID.
We will discuss this in our team. We could be refreshing this on each post saving, but then we might get into issues with timeout if there is a lot of videos.
Thanks,
Martin9 years ago in reply to: Scroll autoplayHello Mateusz,
we have created this for one of our clients: http://juliekinnear.com/toronto-sellers/guide
Please have a look and we check if we can make it a part of the FV Player Pro.
Thanks,
MartinHello Ed,
thank you for the explanation, I see your point. On the other hand these images might provide more traffic for your site, but I’m sure you considered that.
Thanks,
MartinHello Ed,
I’m not getting these errors on http://validator.w3.org/checklink/docs/checklink
All the ..wp-content/plugins/fv-wordpress-flowplayer/.. links are reported as ok.
I can see what you pasted above and I would say that their parser was not parsing the links from CSS file properly.
Instead I can see a lot of error for your uploads – the cdn.fritzimages.com/wp-content/uploads/ links are blocked by robots.txt which appears to be a big issue – you might not be getting your images indexed.
Thanks,
Martin9 years ago in reply to: Automated quality switchingHello Tim,
see how the qualities are set up in step 2. here: https://foliovision.com/player/switch-video-quality
You can just drag and drop your preferred quality to the top of the list and that will be the default for all the videos.
Please let us know if there is anything else.
Thanks,
Martin9 years ago in reply to: Firefox Skipping ProblemsHello Pavel,
the license note is on the buy page: https://foliovision.com/player/download
This is a one time payment and the product is yours forever. All updates and support free for 1 year.
Basically you can continue using FV WordPress Flowplayer with your own logo, but FV Player Pro won’t get further updates on your website. Also if there is a totally new Flowplayer core – like the version 6 which is out now, you will be warned to keep using the older plugin version with Flowplayer 5 core in it.
Regarding Firefox – they are adding weird features like chat (I think) while they should clearly be fixing the HTML 5 video playback. At least it’s supported for MP4 h264 on Mac now.
Thanks,
Martin9 years ago in reply to: How to totally customize CSS for a playlistHello Diego,
could you please send us an example of what the playlist should look like?
Making sure users get a choice of different playlist styles is on our list.
Thanks,
Martin9 years ago in reply to: Unable Loading playlist in ajaxHello ffvjnh,
so that’s a good start, thank you for letting us know. We will discuss this in our team.
Thanks,
Martin9 years ago in reply to: hhvm and FV FlowplayerHello Diego,
could you please post the message to avoid confusion? Then we can fix the code to HHVM standards.
Thanks,
Martin9 years ago in reply to: hhvm and FV FlowplayerHello Diego,
HHVM is nice technology, but PHP 7 seems to be even nicer, as it will be in core PHP.
Are you sure you have both FV WordPress Flowplayer and FV Player Pro installed and activated? I’m asking as FV Player Pro will show a notice if FV WordPress Flowplayer is not found, so perhaps that’s what you see.
Thanks,
Martin9 years ago in reply to: Unable Loading playlist in ajaxHello ffvjnh,
the problem is that playlists are initialized via script. And we put our scripts into footer as recommended.
Does it use admin-ajax.php for the Ajax loading? If so, then we can detect that, but we would have to adjust our code quite a bit.
Thanks,
MartinHello Ed,
please upgrade to FV Flowplayer 2.4. We reworked how the CSS is loaded and now the Speed Booster Pack plugin removes the version number successfully.
Please let us know if it works for you as well. Also let us know if you need help with the W3TC issue.
Thanks,
MartinHello Ed,
I tested “Speed Booster pack” plugin and I can see what stops it from removing our version numbers from the URL.
I’ll work on the fix now.
That should resolve your HTTP 400 issue as well, at least I hope so.
Thanks,
Martin9 years ago in reply to: Firefox Skipping ProblemsHello Pavel,
are you sure you tested it properly? I have no audio past 6:18 on Firefox 39.0 on OS X 10.9.5 on your site. But when I post your video to my site with FV Flowplayer 6, the audio works past that point.
Our licensed users who brought FV Flowplayer 5 will get FV Flowplayer 6 automatically – as long as their license is active (1 year since the purchase). Of course we send notifications before the license expires, summing up new features etc.
Thanks,
Martin9 years ago in reply to: Quality Switch, hide some labelHello Gergely,
we decided that we will want to put this into our GUI, so this will take some more time. We are also busy with the Flowplayer 6 upgrade.
Thanks,
Martin9 years ago in reply to: From where to install FV Pro Player 0.3.6?Hello Katalina,
I can see your videos play in lightbox now. Are you still having Vimeo issues? It works for me so far.
If you enable Setting -> FV WordPress Flowplayer -> Pro Features -> “Use video lightbox for images as well” then you will get a same behavior like here: https://foliovision.com/player/how-to-use-lightbox
As you can see that page starts with a video which opens in a lightbox. Then if you click the “next” arrow in lightbox you get to the first image in that post – so you get a full gallery of all your post images and videos.
You don’t need any other lightbox plugin for this, so you should turn it off.
Yes, delete older FV Player Pro versions.
Thanks,
MartinHello Ed,
1) HTTP 400 – I don’t see this on Pingdom: http://tools.pingdom.com/fpt/#!/d2NwFq/http://fritzimages.com/
2) I don’t think our single static 12kB CSS file is slowing down your website by a 1 second. Are you sure you repeated the test? A random file might be slow to download at times.
3) & 4) sorry about the delay here, I planned to have a detailed look at this, including Speed Booster Pack, so I scheduled this at a later time, but I realize you have been waiting for too long now (the delay was caused by my vacation).
I’ll check this during this week.
Thanks,
Martin9 years ago in reply to: From where to install FV Pro Player 0.3.6?Hello Katalina,
we are fixing the update issue. The update eventually shows up, but it’s too delayed.
1) & 2) I see, you are also using Lighthox Plus plugin which is causing some of these issues. I put in a fix into our plugin, please upgrade to FV Player Pro 0.3.7.1.
3) Vimeo loading issues – I found one issue with could cause this (HTTPS vs. HTTP loading of the site), I included a fix in FV Player Pro 0.3.7.1., please upgrade.
4) Lightbox on mobile – that is the correct behavior – the lightbox has to open first and then you need another click to play the video which opens in the internal player of iPhone.
Mobile devices need this extra click as they only allow video playback on direct user interaction and opening a lightbox window doesn’t count as that. I see that for the devices which play with internal player (iPhone) we could remove the lightbox as the video doesn’t play in it anyway, it uses the internal player. It works for iPad and Android though.
Thanks,
Martin9 years ago in reply to: video scrub bar not showing timestampHello Dennis,
sorry about the delay, since core Flowplayer changed the license keys, we are thinking about how to make the upgrade process trouble free for our users. That is slowing us down.
We can provide FV Flowplayer 6 for your in our beta program though. You can install FV Flowplayer 6 from here: https://foliovision.com/downloads/fv-wordpress-flowplayer-6.0.2.zip This version is set to get updates from our own WP plugins repository, so we can make updates for you if needed.
If you need to roll back to the current live version, you can get it from WordPress.org.
Thanks,
Martin9 years ago in reply to: Firefox Skipping ProblemsHello Pavel,
sorry about the delay, since core Flowplayer changed the license keys, we are thinking about how to make the upgrade process trouble free for our users. That is slowing us down.
We can provide FV Flowplayer 6 for your in our beta program though:
1) First install FV Flowplayer 6 from here: https://foliovision.com/downloads/fv-wordpress-flowplayer-6.0.2.zip This version is set to get updates from our own WP plugins repository, so we can make updates for you if needed.
If you need to roll back to the current live version, you can get it from WordPress.org.
2) To make sure FV Player Pro features work as well (lightbox, quality switching, CloudFront), you need to use our beta version of that as well. I marked your user as a beta tester, so now you can get it via updates or from https://foliovision.com/login -> My Products -> Extensions -> FV Player Pro -> beta.
If you need to roll back to the current live version, just download Extensions -> FV Player Pro.
3) We will send you the license key for FV Flowplayer 6 via email.
Thanks,
Martin9 years ago in reply to: How to create a translationHi Georges,
we use the standard PO and MO files for translations, you can see these here: https://github.com/foliovision/fv-wordpress-flowplayer/tree/master/languages
If you can provide a French translation, that would be great. It’s not a programmer level work, but some guide about how it’s done would be nice – unfortunately I don’t know any from the top of my head.
However none of these phrases are available in the site HTML. 99% is in wp-admin and rest is in JavaScript, so this won’t affect your SEO.
If you found some phrase which really needs translation, could you please let us know what it is?
Thanks,
Martin9 years ago in reply to: From where to install FV Pro Player 0.3.6?Hello Katalina,
FV Player Pro 0.3.7 was released, that means you don’t need to touch any CSS. If you don’t see the upgrade right away, please try to deactivate and activate the plugin.
It changed the #cboxNext class to #fv_player_pro_boxNext, so your theme should no longer affect our default styling of lightbox.
You will also see this notification which we put in for all of users using our plugin, so developers get the idea:
The video lightobx CSS prefix has changed from cbox to fv_player_pro_box. If you use custom styling for our lightbox, you need to fix your class names. Sorry about inconvenience, but this was needed to improve our compatibility with various themes. If you are having issues use our support forums.
Are you still having issues with Vimeo?
Thanks,
MartinHello Raylene,
I talked about this with Alec and there was a misunderstanding.
W3 Total Cache (any plugin which caches HTML) affects our Amazon S3 integration.
If the HTML cache timeout is set to 7200 seconds (2 hours), our Amazon S3 timeout needs to be set to that as well + the something extra. Imagine you arrive to a page right before the HTML expires – you might get 2 hours old link – which still needs to work. So it could be 7200 seconds + video length, but our plugin doesn’t do it that way right now.
In our guide we recommend twice as much, just to be safe: https://foliovision.com/player/secure-amazon-s3-guide#wp-cache
Thanks,
MartinHello Aryan,
could you please confirm the following?
1) CloudFront videos with download protection work on simple pages.
2) Simple videos (means no CloudFront download protection) loaded via Ajax work.
3) CloudFront videos with download protection don’t work when loaded via Ajax.
If that’s the case, then we might need to rework some of this loading in FV Flowplayer 6. The issue is that CloudFront video need another Ajax call to figure out the URL signature before loading. And we place this code in page footer.
Thanks,
Martin9 years ago in reply to: S3 Protected Content vs s3FlowshieldHello Dennis,
the problem is that if somebody wants to pirate your video, they will find a way. Even if the download is blocked with some basic DRM, they can screencapture it.
So if you go too low with the expiration time you only inconvenience the honest user who may stop and start your longer video several times before finishing it.
Our goal is to provide a plugin which won’t allow users to break their website. If you are interested in a better protection, you might want to check our CloudFront integration which won’t give away the video URL in HTML: https://foliovision.com/player/demos/cloudfront-download-protection
Thanks,
Martin9 years ago in reply to: From where to install FV Pro Player 0.3.6?Hello Katalina,
sorry about the delay, we are working hard on fixing the Flowplayer 6 issues. I haven’t noticed your message as you replied to the notification instead of posting to our forums.
You posted a screenshot there is says that the Vimeo video can’t be played because of “Bad request”. That happens occasionally when Vimeo doesn’t give us the video information. If it happens for every video and doesn’t go away in couple of minutes, please post a link to the video on Vimeo and we will have a look.
Some tutorial for CSS editing can be seen here between 3:38 and 7:38: https://youtu.be/jkD-KSXQNeY?t=3m38s The good thing is that is includes instructions about how to back up the file. You just need to paste this at the end of the file:
#cboxNext { width: 0 )
Let us know if that doesn’t help and I can accelerate this fix tomorrow.
Thanks,
Martin9 years ago in reply to: Firefox Skipping ProblemsHello Pavel,
we will release it today or tomorrow.
There was also a Firefox 39 release which fixes some audio issues: http://www.theregister.co.uk/2015/07/06/firefox_39_bites_four_critical_bugs/
Thanks,
MartinHello Omar,
sorry about the late reply. I was on a vacation and since you posted your reply to my email instead of forums, it was no noticed by our team.
Were you able to re-create the issue on the page which I linked in my last comment here?
We are working on upgrade to core Flowplayer 6 which should fix the issue according to our testing.
Thanks
MartinHello Aryan,
so the CloudFront issue is fixed? Could you please let us know what it was?
Thanks,
Martin9 years ago in reply to: hhvm and FV FlowplayerHello Diego,
could you please point us to a page summing up HHVM changes over normal PHP which you are using in your transition?
I don’t think it should affect our plugin as it’s mostly JavaScript.
Thanks,
Martin9 years ago in reply to: Firefox Skipping ProblemsHello Pavel,
we are finishing our upgrade to Flowplayer 6 core, hopefully that will fix this issue. I’m pretty sure it’s specific to Firefox on Windows 8, or so.
Thanks,
Martin9 years ago in reply to: video scrub bar not showing timestampHello Denis,
we are integrating Flowplayer 6 into our plugin. Once that is done, this will be possible. Hopefully this week.
Thanks,
Martin9 years ago in reply to: From where to install FV Pro Player 0.3.6?Hello Katalina,
FV Player Pro 0.3.6 fixed the lightbox closing bug, but not the issue with next video appearing when you click it in Safari. That is a different fix which is related to compatibility with your theme. Sorry if I was not clear about what was fixed and what not.
As suggested before, you can put this into your theme CSS and it should work:
#cboxNext { width: 0 )
Thanks,
Martin9 years ago in reply to: S3 Protected Content vs s3FlowshieldHello Dennis,
the expiration time is counted from the moment when the signed URL was generated. That means on pageload, or even before, if you use a WP cache.
You are probably right about the meta data, once the video starts to play, it can expire. But if you seek into yet unbuffered position, it would throw an error if it’s expired.
Thanks,
MartinHello Alden,
sorry about the delay, I was on vacation and our team was bogged down by other work.
You can post your video like this:
`[fvplayer src="{your-video.mp4}" width="640" height="360" splash="{your-button-image.png}" lightbox="true;{button width};{button height}"]`
You also need to include a CSS like this in your theme:
.flowplayer.lightbox-starter .fp-ui { background: none repeat scroll 0 0 transparent; } .flowplayer.lightbox-starter { background-color: transparent !important; }
Making it work with a HTML like this is on our list:
`<a href="video.mp4"><img src="image.png" /></a>`
Update: this has been added in FV Player 6.0.5.18
Thanks,
MartinHello Sunjay,
do you use our Vimeo or CloudFront integration? That’s the only kind of video which should be causing this issue.
The problem is that these players have to be initialized in JavaScript, which is normally in footer – in this case it should be the fv_player_pro.playlist variable. And if you load the content in Ajax, I’m not sure if it’s present at all.
Thanks,
Martin9 years ago in reply to: S3 Protected Content vs s3FlowshieldHello Dennis,
the issue is that we set any expiration time lower than 15 minutes to 15 minutes, just to avoid any playback issues. I see that we don’t mention this in our settings screen, sorry about that.
1 minute expiration time should be enough if your video is set to autoplay, however mobile devices will never autoplay, so unfortunately we can’t recommend doing that.
Could you please provide any insight why you need a 1 minute expiration time?
Thanks,
Martin9 years ago in reply to: Custom Pre-rollHello Ron,
could you please post a URL where we can see this issue? At a glance I couldn’t find such post on your website.
Thanks,
Martin10 years ago in reply to: Custom Ads Before YouTube VideoHello Trevor,
currently we are upgrading our plugin to Flowplayer 6 core. Once that is done, this should work. The issue is that currently used Flowplayer 5 doesn’t allow engine switching.
Thanks,
Martin10 years ago in reply to: Amazon s310 years ago in reply to: autoplay just once?Hello Bruno,
that is something we have to improve. We certainly can’t use PHP because of caching plugins, but I guess we could trigger some JS event is autoplay is prevented. What function are you looking for?
I’m also leaving on a vacation now, please post any issues to forums, so our team can assist you.
Thanks,
Martin10 years ago in reply to: autoplay just once?Hello Bruno,
we noticed that the updates are getting cached and they are not as quick as they could be. We will fix the issue. Thank you for the report!
Thanks,
Martin10 years ago in reply to: Remove Watermark on Some Videos ShortcodeHello David,
you are right, there are few hidden options which are not in the shortcode editor at this point. We need to get that fixed.
Thanks,
Martin10 years ago in reply to: quality switchingHello Dave,
good news that the HandBrake has improved. Sorry for not getting back to you earlier, I got confused where I have the Quick Time Pro installed.
Thanks,
Martin10 years ago in reply to: autoplay just once?Hello Bruno,
1) the fix works for any FV player instance which gets the video file URL via Ajax – affecting both our Vimeo integration and CloudFront signed URLs integration.
Thanks,
Martin10 years ago in reply to: autoplay just once?Hello Bruno,
1) FV Player Pro 0.3.6 was released. It fixes the “Autoplay just once” function for Vimeo videos.
2) No plans on changing the jQuery plugin. Is there any issue you are having?
3) I see that the video lightbox doesn’t size properly after you exit fullscreen. Your post is for members only. Could you please check if you get the same behavior here? https://foliovision.com/player/demos/vimeo-autoplay-lightbox
Thanks,
Martin10 years ago in reply to: autoplay just once?10 years ago in reply to: lightboxHello Charles,
sorry about that, we just released FV Player Pro 0.3.5 which fixes the issue. Please upgrade the plugin. It might take few hours until you see the upgrade in your WordPress. You can also download the ZIP from https://foliovision.com/login
Thanks,
MartinHello Ed,
thank you for the details.
What GTMetrix says is:
Resources with a "?" in the URL are not cached by some proxy caching servers.
So it doesn’t say the caching doesn’t work for everybody, it might occur when using a proxy server. Our system works, as you can still set the caching as you want on your web server. Then when a new version of our plugin is out, the ?ver= in the JS URL changes and the browser knows there is a new version of the file and that it should use that.
Originally we didn’t used this, but then we had to start using it as people had issues after updating our plugin – we had to always ask them to clear the browser cache etc.
As a test, you can try to store the raw HTML of your page, remove the query string there and then save it on your server and run a test on that. You will see how much the score improves.
I see the Webmaster Tools issue – it’s something which we had to fix for some of our websites as well.
I’ll check “Speed Booster Pack” and “Remove query stings from static resources” plugins.
Thanks,
Martin10 years ago in reply to: AvadaHello msalitu,
we have some other user using Avada theme who had some issues, but it wasn’t related to the theme: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/audio-player-skin-not-showing-play-button#post-4550
Here’s some other user where it’s bit unclear if the issue was in the theme or not: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/javascript-error-uncaught-typeerror-object-300-has-no-method-apply#post-2739
Could you please check your browser JavaScript console for any errors when you edit the post and click our button? Here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
Thanks,
Martin10 years ago in reply to: autoplay just once?Hello Bruno,
thank you for the bug report.
It appears we need to fix this for dynamically loaded videos (using Vimeo or CloudFront signed URLs).
Thanks,
Martin10 years ago in reply to: FV Player ProHello Rolf,
thank you for the reminder, I updated the “Tested up to” tag. Now it should work for you (might take a bit of time to update the info).
Thanks,
Martin10 years ago in reply to: integration with vimeo and adsense.Hello Vakas,
you can check our Vimeo integration here: https://foliovision.com/player/demos/vimeo-integration
You can check our VAST ad support here (support Google AdSense for video as well): https://foliovision.com/player/demos/vast-ads
Please let us know if you have any other questions.
Thanks,
Martin10 years ago in reply to: Preroll ads and the video playlistHello Trevor,
thank you for letting us know about the issue! We improved our code to work better with Vimeo and CloudFront videos, but haven’t noticed this issue.
Please check for a new plugin version later today, we fixed this and will release it in about an hour.
Thanks,
MartinHello Ed,
sorry if that didn’t helped, I though you are using some plugin which takes care of this and that it can’t handle our custom CSS file.
Could you please give us a link to the article which recommends removing the version from CSS/JS links? As I explained, we use it to control browser cache across different FV Flowplayer versions. Any mature plugin does it that way.
Thanks,
MartinHello Ed,
you can disable that file by checking Settings -> FV WordPress Flowplayer -> Integrations -> Disable saving of color settings into a static file.
We put the query string into the JS and CSS path to trigger the browser cache refresh on plugin version changes. If there is no version in the JS and CSS URL, then there is nothing to force the browser to grab the new version of the file once it’s there.
But perhaps you handle this differently.
Thanks,
MartinHello Lucas,
could you please copy the entire comment notification?
The issue is that WordPress doesn’t include all the properties in the action hooks, so we have to do some string matching to figure out:
1) comment ID by looking for “#comment-” in the text
2) sre and srk unbuscription link parameters – seems like you have these
3) unsubscription link by checking for “Manage your subscriptions:” – so this might not work with translationDo you use a translation?
Thanks,
Martin10 years ago in reply to: Plugin doesnt workHello Mark,
our plugin removes the category prefix form the category archive URLs. Looking at your site, this appears to work, see: http://www.adelgazarrapidoweb.com/nutricion/
What you sent looks like a link to single post. If you want to get rid of the category in such URL, use Settings -> Permalinks and select the desired category structure.
Don’t forget to put in redirections, as without 301 redirections from old post URLs to new URLs your site might disappear from search index.
Thanks,
MartinHello Lucas,
could you please check steps in our install guide here? https://foliovision.com/wordpress/plugins/subscribe-to-comments-reloaded-better-unsubscribe/installation
Thanks,
Martin10 years ago in reply to: YouTube videosHello Mateusz,
could you please send us YouTube links to your old videos? Then we can check if there is some problem with obtaining the splash screen, or if there is some issue with the Google Developer API key which you entered. We might need to improve the instructions and key checking here.
Thanks,
Martin10 years ago in reply to: YouTube subtitlesHello Varinder,
thank you for the bug report!
I’ll have our CSS designer have a look at applying some media query to make the subtitles smaller for narrow screens.
Thanks,
MartinHello Sunjay,
please let us know what kind of shortcodes you are using. If you are using our Vimeo integration, then it requires some other additional init code, not just what’s in the Vibe Themes guide.
Our goal is to simplify this, we will have a look at it again once we finish upgrading our player to Flowplayer 6 core.
Thanks,
Martin10 years ago in reply to: YouTube videosHello Mateusz,
are you sure your FV Player Pro is active as well as FV WordPress Flowplayer?
I see your license is expired, but it should work in your last version.
Thanks,
Martin10 years ago in reply to: Using Vimeo and YoutubeHello Mateusz,
please let us know where we can see our player on your website and we will have a look.
Thanks,
Martin10 years ago in reply to: Speed Buttons Not WorkingHello Varinder,
thank you for the bug report!
We are in middle of updating our player to using Flowplayer 6 core. We will address the YouTube speed control once it’s updated.
Thanks,
Martin10 years ago in reply to: YouTube subtitlesHello Varinder,
thank you for the bug report!
We are in middle of updating our player to using Flowplayer 6 core. It brings in more powerful subtitle management, so we will address your issues there.
Thanks,
Martin10 years ago in reply to: Can’t Find Flash FileHello Matthew,
I had a look, but I can’t get it to play. All I can see if that the VPAID ad is slow to load and then ends with following errors and the video doesn’t play:
pm-error:Invalid AdServer Response or VAST validation failed.
pm-error:Error in AdTagHandler() while handling PubMatic Response…So as far as I can see, this is related to FV Player VAST.
It works fine when I use VPN in Los Angeles though, so it might just be failing for us in Europe.
Could you please ask your ad provider about the pm-error? The issue is that there are no further events, like any error event which we could hook into and cancel the ad and play the actual video.
Thanks,
Martin10 years ago in reply to: Issues with UTF8 in FlashHi Ralf,
I checked your VAST ad tag and it’s wrapping another ad tag which has “Publicité” in the URL as a keyword. I removed the “Publicité” word from the URL and I got the ad playing. So I think this is error on LiveRail side – they should not be providing content keyword which they don’t encode for Flash use properly. Flash has issues with UTF8 URLs.
Please ask them to make sure there are no special characters in there.
Thanks,
Martin10 years ago in reply to: Issues with UTF8 in FlashHi Ralf,
I had a look with a French IP and both your site and Google give me this error, just like you reported: “Error: Ad adLoadError error: Error #1052 errorCode: 1105” Screenshots attached.
I don’t think this is a general LiveRail issue as we use LiveRail in some of our samples here and it all works: https://foliovision.com/player/demos/vpaid-ads
I checked error code 1052 (“Invalid URI passed to %s function.”) and it means that the SWF file might be corrupt or perhaps there is some bad tracking on your ad unit.
I had a look at your SWF and it’s 81838 bytes, while the same file on our server is 81854. Are you sure you uploaded it properly? Just grab a fresh copy of the plugin from https://foliovision.com/login -> My Products.
Thanks,
MartinHello Rolf,
we hope to finish upgrading to Flowplayer 6 at the start of next week.
The weather is pretty hot in Bratislava, with no clouds. I hope it stays that way!
Thanks,
Martin10 years ago in reply to: Can’t Find Flash FileHello Matthew,
could you please also put vast=”skip” on it? It appears that the VAST ads never finish loading for me. On the console I can see:
missing } after try block
From http://ib.adnxs.com/…
Thanks,
MartinHello Rolf,
could you please try to refresh your browser cache?
It worked for me this time. I’m noticing that the when the Themify Builder edit mode is turned off, our player doesn’t load properly (we will put an exclusion there), but the editing itself works now. What that means is that we need to finish our upgrade of core Flowplayer to version 6.
If you use any of our pro features, you will have to revert the fv-flowplayer.min.js file to what it was.
Thanks,
MartinHello Rolf,
I posted a [fvplayer] shortcode into the “Flowplayer Test Module” and I can see it playing. However when I saved the changes, there was no indication of the save being finished and when reloaded, the video was there but I couldn’t open the editing anymore.
I can see some errors on the JavaScript console, so it’s hard to tell what exactly is wrong. Enabling wp-admin -> Parallax -> Themify Settings -> Themify Builder -> “Exclude Video module” didn’t helped.
We are currently upgrading our plugin to Flowplayer 6 core and I think this will help, at least my basic tests indicate it will.
Could you please replace the file wp-content/plugins/fv-wordpress-flowplayer/flowplayer/fv-flowplayer.min.js with this one and see if that helps? https://raw.githubusercontent.com/foliovision/fv-wordpress-flowplayer/dev/flowplayer/fv-flowplayer.min.js
Thanks,
Martin10 years ago in reply to: Can’t Find Flash FileHello Matthew,
you can add engine=”flash” to the [fvplayer] shortcode and then it will be used by default (if it’s available of course) for that single player.
Thanks,
Martin10 years ago in reply to: splash imageHello Mary,
if you use our free plugin, then the Vimeo embedding is very basic (just their iframe code) which doesn’t support custom splast images nor playlists.
You can check our full-featured chromeless Vimeo integration here: https://foliovision.com/player/how-to-use-vimeo-pro
Thanks,
MartinHello Rolf,
unfortunately I can’t read the secure note you created. It seems like my LastPass crashed during the processing. Could you please share it again?
Could you please also describe where I can see the issue in your wp-admin?
Thanks,
Martin