Accordions stuck in open position after update
-
After updating plugin from v 2.2.72 to v. 2.2.87 all accordions are stuck in the open position and don’t allow for open and close. WP version 6.2.2 Using Shortcodes to add to block editor. Thank you for any insight.
Inspector provides:
Uncaught TypeError: jQuery(…).accordion is not a function
at scripts.js?ver=1688412321:46:40
at NodeList.forEach ()
at HTMLDocument. (scripts.js?ver=1688412321:10:20)Sample of script error:
jQuery(accordionitemsWrap).accordion({ <— Error reference
event: accordionsDataObj.event,
collapsible: collapsible,
heightStyle: heightStyle,
animate: parseInt(animateDelay),
navigation: navigation,
active: accordionsDataObj.active,
beforeActivate: function (event, ui) {……..The page I need help with: [log in to see the link]
- The topic ‘Accordions stuck in open position after update’ is closed to new replies.