Forum Replies Created
-
In reply to: Fatal error: Cannot redeclare graphene_custom_header_width
January 5, 2012 at 4:08 pm #22050Yes I did….I ended up having an extra function file somewhere in there. Thank you for the help!
In reply to: Fatal error: Cannot redeclare graphene_custom_header_width
January 4, 2012 at 8:02 pm #22048Here is the link to my site:
In reply to: Fatal error: Cannot redeclare graphene_custom_header_width
January 4, 2012 at 5:25 pm #22045Thanks for the info about using lower case letters, I will have to change that. I am new to CSS and HTML. As for my functions.php file, its pretty small and simple. The only function I made was for the header, which was months ago and I have never had a problem until now. Thanks for the help!
/*
<?php
function graphene_custom_header_width(){
return 1024;
}
function graphene_custom_header_height(){
return 211;
}
add_filter(‘graphene_header_image_width’, ‘graphene_custom_header_width’);
add_filter(‘graphene_header_image_height’, ‘graphene_custom_header_height’);
?>
*/
Viewing 3 posts - 1 through 3 (of 3 total)
