Elementor Editor not working when shortcode is present on page…
-
I have this odd behavior on my website… Maybe I’m missing something, who knows, but I’ve been pulling my hair since late PM on this, and it’s killing me, haha ??
I have many pages which I can edit without any issues in WP using Elementor. However, as soon as I add a “Shortcode” element to any page, it now shows the infamous “The Content Area Was Not Found in Your Page” when I try to edit it again (even though it was just fine before I added that shortcode).
I switched to TwentyNineteen and everything works just fine, but I noticed under that theme that the shortcode is not “processed” under Elementor (normal, since it’s part of my theme). So I have three questions:
1. Any way I can disable shortcode rendering in Elementor, in the backend? Seems like the shortcode content is causing that issue…
2. Could it be because my shortcode is not echoing the content, but using
ob_start()
andob_get_clean()
? Because a simpleecho
shortcode works just fine.3. Could it be because my shortcode is using
get_posts()
?
- The topic ‘Elementor Editor not working when shortcode is present on page…’ is closed to new replies.