child activated but not function only html cod

  • Anonymous

    #2149

    both catalogs lays under wordpress/truefacts/wp-content/themes/ with name “graphene” and “graphene child”

    /*

    Theme Name: graphene child

    /*Theme URI: http://www.yoursite.com/ */

    Description: Child theme for the Graphene theme

    Author: Peder

    Author URI: http://www.yoursite.com/author/

    Template: Graphene

    Version: 1.0

    */

    @ Import url (“../grapene / style.css”);

    @ Import url (“../grapene / rtl.css”);

    /* Your modification goes under this line */

    Peder

    Anonymous

    #18986

    I’m sorry. What is your question?

    Peder

    #18987

    Sorry..

    I can activate the child by panel but I only get html cod?

    I use WordPress

    Anonymous

    #18988

    Take out the line @ Import url ("../grapene / rtl.css"); from what you posted above.

    Peder

    #18989

    same result…-.

    Anonymous

    #18990

    You have unnecessary spaces in your import code.

    This:

    @ Import url ("../grapene / style.css");

    should look like this:

    @import url("../grapene/style.css");

    Peder

    #18991

    same result…-.

    Anonymous

    #18992

    Okay, delete everything in the file, and replace it with this:

    /*
    Theme Name: Graphene Child
    Theme URI: http://example.com/
    Description: Child theme for the Graphene theme
    Author: Your name here
    Author URI: http://example.com/about/
    Template: graphene
    Version: 1.0
    */
    @import url("../graphene/style.css");
    /* Your modification goes here */

    Make SURE your file is saved as style.css in your child theme.

    Peder

    #18993

    still the same…

    Anonymous

    #18994

    What did you name the child folder? It can’t have any spaces in the folder name.

Viewing 10 posts - 1 through 10 (of 12 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.