December 11, 2019 at 8:38 am
I was installing the theme on a new website and creating a child theme. The child theme creator I use runs an error check before creating the child theme and then again while creating the child theme. Before creating the theme, it detected the following error:
Notice: Undefined index: choose_home_header in /srv/htdocs/wp-content/themes/pinnacle_premium/front-page.php on line 47
After creating the child theme, it detected more errors:
Notice: Undefined variable: bg_style in /srv/htdocs/wp-content/themes/pinnacle_premium/templates/home/page-title-home.php on line 40
Notice: Undefined variable: bg_repeat in /srv/htdocs/wp-content/themes/pinnacle_premium/templates/home/page-title-home.php on line 40
Notice: Undefined variable: bg_size in /srv/htdocs/wp-content/themes/pinnacle_premium/templates/home/page-title-home.php on line 40
Notice: Undefined variable: bg_position in /srv/htdocs/wp-content/themes/pinnacle_premium/templates/home/page-title-home.php on line 40
Notice: Undefined variable: bg_attachment in /srv/htdocs/wp-content/themes/pinnacle_premium/templates/home/page-title-home.php on line 40
Is this anything to be concerned about?