• Hi all,
    I’m trying to create a child theme for Blaskan. Following Per’s instructions (http://www.helloper.com/blog/2012/02/wordpress-child-theme-boilerplate-for-blaskan/) to a T, I downloaded the child theme boilerplate to my Mac and modified style.css to read as such:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. Not blockquote. ]

    /*
    Theme Name:     Blaskan Child
    Theme URI:      http://blaskan.net
    Description:    Child theme for the Blaskan theme
    Author:         Seetha Sankaranarayan
    Author URI:     http://www.kunjulam.com/
    Template:       blaskan
    Version:        1.0
    */
    
    @import url("../blaskan/style.css");

    I then renamed the blaskanchild file on my Mac (it downloaded with a different name) and compressed it with my updated style.css in it. I logged into my cpanel file manager and created a new directory. Within this directory, I uploaded my blaskanchild zip and extracted the files within:

    public_html/kunjulam.com/wp-content/themes/blaskanchild

    However, when I went to activate the child theme in WP so I could begin to modify it, I got this:

    Broken Themes
    
    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    
    Name	Description
    Blaskan Child	The parent theme is missing. Please install the "blaskan" parent theme.

    I know the parent theme is installed because I’m using it now! http://www.kunjulam.com

    As you can see in the code I copied above, I’ve entered the template name in all lowercase. Fixing the case seems to have worked for just about everyone else with this problem but me! GAH.

    And finally, I’ve already tried wiping the parent and child themes from my directory and reinstalling them. Ditto activating a different theme and then trying Blaskan again.

    Any ideas? Bueller? Bueller? This is my first crack at a child theme, so it’s possible that I’m missing a really basic step in here. Thanks in advance to all you lovely, code-savvy folks!

    http://wordpress.org/extend/themes/blaskan/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    This is my first crack at a child theme

    You’re almost there too. 😉 You’ve installed the parent Blaskan theme incorrectly.

    It’s at wp-content/themes/blaskan/blaskan/style.css (see the blaskan/blaskan?) when it should be in wp-content/themes/blaskan/ (less the second blaskan).

    That’s why the child theme doesn’t work. Try moving the parent theme so that it’s only one directory above themes and isn’t nested in a second blaskan directory.

    Thread Starter Seetha Sankaranarayan

    (@kunjulam)

    Gotcha, I moved the files and it worked! But now I’m getting this:

    Parse error: syntax error, unexpected $end in /home/seethas/public_html/kunjulam.com/wp-content/themes/blaskanchild/functions.php on line 1

    I checked functions.php, the one from Per’s boilerplate, and this is the only thing in it:

    <?php

    Any advice? Thanks so much for your quick response!!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    If there are no functions in the child theme copy, try just deleting the blaskanchild/functions.php.

    Thread Starter Seetha Sankaranarayan

    (@kunjulam)

    It worked! Thank you so much for your help Jan!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Glad to help. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Blaskan] "The parent theme is missing"’ is closed to new replies.