• Resolved landjaguar

    (@landjaguar)


    I am new to wordpress. My situation is difficult to explain but i’ll do my best. I have created the thematic child theme. I created my child theme from cpanel file manager. wp-contents themes, new folder, new file, style.css then i edited the code. I believe i have done everything correctly. However, on my dashboard it say’s broken themes please install the parent theme which is already been installed. Also, you can not edit in my child theme it has no css and php in editor. I am new to wordpress so can please somebody tell me what has happened and i how i am able to fix it.

    Thank you

    [please do not bump]

Viewing 2 replies - 1 through 2 (of 2 total)
  • this works for me as a thematic child theme:

    created this style.css

    /*
    Theme Name: Thematic Child
    Theme URI: http://wordpress.org/
    Description: a child theme for Thematic
    Author: author
    Template: thematic
    */
    @import url("../thematic/style.css");

    the location:

    /wp-content/themes/thematic_child/style.css

    parent theme is in:

    /wp-content/themes/thematic/

    Thread Starter landjaguar

    (@landjaguar)

    Thanks Alchymyth. Problem now solved. I made a mistake when i inserted the code. Never mind it works now.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘broken themes plz help me!’ is closed to new replies.