themes
themes copied to clipboard
Lodestar (and other themes): Footer Credit text appears when language is not English
Steps to replicate
- Install Lodestar theme
- Go to Customize > Site Identity.
- Choose WordPress.com logo from dropdown menu under Footer Credits
- Change Site Language to Polish (PL)
Result
WordPress logo appears with AUTOR MOTYWU: AUTOMATTIC after it
Expected
WordPress logo should appear, no other text
- User report: #1041690-zen
- User's site: https://torunkarate.wordpress.com/
This ticket has reopened. Is there any update that I can give the user?
The ticket's open again and the user is pretty frustrated. Any update I can pass along?
User is asking about the update again in #1414978-zen.
Similar issue in 1424688-zen Informing the user that it is a known issue!
If anyone else comes around the same bug, you can use the following custom CSS code to hide the extra text (until the bug is fixed):
/* Hides footer credit because of a bug | XX #XXXXXX-zen */
.site-footer .site-info .wrap {
visibility: hidden;
}
Credit goes to @senff :)
@codestor4 I have followed up with the user in 1424688-zen.
Similar Issue in: 7489447-hc
Informed the user this is a known issue.
User: [email protected]
Site logementsain.ca
CSS workaround to provide the user temporarily until bug is fixed.
/--- Add WP logo to footer/ ck ---/ .footer.left a { visibility: hidden; } .footer.left a:before { content: ""; display: block; width: 24px; height: 24px; background-image: url(https://automattic.files.wordpress.com/2018/05/wpcom-wmark-wte.png); background-repeat: no-repeat; background-size: 100%; visibility: visible; }
Also appeared in 1515581-zen with language set to German.
Reported in 1520408-hc on AT site when language is set to German. Sent custom CSS as a temporary solution.
/*--- hide footer credit / 1520408-hc JS ---*/
.site-info .wrap {
visibility: hidden;
}
Also reported in 18897149-hc with site set to French. Gave this custom CSS:
.site-info {
display: none;
}
Also reported in Shoreditch 24397185-hc with site set to Spanish. Provided same custom CSS as above
Another instance of footer credit not being hidden when language is set to French - 3458216-zen (theme: Qua)
I provided same CSS workaround as above.
Another report in 4393923-zen
Atomic site. Language: French Theme: Edin.
Provided a slight different CSS:
.has-footer-navigation .site-info {
display: none;
}
Report: 4711338-zd-woothemes
Atomic site. Language: Spanish Theme: Lodestar
CSS provided:
/* Hide credits in footer | 4711338-zd RW */
.site-info .wrap {
visibility: hidden;
}
For their custom text:
/* Custom credit text in footer | 4711338-zd RW */
.site-info .wrap:before {
display: block;
content: "Enter credit text here";
visibility: visible;
}
Reported in 35288284-hc:
- Footer credit not hidden.
- Site language set to French.
- Theme: Intergalactic 2
- Shared custom CSS as aworkaround.
As a part of this repository’s maintenance, this issue is being marked as stale due to inactivity. Please feel free to comment on it in case we missed something.
Reported in 35883221-hc:
- Site language set to French.
- Theme: Lodestar
- Shared custom CSS as aworkaround.
As a part of this repository’s maintenance, this issue is being marked as stale due to inactivity. Please feel free to comment on it in case we missed something.
Also reported in 36685565-hc
Theme: Toujours Language: zh-tw Workaround: CSS
.site-footer .site-info{
display: none;
}
Support References
This comment is automatically generated. Please do not edit it.
- [ ] 1041690-zen
- [ ] 1414978-zen
- [ ] 1424688-zen
- [ ] -zen
- [ ] 1515581-zen
- [ ] 3458216-zen
- [ ] 4393923-zen
- [ ] 4711338-zen
As a part of this repository’s maintenance, this issue is being marked as stale due to inactivity. Please feel free to comment on it in case we missed something.