hi sunrayshine, make sure your functions.php file in the parent theme has no white space or line breaks after the closing } tag.
thanks for your suggestions!
No white spaces.
there wasn’t an admin-functions in the child before, only a modified style.css file.
But I followed the road using the bug reporter until I’d imported pretty much all the vulcan files into the child directory.
the remaining error is: Fatal error: Cannot redeclare optionsframework_add_admin() (previously declared in /usr/www/users/seedmmpyww/seedcorporatemedia.co.za/wp-content/themes/vulcan-child1/functions.php:40) in /usr/www/users/seedmmpyww/seedcorporatemedia.co.za/wp-content/themes/vulcan/functions.php on line 59
Lost I am…
too much hassle. backing up older version and very carefully trying the child theme steps again…
Thanks…
files can be empty they are just called… you mustn’t copy files from main theme to child just create empty files that are needed, must fix it clean up your vulcan child theme leave only child files, your functions mustn’t be declared few times
that’s why your child theme mustn’t re-declare main theme functions
your child function redeclared
the same function in file
“/vulcan-child1/functions.php” on line 40
that was already declared in file
“/vulcan/functions.php” on line 59
as I see it after cleaning up child theme
you must fix “functions.php” file of your child theme
Okay, will keep this in mind when going through the steps again (for child theme). Thanks again.
Okay, started from scratch and followed instructions to the T. But, again, when reviewing child theme, its white blank. do i need to tell the parent how to treat the naughty child?
@charset “UTF-8”;
/* CSS Document */
/*
Theme Name: vulcancorp
Theme URI: http://www.seedcorporatemedia.co.za
Description: child theme for Vulcan
Author: sunray
Author URI: http://www.seedcorporatemedia.co.za
Template: vulcan
Version: 1.0
*/
@import url(“../vulcan/style.css”);
*/
It might be a vulcan thing. Awaiting their response…
@charset "UTF-8";
/* CSS Document */
The codex does not have the UTF-8 in the child page sample. I don’t have it either and mine work. Maybe that is it?
Thanks, I tried that and the kitchen sink.
Review still shows up blank, which means its not importing css from parent, right? activating means white screen of death…
Now trying with my main domain http://www.seedmedia.co.za
Parent:
/*
Theme Name: Vulcan
Theme URI: http://www.indonez.com/
Description: Minimalist Business WordPress Theme 4
Author: Indonez
Author URI: http://themeforest.net/user/indonez
Version: 2.4
*/
/* Default styles */
@import “custom.css”;
Child:
/*
Theme Name: vulcan-child
Description: vulcan-child
Author: sunray
Template: vulcan
*/
@import url(“../vulcan/style.css”)
Might it have something to do with parent vulcan’s custom css????
http://pastebin.com/cD03t7Xz
as in:
<?php require_once( ‘../../../../wp-load.php’ );?>
<?php
$vulcan_style = get_option(‘vulcan_style’);
$custom_css = get_option(‘vulcan_custom_css’);
$custom_body_text = get_option(‘vulcan_custom_body_text’);
First of all find error_reports/error_logs(php/apache) and find out what function or file created this white-screen (there will be written error “[<date>] PHP Parse error: syntax error, unexpected ‘X’ in <file>.php on line <nn>” or “[<date>] PHP Fatal error: Cannot redeclare <func> in <file>.php on line <nn>” ). These reports cane be in administration panel of your hosting service, or in root_folder/logs_folder/error_folder of site ftp.
I’m also fighting a sudden white screen on http://www.gramsgang.com.
I can’t access http://www.gramsgang.com/wp-admin, either.
I haven’t tried anything else in this thread yet, but figured I’d toss it up here to get a head start on suggestions in case the rest that is already here doesn’t work. π
TIA
I tried a handful of things in this thread before trying the obvious. I got the white screen while editing a plug-on (simple, recommended C&P).
I went in via FTP and deleted that plug-in. Everything popped right back up.