This topic has 14 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
I am try to make some changes to
framemwork/theme-functions.php
But it does not overwrite the original functions in the original theme …
Is this because it is loading first? If so what should i do?
Or is it for another reason? agin if so what should i do to edit this file in the child them so it will ovewrite the original theme?
Hello,
Have you created a child theme correctly?
Please refer to WordPress documentation:
http://codex.wordpress.org/Child_Themes (pay attention to paragraph “Referencing / Including Files in Your Child Theme”).
Thank you.
Regards,
Eva Kemp.
I have
and I have been abke to make numerous other changes to templates etc
Hello,
Please provide us with wp-admin panel and FTP credentials in Private Content and specify what you want to change in theme-functions.php.
Thank you.
Regards,
Eva Kemp.
im not ure if you got this because i got an error message before
Hello,
In a child theme you need write only the code that you want to be changed and not copy the whole file.
Please specify what changes you’ve made in theme-functions.php to be able to check them.
Thank you.
Regards,
Eva Kemp.
<i class=”icon-cloud”></i><span>Intranet!</span>
i just added a “!” to the text on line 9 of the childtheme to test
(what i am actuallly trying to do is add the two buttons for “intranet” and for “inquiry-list” which i successfully did in the parent-theme … but i want the changes to happen through the child-theme so i dont lose them on uodate of the theme)
thanks again for your help
Hello,
Sorry, but we can login to your admin panel. Please provide us with link to the page and wp-admin access in Private Content.
Also provide as with link where you have added some buttons.
Regards,
Robert Hall.
ok pls try again
Hello,
Sorry, but you forgot to provide link to the admin panel.
Regards,
Robert Hall.
here it is
Hello,
In this case you need copy full code of the function from theme-functions.php where you have added buttons and paste into functions.php of the Child Theme. After that you can edit this function and changes will be activated.
We have already done it. Check please.
Regards,
Robert Hall.
thank you very much for your help!!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘child theme framework/theme-functions.php’' has been successfully resolved, and the topic is now closed for further responses