Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
873 stars 350 forks source link

Natural/Aquene: File Button No Longer Appearing #6256

Open CodeAllNightNDay opened 2 years ago

CodeAllNightNDay commented 2 years ago

Quick summary

No response

Steps to reproduce

  1. Install the Natural theme on a simple site from Blog RC (retired theme)
  2. Add the FIle Block
  3. Select a file
  4. Enable the "show download button" option.

What you expected to happen

To see the "download" text enclosed in a button.

What actually happened

The button doesn't display, even with the option toggled on Screen Shot 2022-07-14 at 1 21 14 PM .

Context

A user has the issue here: 5376503-zen

So, I tested this on my own site as simple and atomic with the Natural theme installed. I'm able to reproduce.

The button is not visible in the editor or the live page.

Screen Shot 2022-07-14 at 1 09 35 PM

I also tested with another retired theme (Contempt) and reproduced the issue.

Platform (Simple, Atomic, or both?)

Simple, Atomic

Theme-specific issue?

It could be for multiple retired themes. (I found it happening on Contempt and Natural) but did not encounter it on other themes so far.

Browser, operating system and other notes

I see the issue on desktop and mobile.

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, easy to implement

Workaround details

If CSS is an option, we can use it to show the background color. Something like this:

a.wp-block-file__button.wp-element-button {
  background-color: red;
}
jp-imagines commented 2 years ago

This user is on the Aquene theme (Atomic site). I'm able to replicate the same on a test site: on some themes, the button has styling, but on Aquene all styling is missing (and it's styled as just a plain link instead).

github-actions[bot] commented 2 years ago

Support References

Robertght commented 2 years ago

šŸ“Œ HOUSEKEEPING

šŸ“Œ SCRUBBING

šŸ“Œ FINDINGS/SCREENSHOTS/VIDEO

šŸ“Œ ACTIONS