February 12, 2022 at 11:56 am
I used this Kadence Child theme
It works excellent
*Login to see link
*Login to see link
It works for template-parts/content/
comments-list.php
entry_related.php
single-entry.php
I created two folder template-parts/content/ and edited that files works well
I paid attention that in the main /template-parts/ folder there are no files, there are only fother folders!
It does not work at /inc/components/comments/
component.php
I changed some words at esc_html section to tanslate some word!
I paid attention that in the main /inc/ folder, there are some files like back-compat.php class-kadence-css.php class-local-gfonts.php class-theme.php functions.php template-hooks.php wordpress-shims.php idon’t know is it related with these files?
So when i edit component.php file at /inc/components/comments/ this does not work fot the Child theme!
Could you please help me that how can i fix this! At template-parts/content/ folders, the cahnges works for child theme but!
in /inc/components/comments/ location there is a component.php file and when i edit it, it does not work! I edited for example esc_attr__( ‘Email’, ‘kadence’ ) part to esc_attr__( ‘Mail Adress’, ‘kadence’ ) but it does not work at child theme but when i edit this file at KAdence MAIN theme it works. I don’t know why the changes does not affect at this location!
Please help me!