Hi,
I have problem with audio playlist. It is visable but doesnt work. The files are in mp3 format.
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
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?