• Parent theme missing error. I’ve tried using all lowercase and nothing’s working. Here’s my style.css

    /*
    Theme Name: customchild
    Theme URI: https://www.themekraft.com
    Description: child theme for the custom-community theme
    Author: waves music therapy
    Template: custom-community
    */

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The Template header needs to be the same as the folder name of the parent theme — so either “customcommunity” or “custom-community” is correct, but it can’t be both.

    Thread Starter KKat46

    (@kkat46)

    I’ve tried that too. Doesn’t work. I’ve tried every combo.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Edit: It should be this theme BTW.

    https://www.ads-software.com/extend/themes/custom-community

    Can you confirm that the parent theme is located in themes/custom-community? if it is you should able to activate it in the WordPress dashboard.

    if you can activate the parent, then try with the child theme with a “-” and put this in wp-content/themes/custom-community-child/style.css

    Make sure you activate the the called “Community Child Theme” in your dashboard.

    https://pastebin.com/9BcVL9w1

    /*
    Theme Name: Community Child Theme
    Description: child theme for the custom-community theme
    Author: waves music therapy
    Template: custom-community
    */
    
    @import url("../custom-community/style.css");

    where i have to upload my wp-config files kindly help me i am new in word press where?
    [Non-WordPress link removed]

    @webmediatree: It is impolite and contrary to forum policy to interrupt another poster’s ongoing thread with a question of your own. Please post your own topic.

    The fix is:

    custom_community

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Child Theme Problem’ is closed to new replies.