• I am trying to set up a child theme and have set up a child theme folder with the code in a style.css as below:
    /*
    Theme Name: Stylish Church Theme Child
    Description: Stylish Church Theme Child Theme
    Author: James Wright
    Template: stylish-church-theme
    Version: 1.0.0
    */

    /* =Imports styles from the parent theme
    ————————————————————– */
    @import url(‘../stylish-church-theme/style.css’);

    /* =Theme customization starts here
    ————————————————————– */

    However when I preview it I am getting the following errors:

    Warning: require_once(/var/sites/w/wrighthere.info/public_html/SMC1/wp-content/themes/stylish-church-theme-child/extensions/event-post-type.php) [function.require-once]: failed to open stream: No such file or directory in /var/sites/w/wrighthere.info/public_html/SMC1/wp-content/themes/stylish-church-theme/functions.php on line 799

    Fatal error: require_once() [function.require]: Failed opening required ‘/var/sites/w/wrighthere.info/public_html/SMC1/wp-content/themes/stylish-church-theme-child/extensions/event-post-type.php’ (include_path=’.:/usr/local/lib/php’) in /var/sites/w/wrighthere.info/public_html/SMC1/wp-content/themes/stylish-church-theme/functions.php on line 799

    Some advice as to what I am doing wrong would be apreciated.
    Many Thanks

Viewing 1 replies (of 1 total)
  • I’m sorry but as you are using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from wordpress.org here.

Viewing 1 replies (of 1 total)
  • The topic ‘Stylish-Church-Theme Child Theme Issue’ is closed to new replies.