Hello,
Am waiting for an update for this particular issue! I am planning to buy a pro-version of this issue is resolved!
Thanks
Himani
Hello Himani,
Thanks so much for reporting this issue.
I will look into it and fix it with the next update of Poseidon.
Best,
Thomas
Can you please send me the URL to your website?
A quick test showed that there is no issue in the sticky-header.js file by default, it works fine without any JS errors. So it is more likely a conflict with another plugin.
Best,
Thomas
Hello,
when I update the sticky-header.js file like below, it resolves the error!
var body = $( ‘body’ ),
if (body.length) {
top_position = $( this ).offset().top – body.offset().top – 1,
header_height = $( this ).height() + top_position,
small_header = top_position + 70;
}