I have JA Athena installed in a brand new Joomla 5 server. I asked for help removing the introductory image for articles in this post: https://www.joomlart.com/forums/d/49478-want-to-remove-empty-alt-from-above-articles-on-blog-pages
Now I'm getting the following errors repeatedly in my Apache log:
PHP Warning: Undefined property: stdClass::$image_intro_alt in /opt/bitnami/apache/htdocs/[domain].com/templates/ja_athena/html/layouts/joomla/content/image/intro.php on line 40;
PHP message: PHP Warning: Undefined property: stdClass::$image_intro_alt in /opt/bitnami/apache/htdocs/[domain].com/templates/ja_athena/html/layouts/joomla/content/image/intro.php on line 55;
PHP message: PHP Warning: Undefined property: stdClass::$image_intro_caption in /opt/bitnami/apache/htdocs/[domain].com/templates/ja_athena/html/layouts/joomla/content/image/intro.php on line 58;
PHP message: PHP Warning: Undefined property: stdClass::$image_intro_caption in /opt/bitnami/apache/htdocs/[domain].com/templates/ja_athena/html/layouts/joomla/content/image/intro.php on line 59;
The pages still load, but I think because of these errors, the pages load slowly. Can you advise how to correct these errors?