• Resolved sdorrell

    (@sdorrell)


    hello

    i have tried several times to create a child theme. i have followed the steps as outlined http://codex.wordpress.org/Child_Themes and been careful re spelling etc. the folder containing the child theme is visible on the server and is in the right spot. no matter what i try i can’t get it to show up in my dashboard. any suggestions?

    simon

Viewing 13 replies - 1 through 13 (of 13 total)
  • jack randall

    (@theotherlebowski)

    show us the code in your child’s style.css file (use the backticks character as outlined below to display it here)

    Thread Starter sdorrell

    (@sdorrell)

    \
    /*
    Theme Name: Twenty Ten Child
    Theme URI: http: //granddeparttours.com/home
    Description: Child theme for the Twenty Ten theme
    Author: Dorrelli
    Author URI: http: //granddeparttours.com/home
    Template: twentyten
    Version: 1.2
    */

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

    jack randall

    (@theotherlebowski)

    do you have any whitespace before this chunk of code? it all looks right…

    jack randall

    (@theotherlebowski)

    how did you upload the child theme?

    Thread Starter sdorrell

    (@sdorrell)

    no there’s no white space

    i uploaded it via the webftp option from my web host. i think the problem has something to do with this.

    jack randall

    (@theotherlebowski)

    in that case, on your local computer make your shiny new child theme’s folder a .zip file and install it using the wordpress theme installer and see if that works.

    jack randall

    (@theotherlebowski)

    oh, delete the one that’s already on the server first though!

    Thread Starter sdorrell

    (@sdorrell)

    ok, i’ll try that. just paste the code in notepad and save in a folder then upload?

    jack randall

    (@theotherlebowski)

    yeah, the compress the folder to a .zip file and the in your site dashboard just go to appearance -> themes -> upload and navigate to the .zip file on your computer and then is should find it and install it. then just activate it as normal.

    Thread Starter sdorrell

    (@sdorrell)

    no joy, got the following

    Installing Theme from uploaded file: twentytenbabe.zip

    Unpacking the package…

    Installing the theme…

    Theme installed successfully.

    Warning: fopen(/home/sdorrell/granddeparttours.com/home/wp-content/themes/twentytenbabe/style.css) [function.fopen]: failed to open stream: No such file or directory in /home/sdorrell/granddeparttours.com/home/wp-includes/functions.php on line 4284

    Warning: fread(): supplied argument is not a valid stream resource in /home/sdorrell/granddeparttours.com/home/wp-includes/functions.php on line 4287

    Warning: fclose(): supplied argument is not a valid stream resource in /home/sdorrell/granddeparttours.com/home/wp-includes/functions.php on line 4290

    jack randall

    (@theotherlebowski)

    are you saving the file in notepad with no formatting or rich-text stuff? it has to be in plain boring text and the file needs to be called style.css

    send me an email and i’ll create one for you to try and upload: support at ryzar dot com

    Thread Starter sdorrell

    (@sdorrell)

    got there!! thanks for your help

    jack randall

    (@theotherlebowski)

    coolbeans 😀 glad to help.

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

The topic ‘child theme not visible in dashboard’ is closed to new replies.