Opened 2 months ago
Closed 2 months ago
#62702 closed defect (bug) (invalid)
Theme Go 1.8.11 inconsistent site-title tags
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.7.1 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
Wordpress 6.7.1 with Theme "Go" version 1.8.11, site-title includes h1 tag only on home (static) page, versus span tags on all other pages.
Example of home page code:
<a class="display-inline-block no-underline" href="http://hannambnb.com/" itemprop="url"><h1 class="site-title">Hannam BnB Seoul</h1></a>
Example of all other pages on site:
<a class="display-inline-block no-underline" href="http://hannambnb.com/" itemprop="url"><span class="site-title">Hannam BnB Seoul</span></a>
The result is that while re-sizing pages in the web browser, the site title in the header does not conform to the new dimensions consistently from page to page.
It is my opinion that the way the site title "folds" on the home page is more attractive than the way it folds on pages without the h1 tag, but that is only my opinion. See attachments for an example.
Tested in the latest versions of Chrome and Firefox on Win10pro (sorry).
Thank you everyone for your hard work!
Attachments (2)
Change History (5)
#1
follow-up:
↓ 2
@
2 months ago
"Go" is a 3rd party theme. I suggest that you go to https://wordpress.org/support/theme/go/ to request support there.
#2
in reply to:
↑ 1
@
2 months ago
Replying to samiamnot:
"Go" is a 3rd party theme. I suggest that you go to https://wordpress.org/support/theme/go/ to request support there.
Ahhh, OK.
Thank you for the guidance, will do...
#3
@
2 months ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Thanks for opening the support topic!
https://wordpress.org/support/topic/go-theme-1-8-11-inconsistent-site-title-tags/
I'll close the ticket here.
Home Page Header Example re site-title with Go 1.8.11