Issues on artist page Issue

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!
Responses (8)
  • Accepted Answer

    Friday, January 13 2017, 12:20 PM - #Permalink
    0
    hi

    1. is it possible that there's some file that has incorrect characters on the filename? (such as apostrophes...)

    could you check that?

    2. this looks like CSS...

    3. I will take a look.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 13 2017, 12:29 PM - #Permalink
    0
    1. The player does not work only on this page. In other places, the file names do not matter. Side script also is not loaded on the artist page. I think the reason is different ...
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 13 2017, 12:31 PM - #Permalink
    0
    have you checked ALL the albums (from QUEEN)? do they ALL work?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 13 2017, 12:46 PM - #Permalink
    0
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 13 2017, 01:02 PM - #Permalink
    0
    well 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...
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 13 2017, 01:03 PM - #Permalink
    0
    this is on line 103 of the source code of this page: https://rock-catalog.ru/a/1727-aina

    just for your information...
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 13 2017, 01:08 PM - #Permalink
    0
    Thank you, it really scripts conflict, in particular "allvideos plugin". I will think about how to solve it.

    2. this looks like CSS... :)

    There is some advice on what to pay attention?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, March 29 2017, 12:02 AM - #Permalink
    0
    FYI, 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.
    The reply is currently minimized Show
Your Reply