Unable to edit page in Elementor
-
Hello,
I am using Elementor and have created a page called Client Portal and in Client Portal Settings, I have set the Page Slug to client-portal. When editing the page with Elementor, I am adding a shotcode widget with the content [client-portal].
Once I add the shortcode and Elementor refreshes, I am getting the message “Sorry, the content area was not found in your page. You must call “the_content” function in the current template, in order for Elementor to work on this page.
I am using a custom template called single-private-page.php and in that page I am calling the_content() as well as loading some ACF fields.
<?php
if ( have_posts() ) :
while(have_posts()) : the_post();
the_content(); ?>
<h1>Client Portal Information</h1>The funny thing is that the page works perfectly fine on the front end.
- You must be logged in to reply to this topic.