Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi, I get a javascript error in my portfolio Askul page.
Cannot read properties of undefined (reading ‘style’) ce-nav-menu.js:208
let parentLI = megamenu_wrapper.parentNode;
let parentLIRect = parentLI.getBoundingClientRect();
megamenu_submenu.style.width = megamenu_container + ‘px’;
megamenu_wrapper.style.left = ‘-‘ + parentLIRect.x + ‘px’;
Seems like it’s because the mega menu is not available. Can you please add a checker whether mega menu is exists before this? Thanks!
Hi,
You can do it through
WP-Admin Dashboard > Plugins > Plugin Editor > Select Cowidgets Elementor Addons > Inc > Js > ce-nav-menu.js Line#208-209 > Add “//”(Double slashes) before lines > Save Changes > Done.
Thanks,
You must be logged in to reply to this topic.