Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #341709

    I found some previous threads, but they’re for older versions, and when I followed them, I got most of my functions.php echoed on my webpage verbatim.

    Can you provide some updated instructions?

    #341715

    Hi launchmoxie!

    You can download pre-built child theme here – http://kriesi.at/documentation/enfold/downloads/

    Best regards,
    Yigit

    #341717

    Child theme set up instructions rarely need update — has been the same for years on many other theme sites. This sounds like the code went wrong somewhere. You can show the support team what you’ve done so far by posting your code at PasteBin.org and link it back here.

    edit:
    ===
    Submitted my response right after a moderator answered. Nevermind.

    • This reply was modified 9 years, 5 months ago by Tung Do.
    #341720

    Hey!


    @smallpotato
    Thanks :)

    Cheers!
    Yigit

    #341753

    Thanks to you both! The download is new information and helpful, even with as small as it is. I had @import-ed the parent’s function.php file in my attempt.

    #341762

    Excuse the basic question on Child theme but as a new user of WP and the Enfold Child theme I would like to ask is there any special requirements when Enfold is update? I assume one can just update the theme in WP admin and any new core features will be automatically available in the child theme?

    Oh BTW I have not mentioned it yet but having used Dreamweaver, and lately Rapidweaver I have found Enfold and WP to be a great package and Enfold so intuitive. You guys have produced a 1st class product and back it with support :)

    #341796

    @calcite – That’s how it’s supposed to work. Whatever’s available in the parent theme, the child theme inherits it — including updates. There’s an exception and that’s when you purposely have things in the child theme that takes the place of parent theme features.

    Template files aren’t features, but it works the same so for example… having a header.php file in the child theme folder means that file will always be used instead of the parent theme header.php file, regardless of what changes or updates you make to the parent theme file. Once you remove the child theme header.php file, it goes back to using the parent theme version.

    #341849

    Thanks Tung Do, that makes sense, but having made several costly mistakes in the past I always back up the entire site on the server before any radical changes ;)

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Update instructions for creating a child theme's functions.php?’ is closed to new replies.