• Resolved doroki

    (@doroki)


    Hallo,
    I need help with background of header (image instead of colour), new update 3.0.12 ruined it ??
    I’m useing child theme, and just put this to style.css:

    /* Section: Header */
    #header { background: #333333; background-image: url(‘img/naglowek.jpg’); background-repeat: no-repeat; background-position: center top; position: relative; padding-bottom: 60px; }
    #header .pad { padding-top: 30px; padding-bottom: 30px; }
    #header .container-inner { position: relative; }

    Everything was fine, but after new update, just disapeared…

Viewing 14 replies - 1 through 14 (of 14 total)
  • hello doroki,

    Give this a shot. Delete background: #333333; from your #header

    Thread Starter doroki

    (@doroki)

    it doesn’t help

    After the update, check to see if your image is still in your img folder?

    is the url path correct?

    Thread Starter doroki

    (@doroki)

    it’s correct for sure, probably it’s becouse of “assets/front/css/main.css” but how to change styling… :/

    do you have a link to your website?

    Thread Starter doroki

    (@doroki)

    are you sure you deleted the background: #33363b; in your #header?

    #header {
    background: #33363b; <——delete this line of code
    }

    I inspected your site. I deleted background: #33363b; in your #header and your image showed up

    Thread Starter doroki

    (@doroki)

    it was #333333 in my style, and it’s deleted now

    that’s weird, it says #33363b on my computer lol

    did it work?

    Thread Starter doroki

    (@doroki)

    I can’t delete this styling, cuz it’s now from style.css ;/
    I see that is from: https://kalejdoskopswiata.pl/wp-content/themes/hueman/assets/front/css/main.min.css?ver=3.0.12

    Header image is not the only 1 missed style ;/

    Is there any way to change the color of the main content to match the header instead of being just white (or light grey)?

    Thread Starter doroki

    (@doroki)

    I’m not expert but, after delete main.min.css for a moment styling was back but disappeared some icons like social etc…, If you want to see I can do it again.

    Changelog dated April 15th 2016
    = 3.0.12 April 15th 2016 =

    fixed : social icon default color is back to rgba(255,255,255,0.7)
    fixed : added back the feedburner rss feed option in customizer > Global Settings > Site Identity
    fixed : added back the color-footer option in customizer > Global Settings > General Design Options
    added : performance option to load the not minified front-end stylesheet
    improved : performance, don’t load js/css files that are not needed in a given context, like flexslider and jqueryplayer
    improved : moved style.css rules in assets/front/css/dev-common.css
    improved : performance, group front-end stylesheets style.css, responsive.css and font-awesome.css in one single file to reduce the number of http requests
    improved : some customizer color settings are now changing without refreshing the page
    updated : Font Awesome updated to the latest version 4.6.1

    maybe it is the problem

    Thread Starter doroki

    (@doroki)

    @ rgchang
    I found this colour (background: #33363b;)

    It is in:
    wp-content/themes/hueman/assets/front/css/main.css

    /* ————————————————————————- *
    * Section: Header
    /* ————————————————————————- */
    #header { background: #33363b; position: relative; padding-bottom: 60px; }
    #header .pad { padding-top: 30px; padding-bottom: 30px; }
    #header .container-inner { position: relative; }

    But why, if in style.css is different

    Hi @doroki,

    This is a bug.
    I had made a report to the developers.
    https://github.com/presscustomizr/hueman/issues/199

    In version 3.0.12, Theme CSS codes has been moved into hueman-main-css ( hueman/assets/front/css/main.min.css )
    But the problem is parent theme as well as child theme style.css loads before hueman-main-css
    Therefore, styles in child theme is not able to overwrite styles in hueman-main-css

    hueman-main-css ( hueman/assets/front/css/main.min.css ) should load before style.css

    Please wait for update.

    Thank you

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Header plroblem after new update’ is closed to new replies.