By User on Saturday, 09 February 2019
Posted in General Issues
Replies 1
Likes 0
Views 223
Votes 0
Hello. I found lots of search topics about it, but didn't get answer on my question.
When user add photo, it get title (basing on filename?).
For example "30C4E37A-04AF-42E9-8116-44EA32E7A03C".
It will not help me to serch photo and seems not usefull. So I hide it with css:
.es-photo-title{
display: none !important;}
What I missed? May be I break something important by hidding it?

Title field still can be edited by user and used for searching (if smart search used)? But what else? 99% users doesn't fill this field. Why ES display photo title?

Thanks.
Hi Dmitry,
What I missed? May be I break something important by hidding it?
Hiding the title is fine. It should not break anything.
Title field still can be edited by user and used for searching (if smart search used)? But what else? 99% users doesn't fill this field. Why ES display photo title?
The title field for photos is used for smart search as you mentioned. Other than that, its just for display purpose.

If you do not want to allow users to edit the title field, it is also possible to use custom css to hide the field during photo edit as well.

#es .es-photo-title-field {
display: none;
}
·
Monday, 11 February 2019 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post