we activate and use "Scalia default child theme" for personalization, but when we copy and edit php files into child folder, they didnt work and not override the original theme php.
Now i edited the original theme files but isnt a good solution
I'm having the same problem. I'm trying to make changes to inc/content.php, but when I put that into the child theme, the new code doesn't override the main theme's code.
Hello there,
we activate and use "Scalia default child theme" for personalization, but when we copy and edit php files into child folder, they didnt work and not override the original theme php.
Now i edited the original theme files but isnt a good solution
the child functions.php include this code:
<?php
add_action('wp_enqueue_scripts', 'enqueue_parent_theme_style');
function enqueue_parent_theme_style() {
wp_enqueue_style('parent-style', get_template_directory_uri().'/style.css', array('scalia-icons', 'scalia-reset', 'scalia-grid'));
}
function scalia_child_user_icons_info_link() {
return get_stylesheet_directory_uri().'/fonts/user-icons-list.html';
}
add_filter('scalia_user_icons_info_link', 'scalia_child_user_icons_info_link');
HI!
What files are you trying to change?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I'm having the same problem. I'm trying to make changes to inc/content.php, but when I put that into the child theme, the new code doesn't override the main theme's code.
Hi!
Content.php it's not template, it's not possible to override it in the child theme
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver