Automattic / themes

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

[Bug]: Startfitter duplicating tab title within the description field. #7537

Closed sverleis closed 7 months ago

sverleis commented 11 months ago

Quick summary

When using the Startfitter theme, a Woo product has the content title of each of the Woo Tabs duplicated to the top of the tab itself. This does not happen on other themes, such as Tsubaki.

Steps to reproduce

  1. Load up the Startfit or Startfitter themes.
  2. Navigate to a single product page
  3. Notic the WooCommerce Tabs section.

What you expected to happen

Title is duplicated. nBnXlE.png

What actually happened

Title is duplicated. nBnXlE.png

Browser

Google Chrome/Chromium

Context

User report - 7407562-zen

Platform (Simple, Atomic, or both?)

Atomic

Other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, difficult to implement

Workaround details

Possible to remove with CSS.

 /* Hide the tab heading | 7406208-zen rg */ 
div#tab-description h2:first-child {
display: none; 
}
github-actions[bot] commented 11 months ago

Support References

This comment is automatically generated. Please do not edit it.

liviopv commented 10 months ago

📌 REPRODUCTION RESULTS

📌 FINDINGS/SCREENSHOTS/VIDEO Not theme-specific, as I'm able to replicate on TT4 CleanShot 2023-12-28 at 13 40 18@2x

Same happens on a local site with TT4, which makes me think this is by design:

CleanShot 2023-12-28 at 13 41 25@2x

Interestingly, Storefront has the same thing:

CleanShot 2023-12-28 at 13 42 08@2x

📌 ACTIONS

📌 Message to Author @sverleis can you point out a default Woo theme that does not work this way? I feel like this could be by designed, but I can't recall if it's something new or introduced recently.

As you can see above, even Storefront has duplicated headings for the product details section.

liviopv commented 10 months ago

Slack: p1703773436938229-slack-C3NCP7ZJ6

liviopv commented 7 months ago

@sverleis closing as by design, but please reopen if you have confirmation that it shouldn't be working this way.