By Konrad Skalla on Tuesday, 27 November 2018
Posted in General Issues
Likes 0
Views 407
Votes 0
Hi there,

Can you please tell me, is there an option to change the names of uploaded photos, or just dont show it on the page after upload. For example, sometimes im uploading photo named "Whats_up_00086384_21.11" And then i have descriotion of photo like on the screen, i dont wanna see this name. How i can manage that?

Second thing is a question about area under the photo name (like on the screen) can i put comments description or something there?
Hi there,

i dont wanna see this name. How i can manage that?

You can apply css codes below on Easysocial custom.css files -> http://take.ms/OF50R and see how it goes.

[gist type="php"]
#es.es-photo-popup .es-photo-title {
display: none !important;
}
[/gist]

Second thing is a question about area under the photo name (like on the screen) can i put comments description or something there?

By default, it should have comments sections in it as you can see here http://take.ms/Ostnv(on my local). Can you provide us with this access http://take.ms/0JdXV so that we can further check this issues?

Please advice.
·
Wednesday, 28 November 2018 11:24
·
0 Likes
·
0 Votes
·
0 Comments
·
The password is the same like for joomla backend. I will update it in credentials
·
Wednesday, 28 November 2018 14:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Applied css codes below. Please give it a check and see how it goes.

[gist type="css"]
#es.is-mobile .es-comments-form .es-form-attach>label, #es.es-photo-popup .es-comments-form .es-form-attach>label {
color: black !important;
border: black !important
}

#es .es-comments-form__footer .btn {
color: black !important;
}

#es.es-photo-popup .es-photo-interaction.row {
background-color: white;
}
#es .es-photo-response .es-actions-list a {
color: black !important;
}
#es .es-photo-response .es-actions-list .es-time-lapse {
color: black !important;
}
#es .es-comments-wrap .es-comments-form .es-form .mentions {
color: black !important;
}
#es .es-photo-response .es-comments-form .es-form {
border: 1px solid black !important;
}
#es .es-photo-response .es-comments-form .es-form .mentions textarea {
color: black !important;
}
#es.es-photo-popup .es-photo-title {
display: none !important;
}
[/gist]
·
Wednesday, 28 November 2018 16:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect,
Thank you!
·
Wednesday, 28 November 2018 18:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 28 November 2018 18:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post