Uncaught type errors that disappear on page refresh
-
Hi,
I keep getting uncaught type errors (see below for example, but it is not always the same) that somehow prevent pictures from loading, but then everything loads fine with no errors when I refresh the page.
I’m not a developer – mostly just learning by searching, so I’m not really sure where to start looking for the solution (none of the support topics already published seemed like they were similar issues). Any help would be appreciated. Thanks!
Jessica
Sample Console error message:
Uncaught TypeError: qodefPortfolioFullScreenSlider is not a function
at HTMLDocument.<anonymous> (autoptimize_a5184aa579ef8ef443ede497c184e031.js:1678)
at i (jquery.js?ver=1.12.4:2)
at Object.add [as done] (jquery.js?ver=1.12.4:2)
at a.fn.init.n.fn.ready (jquery.js?ver=1.12.4:2)
at autoptimize_a5184aa579ef8ef443ede497c184e031.js:1673Second sample from a different page on my site:
autoptimize_08d52e66d2bd59f180bfd30897832d30.js:147 Uncaught TypeError: wpcf7.initForm is not a function
at HTMLFormElement.<anonymous> (autoptimize_08d52e66d2bd59f180bfd30897832d30.js:147)
at Function.each (jquery.js?ver=1.12.4:2)
at a.fn.init.each (jquery.js?ver=1.12.4:2)
at HTMLDocument.<anonymous> (autoptimize_08d52e66d2bd59f180bfd30897832d30.js:147)
at i (jquery.js?ver=1.12.4:2)
at Object.add [as done] (jquery.js?ver=1.12.4:2)
at n.fn.init.n.fn.ready (jquery.js?ver=1.12.4:2)
at a.fn.init.n.fn.init (jquery.js?ver=1.12.4:2)
at new a.fn.init (autoptimize_08d52e66d2bd59f180bfd30897832d30.js:6)
at n (jquery.js?ver=1.12.4:2)The page I need help with: [log in to see the link]
The topic ‘Uncaught type errors that disappear on page refresh’ is closed to new replies.