jQuery dependency
-
Running WP 6.5 with event-post version 5.9.3.
I have a problem where jquery loads after the js-file “event-timeline.js” on the frontend causing the classic jQuery not loaded error.
If I modify event-post/build/timeline/event-timeline.asset.php and add jquery as a dependency it works fine because your script is loaded after jquery.
<?php return array('dependencies' => array('jquery'), 'version' => 'dd9958a7a0e5ee265587');
I would suggest you incorporate this in future updates. This probably goes for all the “widgets”.
Other than that great plugin!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘jQuery dependency’ is closed to new replies.