Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#38745 closed defect (bug) (worksforme)

Twenty Seventeen: Site Branding not shown in ubuntu mate / ff 49.0.2 / WordPress 4.7-beta1

Reported by: nanuc's profile nanuc Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.7
Component: Bundled Theme Keywords: reporter-feedback
Focuses: Cc:

Description

The site branding is missing.
Solution in style.css 3243 add left: 0;

.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding {
		bottom: 0;
		padding-top: 0;
		left:0;
		position: absolute;
		width: 100%;
	}

Attachments (4)

Screenshot at 2016-11-10 17:51:43.png (965.9 KB) - added by nanuc 8 years ago.
Screenshot at 2016-11-10 17:52:54.png (804.8 KB) - added by nanuc 8 years ago.
Screenshot at 2016-11-10 17:52:43.png (853.9 KB) - added by nanuc 8 years ago.
Screenshot at 2016-11-10 17:55:26.png (638.1 KB) - added by nanuc 8 years ago.
on small screen working as expected

Change History (12)

#1 @rabmalin
8 years ago

  • Component changed from Themes to Bundled Theme

Can you please elaborate the issue in detail? Screenshots would be nice.

@nanuc
8 years ago

on small screen working as expected

#2 @nanuc
8 years ago

Also there is no problem with chrome and also when
.has-header-image.twentyseventeen-front-page .site-branding,

.has-header-image.home.blog .site-branding

is set to left:0;

This ticket was mentioned in Slack in #core by helen. View the logs.


8 years ago

#4 @helen
8 years ago

  • Keywords reporter-feedback added

Haven't seen any further reports or reproduction of this - is this still an issue?

#5 @transl8or
8 years ago

I can not reproduce that.
Site branding (Logo & Icon) do show on my Ubuntu here.

@nanuc Can you update to the latest WordPress 4.7 Beta 4 version and update your Ubuntu too?

#6 @rabmalin
8 years ago

I just check latest beta4 in Ubuntu 16.04 and FF 49.0.2. Site branding is displaying as expected.

#7 @SergeyBiryukov
8 years ago

  • Summary changed from Site Branding not shown in theme Twenty Seventen in ubuntu mate / ff 49.0.2 / WordPress 4.7-beta1 to Twenty Seventeen: Site Branding not shown in ubuntu mate / ff 49.0.2 / WordPress 4.7-beta1

#8 @karmatosed
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

As this seems unable to be replicated and I just tried but couldn't, I am going to triage and close this.

Note: See TracTickets for help on using tickets.