Hi Denzel,
thanks for replying. I never change the theme itself, only the child theme, so that cannot be the cause. I did change the functions.php file by adding this part of code:
function hu_load() {
// Load theme languages
load_theme_textdomain( 'hueman', get_stylesheet_directory().'/languages' );
// Load theme options and meta boxes
// load_template( get_template_directory() . '/functions/theme-options.php' );
load_template( get_template_directory() . '/functions/init-meta-boxes.php' );
// Load custom widgets
load_template( get_template_directory() . '/functions/widgets/alx-tabs.php' );
load_template( get_template_directory() . '/functions/widgets/alx-video.php' );
load_template( get_stylesheet_directory() . '/functions/widgets/alx-posts.php' );
// Load dynamic styles
load_template( get_template_directory() . '/functions/dynamic-styles.php' );
That was some time ago, I cannont find the earlier thread in my comments. But untill now, it worked fine.
It’s not a major problem, but still I’d like to solve this.