[Theme: F8 Lite] fatal error when creating child theme
-
Hello,
Can anyone tell me why I get a fatal error when creating a child theme? All my style.css file has in it is the following:
/** * Theme Name: OE Media Group * Theme URI: https://graphpaperpress.com/themes/f8-lite/ * Description: Child Theme for Occupy Eugene Media Group (based on F8 lite) * Version: 0.1 * Author: Jamil * Author URI: https://occupyeugenemedia.org/ * Template: f8-lite */ /* Importing the parent theme stylesheet. */ @import url("../f8-lite/style.css"); /* All custom style rules should be placed below here. */ .postmetadata { color: #bbb; } .postmetadata a { color:#ff0000; } .postmetadata a:hover { color:#bbb; }
Yet I get the following errors when I preview:
Warning: require_once(/home/oemedia/public_html/occupy/wp-content/themes/oe-media-group/theme-options.php) [function.require-once]: failed to open stream: No such file or directory in /home/oemedia/public_html/occupy/wp-content/themes/f8-lite/functions.php on line 4
Fatal error: require_once() [function.require]: Failed opening required ‘/home/oemedia/public_html/occupy/wp-content/themes/oe-media-group/theme-options.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/oemedia/public_html/occupy/wp-content/themes/f8-lite/functions.php on line 4
Many thanks.
- The topic ‘[Theme: F8 Lite] fatal error when creating child theme’ is closed to new replies.