Viewing 10 replies - 1 through 10 (of 10 total)
  • the space is coming from this rule
    if you look you have a padding-bottom set to 40.44938202247% your background color for containing div is set to black that why you have a black line.

    I’m not sure why the height is set to 0%. The image is a background image so this would cause the container to collapse vertically. A better solution would be to remove the padding and set the height of your box to the image height or decrease the bottom padding value.

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

    Thread Starter stywax

    (@stywax)

    so i should past the next code in the CSS of the child theme and then the problem would be solved?

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

    Theme Author nobita

    (@nobita)

    @stywax

    It is because the red block the source of which is displayed in the lower right corner of the site has been output before the html begins.

    Is this a plug-in?

    Thread Starter stywax

    (@stywax)

    yes it’s the plugin ‘Events Ads Banner’.

    If a deactivate this plugin the problem of mine footer is solved ??

    Hello,

    I just found you theme and it might solve my misery having used the wrong one. It seems very useful and easy to understand. So I did change some things on Header Image, now it’s vanished and I cannot make it show again. I know about the header image feature, it won’t work.
    I know I did some changes in event plugin, but even after I deleted it nothing changed.
    https://s522681695.online.de/

    Is there any other part in your theme, where I can look for my header image?
    And is there a chance to show the featured image of a page as header image?

    Thank you very much.

    Theme Author nobita

    (@nobita)

    Hi FZB

    this is your site html source

    <div id="raindrops_metaslider" class="clearfix" style="display: block;">
    <h1 class="" id="site-title"><a href="https://s522681695.online.de" rel="home"><span>FZWeb_D</span></a></h1>
    <!-- meta slider 11 not found -->
    </div>

    meta slider 11 not found

    Meta slider does not appear to be set correctly.

    Please check the settings of the meta slider plug-ins

    Thank you.

    Hello nobita,

    thank you very much for your effort. I tried to get rid of the slider.
    And I tried to find the settings for the meta slider plug-in. I could not find any of this. Maybe the slider settings need the pro-version? But I was trying to use your theme without slider. I am still trying you know. I do not know, if I will go with it.

    Where does one configure this in your theme, I wonder?
    And the other question is, what is the filter for in Header Image Filter?

    Thank you very much.

    Hello again,
    I did something, the header image is back, when showing blogs.
    No header image for pages. I will continue trying.
    Sorry to have bothered you.
    Kind Regards.

    Now I found it. I can configure slide show at add-ons in theme modifications.

    Theme Author nobita

    (@nobita)

    Congrats!!

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