Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author nobita

    (@nobita)

    Hi reinmann

    The cause seems to be a conflict with the javascript plug-ins

    Quick Fix

    Add style.css bottom below.

    #doc3 #header-image{
       display:block;
    }

    It will be show header image.

    This change, because the return to the original theme updates, using the child theme, even if the update, it is okay.

    You should use child theme

    example download below

    http://tenman.info/download/child-raindrops.zip

    add child theme / style.css

    #doc3 #header-image{
       display:block;
    }

    Thank you

    Thread Starter reinmann

    (@reinmann)

    Hello Nobita

    Thanks for the quick response

    I’ve made the adjustments and the image is now displayed. When I but the Explorer Resize (http://auld-bernensis.ch/) or the site on a smartphone look the image is cropped and it does not fit in. On my test site (http://reinmann.ch/wordpress/) but that is not so.

    the image was created with
    cropped banner 71-1024×195.jpg
    cropped banner 71-150×150.jpg
    cropped banner 71-300×57.jpg
    cropped banner 71-600×200.jpg
    cropped banner 71.jpg (1260 x 240 pixels)

    Now What?

    regards
    Stefan

    Theme Author nobita

    (@nobita)

    Sorry

    Because JavaScript is not running well, let’s use an alternative method

    Please the added CSS modified as follows

    #doc3 #header-image{
        display:block;
        position: relative;
        padding-bottom: 18.75%;
        height: 0!important;
        max-width:100%;
    }
    Thread Starter reinmann

    (@reinmann)

    Now it works wonderfully.
    Thanks a lot for the quick help. I wish you a nice day

    Best regards
    Stefan

    Thread Starter reinmann

    (@reinmann)

    It works fine

    Hello reinmann

    Had the same problem and it is working but the height is a little short.

    How do I increase the height?

    Love the theme.

    Thanks

    http://www.americanfreedomdefenders.com/

    Theme Author nobita

    (@nobita)

    Hi Texas_infidel

    Your Site

    Error 403 Access Denied

    You do not have permission to access the page on this server.

    Please create new post.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Header image with fluid responsive layout not working’ is closed to new replies.