Jhule

Participant

Forum Replies Created

  • In reply to: Header Image Problem (Version 2.1)

    #48636

    When I watch my theme on mobil device I can’t go back to the main website, when I tab to the header image. So there is no way, to go back to my blog…

    IT’s ONLY ON MY MOBIL DEVICE not on my PC. Strange…

    Can u fix that?

    http://www.mprbretten.de

    In reply to: Header Image Problem (Version 2.1)

    #48629

    Hi here is my answer:
    This version is better! I deleted the css Code and the header image is now responsible with no white space. The contributing picture is working now. I have no white space now!

    I tried it on opera, firefox, Edge…

    Greetings Jhule

    http://www.mprbretten.de

    In reply to: Language support

    #48620

    Thanks for your fast reply.
    I used Poedit and translated “Filed under %2$s” to “Veröffentlicht unter %2$s” to german. I saved the .po and .mo file. Then I uploaded to the server and overwrote the 2 files. I overwrote the Child Page (Child/languages) and the original theme page (graphen/languages). But There is still the text in english.

    Any idea?

    Greetings…

    I used this Code in the function.php file in my child theme folder:
    <?php
    add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ );
    function my_child_theme_setup() {
    load_child_theme_textdomain( ‘graphene2.0’, get_stylesheet_directory() . ‘/languages’ );
    }

    function graphene_get_default_headers(){
    return;
    }

    In reply to: Header Image Problem (Version 2.1)

    #48612

    When I use contributing picture –> I have also the problem with the white space 🙁
    So I can’t use contributing picture at the moment…

    Greetings Jhule

    In reply to: Header Image Problem (Version 2.1)

    #48610

    I tried this and this works fine for me:

    I just looked for the resolution of my cropped-header.jpg file:
    The resolution is: width: 1200 and height: 210

    Then I tried this code in the additional css code:

    @media (max-width: 1199px) {
    #header {
    height: auto;
    }
    }

    In reply to: Header Image Problem (Version 2.1)

    #48607

    Hi Syahir,
    the additional CSS Code just works for the mobil resolution. When I make my page a little bit smaller (for tablet resolution for example), the white Space is still there.

    The white space is there til the menu design change to mobil style.

    To change the image height did not work 🙁

    In reply to: Header Image Problem (Version 2.1)

    #48602

    “Hello
    The header image is back with version 2.1.1, but now there is an horrible white Space under the image on mobile version. ”

    Same Problem! When the theme becomes smaller I have a white Space under the image! 🙁

    Greetings Jhule

Viewing 7 posts - 11 through 17 (of 17 total)

  • 1
  • 2