• Hello,

    I have a quick question! The parent name is named Pilot Fish, when creating a childtheme, what name should i put in for template? Pilot_Fish or PilotFish? or will the space cause any problems?

    At the moment my style.css looks like this:
    /*
    Theme Name: Pilot Fish child
    Theme URI: ……
    Description: Child theme for the Pilot Fish
    Author: …….
    Author URI: ……..
    Template: PilotFish
    Version: Version: 1
    */

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

    any help Appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • A child theme must use the same exact name as on the parent theme folder in the Template line and the @import line – so it should be:

    /*
    Theme Name: Pilot Fish child
    Theme URI: ......
    Description: Child theme for the Pilot Fish
    Author: .......
    Author URI: ........
    Template: pilot-fish
    Version: Version: 1
    */
    
    @import url("../pilot-fish/style.css");

    Also please see this note from the theme author:

    https://wordpress.danielatwork.com/pilotfish/faq/#faq-child-theme

    Thread Starter Kittykat12

    (@kittykat12)

    thanks Wpyogi,

    I made the changes, but its still not appearing on the themes page..
    Any ideas why?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pilot fish child theme Problem!!!’ is closed to new replies.