-
Closed
-
I tried it using ‘Child Theme Configurator'(somewhere here in the forum asked another user to do), but got stuck.
The CSS is wrong. I managed to fix by adding (got it also here from the forum)@import url(‘../evolve-plus/style.css’);
in the child theme style.css.
But the theme is somehow broken, the saved configuration about boxes and sidebar are not transfered to the child theme.
My child theme consists of a style.css
/*
Theme Name: evolve Plus Child
Template: evolve-plus
Author: Child Theme Configurator
Version: 1.0.1432027592
Updated: 2015-05-19 09:26:32
*/@charset “UTF-8”;
@import url(‘../evolve-plus/style.css’);and a function.php:
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// END ENQUEUE PARENT ACTION
My evolve plus is up-to-date using evolve PlusVersion: 1.8.0
Do you have an advice how to do it best?
Thanks for your support!
Best regards
kraeMit
The topic Best advice to create a child theme for evolve+ ? is closed to new replies