קוד פינחס שהקישור יעמוד בצורה תקינה קוד php-זה מגדיר להאדר Sticky header offset

PHOTO EMBED

Wed Jan 01 2025 13:58:11 GMT+0000 (Coordinated Universal Time)

Saved by @odesign

jQuery(document).ready(function() {
  jQuery('a[href*="#"]').on('click', (event) => {
    const hash = event.currentTarget.hash;
    if (hash) {
      event.preventDefault();
        event.stopPropagation();
      jQuery('html, body').animate({scrollTop: jQuery(hash).offset().top - jQuery(".elementor-location-header").height()}, 750);
    }
  });
});
content_copyCOPY