Home › Forums › WoodMart support forum › menu items non working › Reply To: menu items non working
December 4, 2023 at 10:38 am
#518120

Bogdan Donovan
Keymaster
Try to add the following code snippet to the Custom JS → On document ready area in Theme Settings to fix this issue.
window.dispatchEvent(new CustomEvent('wdEventStarted'));
Kind Regards