Tagged: header image
-
AuthorPosts
-
April 30, 2018 at 10:22 am #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
May 1, 2018 at 7:29 am #949399Hey xxtita,
Could you post a link to where we can see the problem please?
Best regards,
RikardMay 2, 2018 at 9:13 am #949900Hi, 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 advanceMay 2, 2018 at 9:44 am #949908i 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.May 4, 2018 at 12:22 am #951165Hi,
We have reported the problem to our developers.
Allow us some time please and we will follow back.Best regards,
BasilisMay 11, 2018 at 3:34 pm #955323Hi, 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;}May 12, 2018 at 8:43 am #955616Hi 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,
RikardMay 17, 2018 at 8:45 am #9580044.3.2 fixed it
May 19, 2018 at 7:24 am #958937 -
AuthorPosts
- You must be logged in to reply to this topic.