Cathy Espere

Member

Forum Replies Created

  • In reply to: Help with header height

    #22544

    Oh, and how do you activate it? I thought I did, but perhaps I forgot something.

    In reply to: Help with header height

    #22540

    Thank you so much Josh! I really appreciate your help. That worked perfectly. Now if I can figure out how to get rid of the top menu…………. perhaps I can pay you to help me with a few items?

    In reply to: Help with header height

    #22538
    <?php
    function graphene_custom_header_width(){
    return 960;
    }
    function graphene_custom_header_height(){
    return 250;
    }
    add_filter('graphene_header_image_width', 'graphene_custom_header_width');
    add_filter('graphene_header_image_height', 'graphene_custom_header_height');
    ?>

    In reply to: Help with header height

    #22536

    Thanks for the info and prompt response but I already did that. I changed the 198 to 250. My issue is when I am in wordpress and go to add the graphic. When I am here: http://navigatewithpurpose.com/wp-admin/themes.php?page=custom-header – it tell me: You can upload a custom header image to be shown at the top of your site instead of the default one. On the next screen you will be able to crop the image.

    Images of exactly 960 × 198 pixels will be used as-is.

    If you view the website – http://www.navigatewithpurpose.com – you will see the space I need is under the graphic that is up there now. WordPress will not allow me to put in the image without cropping it. Hope that makes sense.

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