themes icon indicating copy to clipboard operation
themes copied to clipboard

Lodestar (and other themes): Footer Credit text appears when language is not English

Open jesscga opened this issue 6 years ago • 20 comments

Steps to replicate

  1. Install Lodestar theme
  2. Go to Customize > Site Identity.
  3. Choose WordPress.com logo from dropdown menu under Footer Credits
  4. 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/

jesscga avatar Jun 06 '18 00:06 jesscga

This ticket has reopened. Is there any update that I can give the user?

jesscga avatar Jul 19 '18 18:07 jesscga

The ticket's open again and the user is pretty frustrated. Any update I can pass along?

jesscga avatar Jul 26 '18 19:07 jesscga

User is asking about the update again in #1414978-zen.

ivan-ottinger avatar Sep 17 '18 12:09 ivan-ottinger

Similar issue in 1424688-zen Informing the user that it is a known issue!

gumgumcode avatar Sep 18 '18 12:09 gumgumcode

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.

ivan-ottinger avatar Sep 18 '18 13:09 ivan-ottinger

Similar Issue in: 7489447-hc Informed the user this is a known issue. User: [email protected] Site logementsain.ca Screenshot

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; }

marcuswisecaesar avatar Oct 23 '18 21:10 marcuswisecaesar

Also appeared in 1515581-zen with language set to German.

joendotcom avatar Oct 24 '18 15:10 joendotcom

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;
}

julsyd avatar Feb 04 '19 13:02 julsyd

Also reported in 18897149-hc with site set to French. Gave this custom CSS:

.site-info {
  display: none;
}

kathrynwp avatar Feb 23 '20 15:02 kathrynwp

Also reported in Shoreditch 24397185-hc with site set to Spanish. Provided same custom CSS as above

kathrynwp avatar Oct 05 '20 20:10 kathrynwp

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.

kathrynwp avatar Nov 03 '20 16:11 kathrynwp

Another report in 4393923-zen

Atomic site. Language: French Theme: Edin.

Provided a slight different CSS:

.has-footer-navigation .site-info {
  display: none;
}

erricgunawan avatar Oct 21 '21 08:10 erricgunawan

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;
}

rw-ye avatar Jan 23 '22 00:01 rw-ye

Reported in 35288284-hc:

  • Footer credit not hidden.
  • Site language set to French.
  • Theme: Intergalactic 2
  • Shared custom CSS as aworkaround.

jorpdesigns avatar Apr 26 '22 13:04 jorpdesigns

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.

github-actions[bot] avatar May 26 '22 14:05 github-actions[bot]

Reported in 35883221-hc:

  • Site language set to French.
  • Theme: Lodestar
  • Shared custom CSS as aworkaround.

jorpdesigns avatar Jun 23 '22 13:06 jorpdesigns

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.

github-actions[bot] avatar Jul 23 '22 16:07 github-actions[bot]

Also reported in 36685565-hc

Theme: Toujours Language: zh-tw Workaround: CSS

.site-footer .site-info{
  display: none;
}

kavyagokul avatar Aug 30 '22 09:08 kavyagokul

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

github-actions[bot] avatar Aug 30 '22 09:08 github-actions[bot]

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.

github-actions[bot] avatar Sep 29 '22 10:09 github-actions[bot]