The problem is that the animation does not starting…
When I open the file waypoints.html from my computer - there is no problem. The animation is starting. But when the animation is uploaded in Joomla, it doesn’t start.
How to handle this? Can you help me, please?
Unfortunately not.
In the link: h t t p : //neolondoncapital.com/images/hype/waypoints.html - works fine, but it isn’t embedded animation in my page. This is just the direct way to file “waypoints.html” on my FTP.
The problem is when I try to embed the animation in an article like here: h t t p : //neolondoncapital.com/HYPE_test_1
My code in JCE editor look like this:
But there are 4 errors on this page: http://neolondoncapital.com/HYPE_test_1. I’m not positive what is causing this, but it might have to do with the fact that you have multiple versions of jQuery on the same page: Line 39, 272, and 241. Can you just use one at the top of the page? (You can remove the one that is near the waypoints JS file).
Error in waypoint: TypeError: undefined is not a function (evaluating '$('#redbox').waypoint (function(){
hypeDocument.startTimelineNamed('bluebox');
}, { offset: 'bottom-in-view' })')
That seems to be related to the earlier issue that I mentioned: You have three versions of jQuery loaded on a single page. Can you remove two and try again?