Hello,
Please find the file woodmart\js\functions.js
Then find this line:
adminBarHeight = $('#wpadminbar').outerHeight(),
Replace this with this line:
adminBarHeight = $('#wpadminbar').length > 0 ? $('#wpadminbar').outerHeight() : 0,
Then disable these options:
https://prnt.sc/wgky86
We shall fix this in our nearest update.
Best Regards