• gfy

    (@shawn-gnandt)


    So, I’ve done everything by the books. I’ve successfully created a child theme but can’t see the changes after editing. I’ve read and viewed lots of tutorials but still nothing. Here’s what I’ve done so far:

    *I’ve activated my child theme (even switched to a different theme and then back again).
    *Got rid of every other line except : @import url(“../sliding-door/style.css”); I read that here–>(viewtopic.php?f=9&t=1880)
    *deactivated all three of my plug-ins
    *I’m aware the template is case sensitive
    *I’ve left no spaces in style.css.
    *I tried just using single quotes.
    * I tried another theme (Twenty-Twelve) created a child for that, but still nothing when I make changes.

    What else could it be???!!!
    Here’s what I got:
    `/*
    Theme Name: sliding door child
    Description: Child Theme for Sliding Door
    Template: sliding-door
    Version: 0.1
    */
    @import url(“../sliding-door/style.css”);
    @import url(“../sliding-door/dark.css”);
    @import url(“../sliding-door/light.css”);
    @import url(“../sliding-door/imagemenu/imageMenu.css”);

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gfy

    (@shawn-gnandt)

    I even went right into my host (Bluehost) and created a child theme in my file manager with the style.css in it. Simple changes I make don’t shot. Yet, if I use firebug and change things around, it shows. Any help? Thanks.

    Thread Starter gfy

    (@shawn-gnandt)

    *don’t show

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't See Changes in Child Theme’ is closed to new replies.