francois072
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Bullet points missing in woocommerce short descriptionfunction filter_post_excerpt_attrs( $metadata ) { if ( 'core/post-excerpt' === $metadata['name'] ) { $metadata["attributes"]["excerptLength"] = false; } return $metadata; }; add_filter( 'block_type_metadata', 'filter_post_excerpt_attrs', 10 );Simply add a new snippet with the “code snippets” plugin and paste the above code.
Unfortunately, the woocommerce nor the spectra team replied to my inquiry about the issue.
- This reply was modified 2 years, 4 months ago by francois072.
- This reply was modified 2 years, 4 months ago by francois072.
Forum: Fixing WordPress
In reply to: Bullet points missing in woocommerce short descriptionWill do. Thanks!
Forum: Fixing WordPress
In reply to: Bullet points missing in woocommerce short descriptionI just applied the 2021, 2022, 2023 and 2024 themes, and it only displayed correctly with the 2021 theme. I’m using the Spectra One theme currently along with woocommerce blocks.
https://picsur.org/i/ca80d822-bf07-4025-aea7-a7decbdcd1de.jpg
Forum: Fixing WordPress
In reply to: Bullet points missing in woocommerce short description@serafinnyc I’m not sure what you’re asking me to do.
Forum: Fixing WordPress
In reply to: Bullet points missing in woocommerce short description@saniamohammadi Unfortunately it did not work.
Viewing 5 replies - 1 through 5 (of 5 total)