badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Clean Retina conflicts with Soundy Background music

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #55697
    Henny
    Participant

    Hi,
    I already uploaded this issue earlier, but I don’t see it published so far. I am using a plugin called Soundy Playlist background music together with the Clean Retina Theme PRO. Unfortunately WordPress does not keep the actual playlist. After contacting the developer of the Plugin it seems that there is a bug in the Theme that stops Javascript at a certain point.It does not matter whether there is a playlist om the page our not, the bug is on all pages of the Theme. Here is a copy of the developer of the Soundy Plugin:
    Hello Henny,

    The server is running.Thanks.

    I could do some debugging and discovered that the javascript engine is dying while executing the file:

    https://allegrias.nl/wordpress/wp-content/themes/clean-retina-pro/library/js/jquery.fancybox-1.3.4.pack.js

    It is dying at line 50 while executing the line:

    M = b.browser.msie && b.browser.version < 7 && !window.XMLHttpRequest,

    The javascript engine complains that the variable b.browser.msie is not defined.

    This means that Soundy Javascript code is not executed at all because of this theme error, hence the playlist is not displayed as expected.
    /Users/henny/Desktop/Schermafbeelding 2018-04-04 om 20.28.36.jpg

    #55713

    Hi Henny,

    I have listen the music in this page https://allegrias.nl/wordpress/fotowall/ and I have listen it till 3min without any issue.
    If the jquery.fancybox-1.3.4.pack.js was the issue then just comment those script so that the script stops loading and check once how it goes.

    Just go to the theme main directory clean-retina-pro/library/functions/functions.php you will see below code on line no 48:

    wp_register_script( 'jquery_fancybox', CLEANRETINA_JS_URL . '/jquery.fancybox-1.3.4.pack.js', array('jquery'), '1.3.4', true );

    just replace above code with below one

    // wp_register_script( 'jquery_fancybox', CLEANRETINA_JS_URL . '/jquery.fancybox-1.3.4.pack.js', array('jquery'), '1.3.4', true );

    Thank you!

    #55731
    Henny
    Participant

    Hi,
    The fact that you could here the music, is because I had disabled the cache plugin.(fastest cache premium)
    I followed your instructions and re-enabled the cache plugin and cleared the cache.

    The problem is still there, the music (play button and music title) on pages : reisverhalen, fotowall,instagram are not showing up and the music playlist on page ‘muziek’ is not working at all.

    #55744

    Hi Henny,

    So it means you need to contact to the main author of fastest cache plugin about this issue.
    Tell them that cache is not working with Soundy Playlist background music plugin.
    Before telling them about this issue just check yourself by activating WP default theme and see was the same issue occur or not?

    Thank you!

    #55756
    Henny
    Participant

    Hi,

    I checked with a standard theme and the problem was not there anymore. Then I rechecked the cache settings one by one in combination with the Clean Retina Theme. I found out the problem did not occur anymore as soon as I unchecked the option to Minify HTML Plus, which is a more powerful reduction of the Page.
    So for the time being I guess the problem is solved.
    Thanks for your support!

    #55781

    You are welcome @henny8.
    Do not hesitate to contact us if you got any problem.

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.