Viewing 15 replies - 1 through 15 (of 31 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which bit are you stuck with?

    Thread Starter projutt

    (@projutt)

    Hi, Andrew:
    I need child theme for Evolve theme. I want to make some changes existing parent theme and also want to include some more features, page templates, and extra things.
    thanks for quick response!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you seen this article; https://codex.www.ads-software.com/Child_Themes ?

    Thread Starter projutt

    (@projutt)

    I already tried it but theme broken, css is not working. what should I do?

    Thread Starter projutt

    (@projutt)

    Child theme is not inheriting the main theme

    Can you post your child theme’s style.css here so we can look at it? If it’s too long, put it somewhere like pastebin and post the link here.

    Thread Starter projutt

    (@projutt)

    /*
    Theme Name: Evolve Child
    Theme URI: https://projatt.com
    Description: Evolve Child Theme
    Author: Muhammad Imran
    Author URI: https://projatt.com
    Template: evolve
    Version: 1.0.0
    */

    /* =Theme customization starts here
    ————————————————————– */

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Looks like you’re missing the ‘@import‘ line, e.g:

    /*
    Theme Name: Evolve Child
    Theme URI: https://projatt.com
    Description: Evolve Child Theme
    Author: Muhammad Imran
    Author URI: https://projatt.com
    Template: evolve
    Version: 1.0.0
    */
    
    @import url('../evolve/style.css');
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */

    Thread Starter projutt

    (@projutt)

    still not working

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Let’s see your site

    Thread Starter projutt

    (@projutt)

    sorry sir, my site is not online, I am working on xammp local sever.
    I don’t know how to import parent theme styles in child theme. would you write the exactly what is the code. what should I put in the child theme style.css. which inherits the parent theme styles.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The above is exactly the code I would write – which leads me to think your Child Theme isn’t in the right directory. Which directory is it in?

    Thread Starter projutt

    (@projutt)

    wp-content/themes/child evolve/style.css

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try removing the space in your “child evolve” folder name, so it becomes “childevolve”, or “child-evolve”

    Thread Starter projutt

    (@projutt)

    C:\xampp\htdocs\sites\demo-site\wp-content\themes\evolve-child

Viewing 15 replies - 1 through 15 (of 31 total)
  • The topic ‘Child theme for Evolve?’ is closed to new replies.