Support » Fixing WordPress » Problems creating child theme for twenty eleven

  • Hi all,

    I’ve just started using word press to design a website and know i’m a little stuck πŸ™

    I’ve followed every tutorial regarding creating a child theme (in my case twenty eleven) however when I go to my page,

    http://www.successforthesingleparent.com

    There is a problem with the format????

    This is the code i’ve used:

    /*
    Theme Name: Twentyeleven Child
    Description: Child theme for the twentyeleven theme
    Author: CRE8IVEHAND
    Template: twentyeleven
    */

    @import url(“../twentyten/style.css”);

    please please any help would be greatly appreciated!

    Many Thanks

    T

Viewing 2 replies - 1 through 2 (of 2 total)
  • @import url(“../twentyten/style.css”);

    try to import the Twenty Eleven stylesheet:

    @import url("../twentyeleven/style.css");
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which theme are you attempting to create a Child from, Twenty Eleven or Twenty Ten?

    As you can see, you’re importing Twenty Ten stylesheet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems creating child theme for twenty eleven’ is closed to new replies.