Elementor bug
-
Issue: after clicking “Accept” on the cookie banner, the Elementor mobile menu and popups start misbehaving — the first click often opens/closes twice, and then the toggle gets stuck. The problem persists on all subsequent page loads once consent is stored.
How to reproduce
- Load any page with the Complianz cookie blocker enabled.
- Everything works before consent.
- Click “Accept” → now the Elementor menu/popup opens twice and then freezes.
- Navigate to another page (consent already stored) → the issue remains.
What I’m seeing in console
complianz.js: opt-infires, then Elementor handlers re-run (toggleMenu,setMenuHeight, UE Ajax Search listeners, etc.), which looks like duplicate event listeners being attached after consent. jQuery 3.7.1 + jQuery Migrate 3.4.1, Elementor Pro assets showfrontend.js?ver=3.31.2.Environment
- Complianz 7.4.2, WordPress 6.8.2, PHP 8.3.23
- Elementor + Elementor Pro (Astra theme)
- LiteSpeed Cache present, but the issue occurs even with caching/optimizations fully disabled.
Tried (no lasting fix)
- Whitelisting Elementor scripts in Script Center.
- Excluding
complianz/cmplzfrom defer/delay/combine in the optimizer. - Disabling GTM/Consent Mode.
- Safe Mode, ESI, cache purges.
- Custom re-init and “single-bind” guards via
cmplz_status_change/cmplz_event_functional. - Can’t reliably disable the Elementor integration in the free version — the toggle appears locked.
Expected: accepting cookies should not re-attach duplicate click handlers or change event order for Elementor components.
Actual: after consent, extra listeners appear to be attached, causing double-open and then a frozen state.The page I need help with: [log in to see the link]
The topic ‘Elementor bug’ is closed to new replies.