-
AuthorPosts
-
December 8, 2015 at 1:27 pm #548708
Dear team,
I have installed a child theme. But I can do what I want, the child theme looks not like the original theme.
If I copy the modification from the funtion.php, I get an error.
If I copy the css files from the original, the Child theme has another or different colors.
If I copy the code from the original custom.css to the style.css from the child…. different colors.
If I export the settings from the original, import to the child…. looks not like the original.
Now I’am on the end of my mind….. and hope of your help.What I do wrong?
December 9, 2015 at 4:18 am #549429Hey SDUS!
First off please update WordPress to the latest version. Also, it looks like your using Enfold 3.1.2 so that will need to be updated as well.
Let us know when your done and we’ll take another look.
Cheers!
ElliottDecember 9, 2015 at 8:07 am #549541Hey Elliott,
I have updated WP Engine. The 3.1.2 Enfold I cant update, because I loose my modification. First I need the working child theme.
December 10, 2015 at 3:40 am #550117Hi!
Alrighty, if you still see the problem after finishing your child theme and updating Enfold then let us know and we’ll take another look.
Cheers!
Elliott- This reply was modified 8 years, 11 months ago by Elliott.
December 10, 2015 at 9:36 am #550245Hi Elliott,
my english ist bad, so I think, that you dont understand my problem. Sorry. I will take another words.
Please look on the link, which I has send you. There you see my customize or modification of your enfold template. OK?
Now it give a update for this enfold theme. Right? If I update my enfold I will loose my changes completly.So I need – before I update the enfold – a child theme. Yes?
I have installed your child theme. But I`m to stupid, to setup MY CHANGES into the child. If I setup the changes from the function.php (snippet for telephon or other text in the header of the theme, look on the link please) into the function.php from the child – it doesnt work. Also I have a custom.css. If I set the custom.css into the style.css of the child, so the activ child have not the colors from the enfold theme. If I copy the custom css to the child, the result is the same. I have no idea, I have no solution, Im desperate…..
Please look on the link, the enfold is enabled. Disable it an look on the child, please. You will see the different. And then please help me, to setup and use the child. And if the child theme run, then I can update your theme.
Best regards
Ulf
December 11, 2015 at 3:00 am #550818Hey!
What is the customization your doing? Paste the code you used here and we’ll check to see if it can be done in a child theme.
Best regards,
Elliott- This reply was modified 8 years, 11 months ago by Elliott.
December 14, 2015 at 3:36 pm #552358OK,
step by step:
If I write your code:
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
in the functions.php of the childtheme, I get a fatalerror.
In the originaltheme it works.
Look on the site, which login you have.
What is to do, that this works?December 14, 2015 at 3:46 pm #552383 -
AuthorPosts
- You must be logged in to reply to this topic.