fixed some areas
This commit is contained in:
@@ -609,6 +609,13 @@
|
||||
$header.addClass('header-visible-scrolled');
|
||||
}
|
||||
});
|
||||
|
||||
// Ensure sticky header works on custom non-Elementor pages
|
||||
if (typeof sticky_element_activate === 'function') {
|
||||
$('.sticky-container-on').each(function() {
|
||||
sticky_element_activate($(this));
|
||||
});
|
||||
}
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
Reference in New Issue
Block a user