Hi,
It seems the WooCommerce slider height is not being calculated correctly by our JS.
This is likely due to the slider content not being 100% loaded in time for our jQuery outerHeight
check to perform the correct height calculation on the slider.
Ed is on holiday this week but is also working intermittently, I’ll assist you as much as possible before Ed is online.
To resolve this we should be able to use the setTimeout
to add a tiny ms
delay to our code to allow the slider to initiate fully.
To help you out with this, I’d like to ask you replace the /js/functions.js
with my development testing file: https://gist.github.com/webadelic/f2050d0440ce48320b26a791eea36d95 this should resolve this issue – for me it does successfully. – You will need to disable the Performance Options in the Theme Options and likely clear your browser cache to test this correctly.
If that resolves the issue for you, I’ll get a patch submitted to Ed for further review and inclusion in a future update.
Thanks.