Has anyone a example of a child theme that works with this theme? I want to update wordpress but I made changes in style.css and home.php. And I don’t want to lose changes.
I hope someone can help me.
Thanks,
Thijs
I have the same issue. Even with a minimal style.css the theme won’t work properly (e.g. showing vertical sidebar + all categories)
style.css:
/*
Theme Name: Minimatica Child
Description: Heeeyo!
Author: Dirk
Template: minimatica
*/
@import url(‘../minimatica/style.css’);
An example with a working child theme is here in 3.5… http://www.dankbaar.com/gekopfeestjes/ but the funny thing is, when I want to copy the site to another host, it keeps coming up that my child theme is broken and I cannot install it.
Even when I just put this in the theme:
/*
Theme Name: Feestje op basis van minimatica
Theme URI: http://www.gekopfeestjes.nl/cms
Description: eerste Child Theme op basis van Minimatica
Author URI: http://www.dankbaar.com
Template: Minimatica
Version: 1.0.8
*/
@import url(‘../minimatica/style.css’);
without the funcrions.php or other files. It is not working π
I also have a working Child Theme using the same code as above and it works fine on my host. Let me know if you have any questions / need help.
Hi Ace999
How did you install your theme?
Straight in wp3.5, adjusting the funcitons.php (so the image uploader works) and then install a child theme?? Please explain, because I want his theme (minimatica with child theme) to work. Thanks.