Undefined index: size (typography) and Undefined index: style
-
Theme is Sparkling by Colorlib: https://colorlib.com/wp/themes/sparkling/
Site is: alamedaministorage.comI have been using Child Theme Configurator and updated to the latest version. I now have PHP errors in the extras.php file that resides in the inc subdirectory. That is a file that I never changed or copied over to my child theme originally. It is burping on line 304, the typography options, specifically the size and style items in this line with that Undefined index error:
echo ‘.entry-content {font-family: ‘ . $typography_options[‘faces’][$typography[‘face’]] . ‘; font-size:’ . $typography[‘size’] . ‘; font-weight: ‘ . $typography[‘style’] . ‘; color:’.$typography[‘color’] . ‘;}’;
I’m not sure what the problem is. I got the latest extras.php file from github, but that didn’t correct the error.
The functions file in my child theme directory, is very abbreviated. The theme has not been updated since I started.
I did try to disable jetpack (which I need) but that didn’t correct the error. I’m just running Contact 7 and a few plugins that I run on other sites with Child Theme Configurator which have never caused a problem. (Limit Login Attempts, Enhanced Text Widget, Post Types Order.)
Hope you can help.
https://www.ads-software.com/plugins/child-theme-configurator/
- The topic ‘Undefined index: size (typography) and Undefined index: style’ is closed to new replies.