Crocoblock / suggestions

The suggestions for CrocoBlock project
194 stars 78 forks source link

jquery.min.js?ver=3.7.1:2 jQuery.Deferred exception: t.jetStickySection is not a function TypeError: t.jetStickySection is not a function #7645

Open ciprianpentelescu opened 1 month ago

ciprianpentelescu commented 1 month ago

Describe the bug jquery.min.js?ver=3.7.1:2 jQuery.Deferred exception: t.jetStickySection is not a function TypeError: t.jetStickySection is not a function Uncaught TypeError: t.jetStickySection is not a function

To Reproduce Steps to reproduce the behavior: Make a sticky section, enable Cache element in elementor functionalities, the sticky doesnt work anymore.

Expected behavior Sticky should work.

I'm using:

Elementor3.23.2 Elementor Pro3.23.1 JetBlocks For Elementor1.3.12 JetElements For Elementor2.6.18 JetEngine3.5.2 JetTabs For Elementor2.2.3 JetTricks1.4.9

Crocoblock commented 1 month ago

Hi @ciprianpentelescu

We've tried to reproduce your issue and everything works fine on our side. Could you please provide us with more detailed information about this issue, add some screenshots? Also have you contacted our support team regarding this case - https://crocoblock.com/help-center/ If not, please create a ticket including access details for your site where the issue occurred to make sure we can help you.

Galibri commented 1 month ago

Facing the saame issue, sticky header is not working after the last update.

zenllsjllsj commented 1 week ago

1726023014362 Here's a breakdown of the error:

Error 1: jQuery.Deferred exception: section.jetStickySection is not a function

This error suggests that the jetStickySection function is being called, but jQuery can't find or recognize it as a valid function. The stack trace shows that the error originates from the plugin files inside the "jet-blocks" plugin directory, which is likely causing the issue when trying to invoke the getJetStickySectionsDevice function. The problem seems to occur during a deferred or asynchronous jQuery call. Error 2: Uncaught TypeError: section.jetStickySection is not a function

This is a similar or follow-up error indicating that the JavaScript code is trying to call jetStickySection on the section element, but it is not defined as a function in the current context. It points to the same issue as the first error. The function initStickySections is trying to execute this and fails because jetStickySection is either not loaded or not defined properly at the time of execution.