Usually caused by missing JavaScript, disabled jQuery, or conflicting theme code.
Join FixxWP Today! Create your free account to ask questions, get reliable WordPress support, and connect with a growing community of experts and learners. Whether you're fixing a bug or sharing tips, FixxWP is your place to grow. Sign up now and be part of the WordPress support revolution!
Welcome to FixxWP – your go-to community for everything WordPress! Login to our powerful Question & Answer platform to ask questions, get expert help, and share your knowledge with others. At FixxWP, we bring together WordPress users of all levels — from beginners to developers — to solve issues, exchange ideas, and grow together.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your ElementsKit off-canvas menu isn’t opening when clicked, it’s typically due to JavaScript conflicts, incorrect widget settings, or CSS overrides. This guide walks you through 7 proven fixes to resolve the issue, with troubleshooting scripts and preventive tips.
đź”§ 1. Check for JavaScript Conflicts (Most Common Fix)
Why it happens:
Other plugins or themes may load incompatible jQuery scripts, breaking ElementsKit’s interactivity.
How to fix:
Deactivate plugins:
Go to Plugins → Installed Plugins.
Deactivate all plugins except Elementor and ElementsKit.
Test the menu button. If it works, reactivate plugins one by one to identify the culprit.
Add a jQuery conflict patch:
Insert this code in Appearance → Theme File Editor → functions.php:
🎨 2. Override Theme CSS
Common with themes like Avada, Divi, or Astra:
Theme CSS may hide the off-canvas menu.
Debug & Fix:
Right-click the menu button → Inspect.
Check ifÂ
.elementskit-offcanvas hasÂdisplay: none or lowÂz-index.Add this to Customize → Additional CSS: