ftbblog

Member

Forum Replies Created

  • In reply to: Pages background

    #14076

    Hi Kim,

    Thanks for your response. I have found the themes.php folder – do I insert it straight in here or can I make a theme.php file in my child?

    Would the code just be:

    page=custom-background

    body

    {

    background-image:url(‘www.example.gif’);

    }

    In reply to: Make header image area less high

    #13258

    I have created the child theme and have uploaded the new picture to the header. The file has uploaded and in dashboard it is showing up as the correct size but on the page it is still cutting of the top of the image. any suggestions?

    http://www.foodtravelbliss.com

    In reply to: Make header image area less high

    #13257

    Oooh I now see my error. Fantastic, thank you! 🙂

    In reply to: Make header image area less high

    #13255

    This is the first time I have tried to create a child theme and it keeps saying style sheet missing. This is what I have:

    /public_html/wp-content/themes/graphene-child

    new file: new style.css

    /*

    Theme Name: Graphene Child

    Theme URI: http://www.foodtravelbliss.com/

    Description: Child theme for the Graphene theme

    Author: Your name

    Author URI: http://www.foodtravelbliss.com

    Template: graphene

    Version: 0.1.1.4

    */

    @import url(“http://www.foodtravelbliss.com/wp-content/themes/graphene/style.css”);

    new file: functions.php

    /* <?php

    function graphene_custom_header_width(){

    return 975;

    }

    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’);

    ?> */

    what am i doing wrong?

    Thanks!

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