Hello. Theme looks nice but on the latest WP (5.9.3) it breaks the Dashboard right after activation. When using the live preview, the following is shown:
Fatal error: Uncaught Error: Call to undefined function get_current_screen() in /home/.../wp-includes/script-loader.php:2366
That line is part of the following function:
function wp_global_styles_render_svg_filters() {
/*
* When calling via the in_admin_header action, we only want to render the
* SVGs on block editor pages.
*/
if (
is_admin() &&
get_current_screen()->is_block_editor() <--- line 2366
) {
return;
}
$filters = wp_get_global_styles_svg_filters();
if ( ! empty( $filters ) ) {
echo $filters;
}
}
]]>
Deprecated: Function create_function() is deprecated in /<server path>/libraries/libraries/wp-content/themes/resumee/inc/widgets/front-intro-one.php on line 11
]]>Using a plugin call “Print, PDF & Email by PrintFriendly” to allow users to either print or email from website. Have the buttons on all pages but the frontpage template. I have been unable to locate the php file to put the customize code that the plugin give you for a template. Would like to put it there first. If it looks good I will create a child theme for it
Thank You
]]>When I print a resume from a browser(firefox) with the print command and see how it looks, I see extra information under the technical skills title. This repeats on all the pages at different places. I may have to talk with my hosting company about this since it is their information that is showing up. I am printing the resume the right way?
Thanks
]]>