Open lakellie opened 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;
}
User request: 6279055-zd-woothemes +1
Support References
This comment is automatically generated. Please do not edit it.
Adding a +1 for a user request on a 51 partner site.
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.
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.