Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #177969

    Hi,

    Which 2.3.1 files do I need to update? I did many small changes. It’s better for me not to upgrade the entire theme and then perform changes again.

    thanks,

    #178223

    Hey yukanl!

    There are lots of changes on the theme files and I doubt if Kriesi will have the time to pin point each files that is changed. Please create a “Change Log” to list all of the modifications that you created or you can use a child theme to preserve them.

    Best regards,
    Ismael

    #178232

    No problem.

    I have upgraded to the latest version.

    If I made changes to files like header, functions and files in the css folder. How should I keep them under a child theme? Do I put them all together in the same folder or follow the main theme structure? If I modified shortcodes.css and put it in a child theme, which shortcodes.css would site load since there would be two with one under the main theme and the other under child theme?

    thanks,

    #178290

    Hi!

    You can copy the files inside the child’s theme folder and it will override the existing file on the main theme folder. For example copy header.php, place it on the child theme’s folder then erase everything. You’ll notice that you will no longer have a header and the whole site will be broken because there is no header to be found.

    Best regards,
    Ismael

    #178335

    Ismael,

    When you say “erase everything”, do you mean the files placed in the child theme directory would actually delete the main theme files?

    What do I do when a new version is released? Assuming I have a heavily customized header.php, would I need to compare the entire header.php file with the new version? If so, wouldn’t that be even more time consuming?

    thanks,

    #179132

    Hi!

    You can read more about child themes here: http://codex.wordpress.org/Child_Themes

    WordPress will attempt to use the child theme files first for those that are in the root directory. If it finds one, it will use that file instead.

    If you heavily modify the header.php and the theme releases an update to header.php then yes you would still need to compare versions to update your child’s file.

    Best regards,
    Devin

    #179529

    Thank you Devin.

    I will do manual update then.

    Please go ahead and close this ticket.

    thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘upgrade to version 2.3.2’ is closed to new replies.