Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
immortalist
/
wp-content
/
themes
/
woodmart
/
js
/
scripts
/
elements
:
menuAnchor.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
jQuery(window).on('elementor/frontend/init', function(){ if (window.elementorFrontend) { elementorFrontend.hooks.addFilter( 'frontend/handlers/menu_anchor/scroll_top_distance', function(scrollTop) { var stickyElementsHeight = 0; var stickyRows = jQuery('.whb-sticky-row'); if (0 === stickyRows.length) { return scrollTop; } stickyRows.each(function() { stickyElementsHeight += jQuery(this).height(); }); return scrollTop - stickyElementsHeight; }); } });