Parallax Slider Only Works When Logged In
Permalink
Hi,
Yesterday 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
Yesterday 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
Only tip I can give you without looking at your site is to double check if jQuery is loaded. It only gets loaded automatically by C5 when you are logged in ( for the editing interface ).
It was working prior to yesterday, and I haven't touch anything regarding jQuery. If you would like to check it outhttp://spectrummrks.gospectrumweb.com... . It is still a work in progress, but the slider should be showing up over the red space image.
Took a quick look, jQuery seems to work but the slider is not initialized (visibility still set to hidden).
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.
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>