Archived topic
Elementor issue in template section
15 replies · Started by Gonzalo on January 24, 2022
Hi there,
I have a test site, I can not add any new widgets by dragging and dropping.
https://screencast-o-matic.com/watch/c3Vr2KVoWCL
https://prnt.sc/26ikev7 Here it's the problem
While deactivating the GP Premium plugin of GeneratePress and switching the Theme: Generate Press to a default WP theme like Twenty Twenty, I am able to drag and drop the widget without any issue. (Elementor answer)
Therefore, the problem is GP Premium plugin.
I think it's a bug, can you check it please?
Regards
Hi there,
does it work if you enable GP Premium but disable all the Modules in Appearance > GeneratePress ?
Hi David, I ran a test, and the problem is with the Elements Module in Appearance > GeneratePress
https://prnt.sc/26ilw9q
Please, check it, I think it’s a bug, tested on multiple sites.
Best regards
Do you have any Elements added to the site ?
Yes, element header type.
https://prnt.sc/26inah4
https://prnt.sc/26inav3
when I disable it, this is fixed!
So its just the merge header feature - i assume you do not need that then ?
well, I could use Elementor to design the menu - I always use the GP one.
But, as long as I don't disable this element, I can't work with the Elementor menu, on a production site, it's complicated.
I think you should check it out, for the next version :)
I wonder if Elementor changed something ( or did we ) .... what happens if you add this CSS to the site:
.elementor-editor-active .header-wrap {
pointer-events: none;
}
I added it but doesn't work :(
Can you open the editor where the problem is and Right Click > Inspect the page to open the Developers tools.
In the Developers tools > Elements tab can you share a screenshot of the Body tag ? I need to see the CSS Classes elementor is adding now.
https://prnt.sc/26ip6xr
I hope it's useful :)
Does this CSS fix the issue:
body[class*='elementor-editor'] .header-wrap {
pointer-events: none;
}
David, no working, I sent you access
Hi there,
Can you try modifying David's code into this?
body[class*='elementor-editor'] .header-wrap {
pointer-events: unset;
}
Working!!! thank you Elvin :)
Your support is amazing, David, Leo, Elvin!
Best regards