Home Forums WoodMart support forum Sticky header is not working on mobile Reply To: Sticky header is not working on mobile

#262982

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