wp-e-commerce / WP-e-Commerce

WP eCommerce - The most popular independent eCommerce platform for WordPress
https://wpecommerce.org
GNU General Public License v2.0
215 stars 216 forks source link

JavaScript Error: TEV2, 2017 #2240

Closed JustinSainton closed 7 years ago

JustinSainton commented 7 years ago

Uncaught TypeError: Cannot read property 'top' of undefined http://paleo-plan.dev/wp-content/themes/twentyseventeen/assets/js/global.js?ver=1.0 line 124

Not sure if related to us or 2017

jtsternberg commented 7 years ago

For reference: https://github.com/WordPress/twentyseventeen/blob/master/assets/js/global.js#L124

but that line 124 does not call .top. Maybe add a gist of your global.js for reference?

JustinSainton commented 7 years ago

https://github.com/WordPress/twentyseventeen/blob/master/assets/js/global.js#L116 <-- that's my line 124

JustinSainton commented 7 years ago

Update: Our checkout page has no #secondary div - so $sidebar would indeed not have an offset().

JustinSainton commented 7 years ago

Closing, as this is not our problem.