Javascript seems to stop once the page loads completely

Here is my original working design: http://nickconley.com/NCFE/
Here is the Joomla template I’m porting it to: http://klingstedtbrothers.com/v5/

So
far everything is working except for the parallax header at the top. It
work’s while the page is loading, but once the icon on Firefox stops
spinning on that tab, it locks into place. On Internet Explorer and
Chrome, the Joomla version doesn’t parallax at all.

Can anyone see what’s going wrong?

Hi there NConley9

try removing this…

<script type="text/javascript">
    jQuery(window).on('load',  function() {
    new JCaption('img.caption');
 });
</script>

…from lines #21 to #25 of the document.

coothead

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.