• I’m afraid I got ahead of myself building new site and did not create a Child Theme. Now trying to create one, find that “wp-content/themes” page only shows blank space.
    How can I restore it to normal mode?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter FlaBill

    (@flabill)

    Here’s what I have;
    twentythirteen
    css
    fonts
    images
    inc
    js
    languages
    twentythirteen-child
    style.css

    Not sure where to go from here, it should show in Themes right?

    This really doesn’t make much sense.

    Your theme folder (wp-content/themes) should really only have other folders in it for each theme, and in those specific folders are the theme specific files. Parent themes and child themes alike should all be in the themes folder.

    So, you should have at least a twentythirteen folder (wp-content/themes/twentythirteen) and a twentythirteen-child folder (wp-content/themes/twentythirteen-child) sitting next to each other. Whatever else is in the themes folder is likely irrelevant to the issue.

    But, I just want to confirm that you don’t have your style.css and/or your twentythirteen-child folder in the twentythirteen folder – because that would make it invisible. And the style.css for your child theme needs to be in the twentythirteen-child folder (wp-content/themes/twentythirteen-child/style.css).

    Does that all make sense/help? Short of more information on the specific error or direct access to your FTP I don’t know if much more can be done on this end.

    Thread Starter FlaBill

    (@flabill)

    Thank you for your efforts in my behalf and your patience too.
    Finally found the solution. Twentythirteen-child was mistakenly placed in twentythirteen folder instead of Themes.
    Re-installing it in proper directory and a couple of other tweeks proved successful.
    Don’t go away, I might be back 🙂

    Happy to help. I would highly recommend reading through all the documentation on Child Themes, very useful information.

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘Child Theme’ is closed to new replies.