Parent theme: php notice - A non well formed numeric value encountered

I am passing this info on so forgive if it is not important. I am trying to hunt down performance issues and so of course it is taking me down paths not yet traveled but if it is helpful for you - here you are!

/* x_get_view()

wp-content/themes/pro/template-blank-4.php:15
X_View_Router::render()
wp-content/themes/pro/framework/functions/frontend/view-routing.php:55
get_header()
wp-content/themes/pro/framework/views/integrity/template-blank-4.php:9
locate_template()
wp-includes/general-template.php:41
load_template(‘wp-content/themes/pro-child/header.php’)
wp-includes/template.php:671
x_get_view()
wp-content/themes/pro-child/header.php:11
X_View_Router::render()
wp-content/themes/pro/framework/functions/frontend/view-routing.php:55
x_get_view()
wp-content/themes/pro/framework/legacy/cranium/headers/views/header/base.php:17
X_View_Router::render()
wp-content/themes/pro/framework/functions/frontend/view-routing.php:55
x_get_view()
wp-content/themes/pro/framework/legacy/cranium/headers/views/integrity/wp-header.php:11
X_View_Router::render()
wp-content/themes/pro/framework/functions/frontend/view-routing.php:55
wp_head()
wp-content/themes/pro-child/framework/legacy/cranium/headers/views/global/_header.php:29
do_action(‘wp_head’)
wp-includes/general-template.php:2745
x_output_generated_styles()
wp-includes/class-wp-hook.php:284
do_action(‘x_head_css’)
wp-content/themes/pro/framework/functions/frontend/styles.php:104
x_legacy_cranium_headers_generated_css()
wp-includes/class-wp-hook.php:286
x_legacy_cranium_headers_get_generated_css()
wp-content/themes/pro/framework/legacy/cranium/headers/setup.php:56
wp-content/themes/pro/framework/legacy/cranium/headers/output/masthead.php:143 */

Hello @GeorgiaG,

A notice is fine. It will not affect your site performance.

A notice is an advisory message meaning "You probably shouldn’t be doing what you’re doing, but I’ll let you do it anyway

Please check this guide instead to improve performance. Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.