Foliovision › Forums › FV Player › Troubleshooting › I have a Premium but still logo of Foliovision on aberhallo.nl please help
-
-
Hello John,
What the domain name of your website? Let us know and we’ll check our licensing logs.
Also, please try re-installing both FV Player and FV Player Pro. WordPress will warn you that you might loose saved settings, but that’s not the case with FV Player.
Let us know if it has helped.
Thanks,
JurajHello John,
we checked your domain in your license details, however we couldn’t find and FV Player on it.
Please send us a link to some page with FV Player so that we can check the logo issue. Since your website is for members only it would be best if you could create some test page where you place some random video.
Thanks,
MartinHi, thank you for the reply.
I created a public page for you to test;Hello John,
please check the license key on https://foliovision.com/my-licenses and make sure you enter that in Settings -> FV Player Pro at the top of the screen, you can see that in Step 6. here: https://foliovision.com/player/basic-setup/installation/pro-extension
I see you are using something different.
Thanks,
MartinHello John,
I do not see anything suspicious there.
Have you used FV Player for some time before purchasing the license?
Have you used any other plugin which would use the Flowplayer library?
Does your theme have any field for Flowplayer license key?
Are you able to access phpMyAdmin in your web host control panel and search for that bad license key “2339419867284” in there? Once you are in phpMyAdmin you can use this guide: https://www.hostgator.com/help/article/searching-through-a-mysql-database-in-phpmyadmin In step 3 only enter that license key and in step 4 select “All words” and in step 5 select all tables.
I’m sorry that it’s so complex. I just don’t see how the license key could be changed to something else.
The last thing to do is to start disabling plugins one by one and see if that fixes the issues. But I may have some more suggestions before we go to that.
Thanks,
MartinHello John,
the video on https://americandollhouse.com/testing-video/ no longer shows, so I can’t check if this had any effect. However the license key is part of the page HTML code, so the CDN (offloading) would have no effect.
Do you run into the same issue when you use some default WordPRess theme such as Twenty Nineteen or Twenty Twenty? You can use the theme preview feature to test it out quickly, just click through the website menus to some page with a video.
Thanks,
MartinHello John,
I haven’t found any code which would deal with FV Player nor Flowplayer. Is that the actual theme folder taken from your website? If so, then it must be because of some database entry, or some plugin.
Perhaps you can download your whole plugins folder and then look for that bad license key 2339419867284 in all the files using some file search tool.
Thanks,
MartinHello John,
I see, so the issue is really that just the first part of the license key is being removed.
Please try to put this code into your theme footer.php file, right after wp_footer():
<script> if( window.fv_flowplayer_conf ) { fv_flowplayer_conf.key = 'ENTER THE REAL KEY HERE, including $'; } </script>
If you have some basic experience with PHP or HTML file editing, you should be able to do this. Please let us know how it goes.
Thanks,
MartinHello John,
that’s crazy, I’m not sure what’s wrong with your theme, but I would say you should complain to the theme developers. There is also a chance that it’s your web host, but since you say it works with default theme I don’t think that’s the case.
Perhaps splitting the string in two might help:
<script> if( window.fv_flowplayer_conf ) { fv_flowplayer_conf.key = '$'+'62'+'WHATEVER IS THE REST OF THE KEY HERE'; } </script>
Thanks,
MartinHello John,
I just realized how to fix this properly.
Could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
The license key has the format required by the Flowplayer library. But the above fix will help.
Thanks,
Martin