• Resolved ship-philately

    (@ship-philately)


    I wanted to make a child theme so i could make some changes to the header.php file. I used two different plugins to make the child theme. Both gave me the same code.

    /*
    Theme Name: Tiny Framework child
    Description: My version of a child them using One-Click Cild plugin
    Author: myronm2
    Template: tiny-framework

    (optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
    */
    @import url{“../tiny-framework/style.css”}

    The import did not work. i could add css code after the import and that code worked but nothing was copied from the main theme style sheet. I hope this is something simple since I spent a half day working on it! I used every suggestion that I could find.

    I finally just downloaded one of the child themes from the tiny Framework web site. That works just fine after I added the php I wanted. However, the downloaded Child theme has no @import in it.

    Any ideas as to what went wrong with my @import?

    Thanks for the help.

    Myron

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Prolem making a child theme’ is closed to new replies.