Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.59k stars 799 forks source link

Carousel enhancement: Add setting to hide image title & caption #26821

Open lakellie opened 2 years ago

lakellie commented 2 years ago

Impacted plugin

Jetpack

What

Add a user-facing setting to hide the image title and caption, similar to the existing settings for hiding comments and EXIF metadata.

How

Sometimes users to want the carousel to simply display their images and nothing else.

Currently, there is no easy way to achieve that without a bit of manual work (CSS customization or manually removing all image titles/captions from the media gallery).

This experience could be improved by introducing a setting to hide image titles/captions. We could also lump this in with a setting to hide the "i" button and information panel altogether.

Markup on 2022-10-13 at 10:33:18

This was previously brought up here:

https://github.com/Automattic/jetpack/issues/15224

But that issue was closed after we added the setting to hide only comments.

cliffordp commented 2 years ago

CSS to hide Title and "i" button until such an option is available:

.jp-carousel-overlay .jp-carousel-photo-title-container,
.jp-carousel-overlay .jp-carousel-photo-icons-container
{
    display: none;
}
rw-ye commented 1 year ago

User request: 6279055-zd-woothemes +1

github-actions[bot] commented 1 year ago

Support References

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

katiebethbrown commented 8 months ago

Adding a +1 for a user request on a 51 partner site.