Thread Starter
geez1
(@geez1)
I still have not found a solution to this.
The only potential issue I can see onpage is this one: Element does not exist in DOM!
This is generated from jquery.ticker.js:24
Any ideas?
Thread Starter
geez1
(@geez1)
The image starts to load and then the large image area on the left hand side of the lider goes totally blank (white).
Thread Starter
geez1
(@geez1)
The error is showing here;
Ln 21 of jquery.ticker.js
// check that the passed element is actually in the DOM
if ($(this).length == 0) {
if (window.console && window.console.log) {
window.console.log(‘Element does not exist in DOM!’);
}
I am no js expert so I could do with a few pointers. I am also confused as to why I get this error with my child and the out of the box version of the theme but no one else seems to be having a problem.
Thread Starter
geez1
(@geez1)
This issue with the js coding seems to be restricted to the Show Slide From “single post” option. When I set the slider up to Show From “Category Posts” there is no porblem viewing it in any browser even though I still get the DOM error message.