Gettng a php notice on pages that have not been built by elementor and therefore a css file has not been created
Notice: Undefined index: time in /var/www/html/public_html/wp-content/plugins/elementor/includes/posts-css/post-css-file.php on line 105
suggested fix
if ( isset( $meta['time'] ) ) {
wp_enqueue_style( 'elementor-post-' . $this->post_id, $this->url, [ ], $meta['time'] );
}
Gettng a php notice on pages that have not been built by elementor and therefore a css file has not been created
suggested fix