• Hello to everyone,
    I have installed hatch theme but i can’t see a way to place a header image, although i have insert from administrative panel a header image.
    It doesn’t show nothing for header image. Where i must look for…?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi montecomis

    Please post this under the hatch subforum – https://wordpress.org/support/theme/hatch

    I have this same problem! I’ve uploaded my banner on the way the description says but it just won’t appear! I don’t know why… please help!

    Thread Starter montecomis

    (@montecomis)

    Hi ,nicheandmustash

    in your child theme (you must make one) put also the home.php page so you can solve your problem. Then you will go to appearance, header and put the image you want and save it. That’s it.

    Hello montecomis, Thank you very much for your reply.

    I’m just a wordpress newbie and I’ve tried to create this “child theme” you are talking about but it won’t seem to work. I keep getting the following error:

    The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

    I’ve saved the note-file as “style.css” and put it in a .rar-file with the following inserts:

    /*
    Theme Name: Hatch Child Theme
    Theme URI: http://www.nicheandmustash.co.nf
    Description: A Hatch Child Theme
    Author: FFE
    Author URI: http://www.nicheandmustash.co.nf
    Template: Hatch
    Version: 1.0.0
    */

    @import url(“../Hatch/style.css”);

    I followed the instruction on http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/ and http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial but I just can’t upload the file correctly.

    What am I doing wrong? Because I don’t get it.

    Please help me! Thank you a lot

    Thread Starter montecomis

    (@montecomis)

    Put the below text into your .css text file changing the names where it needs:
    /**
    * Theme Name: ……
    * Theme URI: http: //……..
    * Description: Child theme of Hatch
    * Version: 0.2.9
    * Author: …….
    * Author URI: http: //……
    * Template: hatch
    * License: GNU General Public License v2.0
    * License URI: http://www.gnu.org/licenses/gpl-2.0.html

    * Text Domain: myHatch Το text Domain characterizes the folder where child theme is inside. It’s very sensitive for translation of it.

    */

    @import url(“../hatch/style.css”);

    montecomis, thank you. I will try. I just don’t understand the “* Text Domain: myHatch Το text Domain characterizes the folder where child theme is inside. It’s very sensitive for translation of it.” part. What do I need to fill in right there?

    Thread Starter montecomis

    (@montecomis)

    Text Domain: “put your folder’s name where inside is installed the wordpress site. If you called it hatch2, HATCH or mysite, …”

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘header image hatch’ is closed to new replies.