Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #632471

    Hi,
    I have problem with audio playlist. It is visable but doesnt work. The files are in mp3 format.

    #633436

    Hey Slawomir,

    Please try adding this to the bottom of your functions.php file under Appearance–>Editor:

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    If that doesn’t work then please send us admin login details in private.

    Thanks,
    Rikard

    #635084

    I did as you suggested and as soon as i did it the website disappeared. Only blank page was left?
    I managed to restore the site using backup at hostmonster but lost few hours of work as i thought you knew what you were doing…
    Well i have learned my lesson now and will do backups before any changes.

    It is also strange that on my fullhealthsecrets.com site audio playlists work and on salvation1.com they dont although i use same enfold and similar plugins?

    • This reply was modified 8 years, 6 months ago by samgrom.
    #636096

    Hi,

    The playlist is working when we checked it today. Did you copy the code from your email? The symbols are sometimes converted to their html entity form, probably why you got the error. We are tried to login but the details are incorrect. Please check.

    Best regards,
    Ismael

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