We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am continuously getting the following error:
'Uncaught TypeError: Cannot read property 'top' of undefined'
var tiles = $el.children(".wp-tiles-tile"), tileOffsetTop = parseInt($el.offset().top), max = 0, newHeight;
I think the error is in the following piece of code, but I cannot understand why. I boiled down the error to line 767 with the help of the Debugger
Can you help me?
I am using this plugin with Wordpress 4.1
Edit: I have added the following check:
$el.offset() != undefined
The text was updated successfully, but these errors were encountered:
I have the same problem as well.
Sorry, something went wrong.
Same here
This actually breaks the page for IE9 users, which unfortunately is still a thing that's important to my company.
No branches or pull requests
I am continuously getting the following error:
'Uncaught TypeError: Cannot read property 'top' of undefined'
I think the error is in the following piece of code, but I cannot understand why.
I boiled down the error to line 767 with the help of the Debugger
Can you help me?
I am using this plugin with Wordpress 4.1
Edit:
I have added the following check:
The text was updated successfully, but these errors were encountered: