Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #948956

    Hi Team kriesi,
    nice work with the new performance tool.
    But, if i enable css-compressing the header image is gone.
    1. header_color tries to get the header image from /wp-content/uploads/dynamic_avia/wp-content/uploads/2018/2/bg.jpg instead of usually /wp-content/uploads/2018/2/bg.jpg
    2. #header with background: #transparent overrules .header_color with the url of the header image.

    Now i have 2 opportunities: disable css-compressing (which i dont like) or put the image in the given container ( /wp-content/uploads/dynamic_avia/wp-content/uploads/)

    please check and thanks for your support

    #949399

    Hey xxtita,

    Could you post a link to where we can see the problem please?

    Best regards,
    Rikard

    #949900

    Hi, i put the credential (admin) into private content.
    The site is online, so please check the performance settings – enabel merge and compression of css.
    Then the header-image is gone, cause of the above mentioned css-rules.
    thanks in advance

    #949908

    i can confirm the BUG regarding css compression and missing header BG images!
    in all of our enfold projects it is the same problem after updateing to 4.3.
    This should be fixed.

    #951165

    Hi,

    We have reported the problem to our developers.
    Allow us some time please and we will follow back.

    Best regards,
    Basilis

    #955323

    Hi, its not only the header-image,
    its also background-images defined in css
    CSS:
    .berghof-caption {position:relative;max-width:250px; height:333px;background: url(“//hotel-berghof.at/wp-content/uploads/2017/05/schild_mob.png”) no-repeat center;margin:auto auto;}

    with merged css it looks like this:
    .berghof-caption {position: relative;max-width: 250px; height: 333px;background: url(‘https://hotel-berghof.at/wp-content/themes/enfold-child/hotel-berghof.at/wp-content/uploads/2017/05/schild_mob.png ‘) no-repeat center;
    margin: auto auto;}

    #955616

    Hi xxtita,

    Background images in general seems to be the problem like you pointed out, we should hopefully have fix available for this in the coming release of theme.

    Best regards,
    Rikard

    #958004

    4.3.2 fixed it

    #958937

    Hi,

    Great, thanks for the feedback and sorry for the problems. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.