Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anythingslider with embedded videos – loading twice Re: Anythingslider with embedded videos – loading twice

#102469
Senff
Participant

There’s a few things that could be the cause of this:

– the AnythingSlider code is being triggered using a setTimeout function with a value of 1000 (meaning it will load with a delay of 1 second)
– the page loads not one, not two, but THREE jQuery libraries (versions 1.6.2, 1.6.4 and 1.7.1)
– javascript calls all over the place (header, middle of the body, at the end of the body)

My advice to the web developer would be to clean up things, big time.