cathycox01

Member

Forum Replies Created

  • In reply to: Warning when changing colours options

    #15386

    I tried to change the heading text using the graphene options and received the following error:

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/51/7237451/html/wp-content/themes/graphene-child/functions.php:12) in /home/content/51/7237451/html/wp-includes/pluggable.php on line 934

    I think the page is totally crashed now – only displays that error message. All I did was change the font size. I went back in and tried to change it back but that error still displays.

    I made the change that you posted here: https://forum.graphene-theme.com/graphene-support/headlines-in-header#post-5635 but that hasn’t resolved it either.

    Totally lost now…I don’t even have 12 lines in my child functions.php so I don’t know where to look there to fix it, and I don’t know what file pluggable.php is…as far as I can tell one doesn’t exist.

    I’m lost 🙁

    In reply to: Modify size of Header Image?

    #15203

    Hi Syahir,

    The logo isn’t done yet but we wanted to make sure the space available for it was 1050×198 before we moved forward with the designer….

    So ust to be sure – you’re saying all this time I’ve been messing with the code and banging my head it’s really probably been right all along? Hahah..awesome 🙂

    Thank you much, I’ll upload/test a properly sized image.

    In reply to: Modify size of Header Image?

    #15201

    I’ve created a child theme folder here: wp-content/themes/graphene/graphenechild

    After reading the response you posted, I created a functions.php in that folder and I copied the code you included:

    <?php
    function graphene_custom_header_width(){
    return 900;
    }
    function graphene_custom_header_height(){
    return 198;
    }
    add_filter('graphene_header_image_width', 'graphene_custom_header_width');
    add_filter('graphene_header_image_height', 'graphene_custom_header_height');
    ?>

    where I replaced 900 with 1050 (the full width of my page)

    Nothing appears to have happened to the image on the page, it looks like it’s still at 960: http://www.rippedbyraphael.com

    However when I go to my Dashboard –> Appearance –> Header –> it states that “Images of exactly 1050 × 198 pixels will be used as-is.”

    So it doesn’t appear as though it changed, but maybe it did?

    Lil’ (more) help? Sorry!

    Thanks 🙂

    Cathy

    In reply to: Modify size of Header Image?

    #15200

    Perfect, I will give that a shot. Thank you so much, the theme and support both are fantastic.

    In reply to: [BETA] Graphene 1.4b

    #15156

    Can we use the beta to go live now?

    This looks like just what I was waiting for, when do you think it will be ready to go fully live?

    Thanks,

    Cathy

Viewing 5 posts - 1 through 5 (of 5 total)