• I have being trying to build my e-commerce website with Elementor in this theme but I’m having trouble with this error and it has a manual solution, but as they told below someone here can Help me with the instructions below in order to fix this problem.

    Thank you

    “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.”
    What is the_content, and why does Elementor require it?

    The the_content function is a WordPress function that gets the content from the database and prints it on the screen. Given that Elementor’s content replaces the content of the page, if this function is not called for, then Elementor cannot work. Read more on the_content function on www.ads-software.com.
    The common reasons for the_content function not to be called
    There are 3 common occurrences that may be the cause why the_content will not be called:
    Sometimes the theme has a front page template that is already pre-built and does not include content from the page. This is most common on free WordPress themes.
    Custom made page templates that do not include the_content.
    WooCommerce product pages that do not include the_content.
    Manual solution

    Add the_content function into the page template’s code.

    This is the line you need to add: <?php the_content(); ?>

    If you are not familiar with where to place this code or how to add it to the page, please contact your website developer so it can be implemented properly as we cannot provide full support for that.

    The page I need help with: [log in to see the link]

  • The topic ‘Elementor Page Build’ is closed to new replies.