Parallax Slider Only Works When Logged In
PermalinkYesterday my server was being VERY slow, and after it recovered my Parallax Slider only works when logged in. I've cleared the cache, deleted the block and re added it. I've contacted the developer, but they haven't gotten back to me. The elements 'show up' in Firebug, but don't actually appear or move. I'm not loading jQuery, as it is part of concrete5.
Any help is appreciated.
Thanks

There's an error related to wps.dashboard.js and modernizr and the slider plugin are included twice.
If you have two sliders on the same page there might be a conflict.
Also it's strange that it works when logged in and since the error says there is a problem with the "sortable" function, you might want to try to include jqueryUI and see if that works.
But I'm just guessing. I am not familiar with the slider plugin and therefore have no idea if the error is related to the slider.
<script type="text/javascript" src="/packages/whale_parallax_slider/blocks/whale_parallax_slider/templates/Spectrum Template/js/modernizr.custom.wps.js"></script> <script type="text/javascript" src="/packages/whale_parallax_slider/blocks/whale_parallax_slider/templates/Spectrum Template/js/jquery.wps.min-1.0.0.js"></script> <script type="text/javascript" src="/packages/whale_parallax_slider/blocks/whale_parallax_slider/templates/Spectrum Template/js/funcs.wps.dashboard.js"></script> <script type="text/javascript" src="/packages/whale_parallax_slider/js/jquery.wps.min-1.0.0.js"></script> <script type="text/javascript" src="/packages/whale_parallax_slider/js/modernizr.custom.wps.js"></script>