Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter annamkeith

    (@annamkeith)

    When I go into the ‘debug’ folder of Elementor in file manager, I see the following:

    theme-missing.php ( PHP script text )
    application/x-httpd-php theme-missing.php ( PHP script text )

    <?php
    namespace Elementor\Core\Debug\Classes;

    use Elementor\Modules\SafeMode\Module as Safe_Mode;

    class Theme_Missing extends Inspection_Base {

    public function run() {
    $safe_mode_enabled = get_option( Safe_Mode::OPTION_ENABLED, ” );
    if ( ! empty( $safe_mode_enabled ) ) {
    return true;
    }
    $theme = wp_get_theme();
    return $theme->exists();
    }

    public function get_name() {
    return ‘theme-missing’;
    }

    public function get_message() {
    return __( ‘Some of your theme files are missing.’, ‘elementor’ );
    }

    public function get_help_doc_url() {
    return ‘https://go.elementor.com/preview-not-loaded/#theme-files&#8217;;

    Thread Starter annamkeith

    (@annamkeith)

    I went to the file manager and the plug-in WidgetKit for Elementor is not there. I uninstalled it in safe mode when I got the initial error. It corrupted Elementor I believe. My previous posts created with Elementor still have comments and option TO comment.

Viewing 2 replies - 1 through 2 (of 2 total)