Making a child theme

Viewing 5 posts - 1 through 5 (of 5 total)
  • #12733
    Thijsy004
    Participant

    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

    #12740
    Dirk
    Participant

    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’);

    #12775
    dankbaar
    Participant

    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 πŸ™

    #12785
    ace999
    Participant

    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.

    #12786
    dankbaar
    Participant

    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.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.