Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
May you provide a link to the problematic web page?
It’s not english website
http://nba.esportsencatala.com/
Thank you
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The file, ui.slider.js is unable to load.
Perhaps this src URL is wrong, in header.php
<script type="text/javascript" src="http://nba.esportsencatala.comCSPRITE_JS_URL_DIR/ui.slider.js?ver=1.0"></script>
To be honest, i can’t even see this line in header.php…
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Have you tried contacting your theme’s vendors?
Please help!! I am having the same issue
http://www.septimodia.info
everything was working fine and all of a sudden it stopped working
I am having the same problem and I haven’t changed/edited anything.
I am wondering where the problem lies too.
Anyone who has a clue?
The stalled slider feature is here: http://flywithme.sg
Hi all,
I managed to get the fix from WPZoom below & it works:
Open file /functions/wpzoom-core.php, and replace this line:
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '');
with:
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"), false, '');
playpause, I’m having a similar problem with the site I am now managing for a student publication I’m a part of.
http://ethosmagazine.org/
Your solution appears to have worked while I’m logged in to WordPress, but once I log out and view the site the slider still doesn’t work and the log in menu stays stuck down. Any further advice for a beginner?
Workd! Thank you @playpause
Thanks playpause, it worked like a charm đ
it worked for me too!Thank you!