0
Hello!
At the artist page you experience the following problems (For example):
1. Player does not work - Error setting up player: Invalid license key
Everywhere on the site, in addition to implementing the page, the player works well.
2. Pressing the tab "Songs" tab disappears the tab "Albums".
3. Link to PDF generated incorrectly. ([https://rock-catalog.ru/?view=artist&format=ownpdf&id=2]For example[/url]).
Thank you in advance for your cooperation!
At the artist page you experience the following problems (For example):
1. Player does not work - Error setting up player: Invalid license key
Everywhere on the site, in addition to implementing the page, the player works well.
2. Pressing the tab "Songs" tab disappears the tab "Albums".
3. Link to PDF generated incorrectly. ([https://rock-catalog.ru/?view=artist&format=ownpdf&id=2]For example[/url]).
Thank you in advance for your cooperation!
Responses (8)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0well there's some JS error on your website causing this. it's not music collection
I can see jwplayer is being loaded also by "allvideos" plugin. this could be the problem
also, there are errors of syntax on some javascript code, which si NOT generated by Music collection:
var desktopnotifications = 1var displayplayer = 1;
this particular piece of code is found there in that webpage, and it's a syntax error. this is NOT CAUSED by music collection
you must find the extension responsible for this error and solve it... -
Accepted Answer
0this is on line 103 of the source code of this page: https://rock-catalog.ru/a/1727-aina
just for your information... -
Accepted Answer
-
Accepted Answer
0FYI, there is an issue with the desktopnotifications code. Mine looks like this using the latest muscol...
<script type="text/javascript">
var base = "https://www.domain.com";
var extrabase = "";
var desktopnotifications = 0
var displayplayer = 1;
jQuery(document).ready(function(){
jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});
});
</script>
Note the lack of ; after 0. In any case, setting this to 1 or 0 makes no difference, notification prompt is still displayed to the user so I ended up hacking jwplayer_functions.php to remove the eventlistener.
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »