Viewing 15 replies - 1 through 15 (of 34 total)
  • You can add this image to the header via Appearance->Header.

    Thread Starter wayside

    (@wayside)

    esmi,

    Thanks, but that will remove the photograph that is there. I want to replace the wording at the top of the page, not the photo.

    You will need to create a child theme for your customisations. Once your child theme is active, we should be able to help with the customisation.

    Thread Starter wayside

    (@wayside)

    esmi,

    Child theme created.

    Upload your image (called logo.jpg) to the child’s images folder. It needs to be about 700px wide and 36px high. Then try adding the following to your child’s stylesheet:

    #site-title {background:url(images/logo.jpg) no-repeat;}
    #site-title span {
    display:block;
    position:absolute;
    top:-9999px;
    left:-9999px;
    }
    Thread Starter wayside

    (@wayside)

    esmi,

    Thank you…I’ll have at it tomorrow morning. I’ll let you know the results.

    wayside

    Thread Starter wayside

    (@wayside)

    esmi,

    I followed your instructions, WordPress tells me that the installation was successful, but I don’t see the child theme in the Themes section and immediately after uploading when it asks if you wish to preview, I select “Yes” and am presented with a white screen.

    Help?

    Thanks,

    wayside

    Thread Starter wayside

    (@wayside)

    This is the child stylesheet as I created it.

    /*
    Theme Name: twentyten-child
    Template: twentyten
    */

    @import url(“twentyten/style.css”);
    #site title {background:url(images/logo4.jpg) no-repeat;}
    #site title span{
    display:block;
    position:absolute;
    top:-9999px;
    left:-9999px;
    }

    @import url("twentyten/style.css");

    should be

    @import url("../twentyten/style.css");
    Thread Starter wayside

    (@wayside)

    Now I get this message:

    Warning: fopen(/home/content/72/8181072/html/wp-content/themes/twentyten-child/style.css) [function.fopen]: failed to open stream: No such file or directory in /home/content/72/8181072/html/wp-includes/functions.php on line 4339

    Warning: fread(): supplied argument is not a valid stream resource in /home/content/72/8181072/html/wp-includes/functions.php on line 4342

    Warning: fclose(): supplied argument is not a valid stream resource in /home/content/72/8181072/html/wp-includes/functions.php on line 4345

    You can download a basic Twenty Ten child theme here.

    Thread Starter wayside

    (@wayside)

    I downloaded the basic Twenty Ten child them then encoded it as per your instructions:

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    The new, custom logo (logo4.jpg) does not appear. The standard logo font that comes with the theme appears.

    Any additional help?

    Thanks for all the contributions so far.

    wayside

    Now try activating the child theme…

    Thread Starter wayside

    (@wayside)

    Tried activating the theme:

    https://falmouthdemocratictowncommittee.org/

    As you can see the old logo is still in place.

    Any other suggestions that you can think of?

    wayside

    Thread Starter wayside

    (@wayside)

    Here is the url for all the encoding of the child theme:

    https://pastebin.com/A6aD6WrB

Viewing 15 replies - 1 through 15 (of 34 total)
  • The topic ‘Custom logo for Twenty Ten template’ is closed to new replies.