• Hi Nikeo,

    I love Customizr and I would like to thank you for the great job you’re doing.
    I wasn’t able to upgrade the theme from version 2.1.8 to 3.0.2.
    I’m using a child theme and I got a blank page on my homepage after the update. Here are the files I’m duplicating in the child theme : header, footer, comments, functions.
    Is there anything to modify in the import call in the child folder / style.css file ?
    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • My understanding of child themes is not that good, so it stops at having only the style.css.

    I’ve just updated to 3.0.2 myself and I can confirm that you don’t need to change the import call in style.css. Mine is (still):
    @import url("../customizr/style.css");

    However, for all the other stuff, I can well imagine it won’t work any more as the whole code structure has changed.

    For example, some of what used to be footer.php is now in class-main-footer.php and what used to be in tc_handy_helpers.php is now in class-content-featured_pages.php. So you’ll have a bit of reworking to do to reinstate your customizations.

    had the same problem. In my case it was the header.php which is different. So disabled it in the child theme and later on when I have time, I’ll have to redo a lot of work in the new class header file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child theme and version 3.0.2’ is closed to new replies.