-
Author
-
November 5, 2016 at 02:00 #142942RoaderParticipant
Here you can see:
Avatars with border problem. Avatar and Name united.
–––––––––––––
General questions:
How I can put an Attachment button here, or use 7thQueen Support Add Attachment (function) with SweetDate?
If you want, add this option to your Theme in the Next Update.
–––––––––––
Suggestion:
Emoji TextArea (Sweet Date Next Update) ––> One Source: https://github.com/OneSignal/emoji-picker
Attachments:
You must be logged in to view attached files.November 5, 2016 at 03:54 #142957RoaderParticipantAnd more problems with Messages. Look at this (for Mobile Screen), decentralized, compressed avatars…
Attachments:
You must be logged in to view attached files.November 7, 2016 at 07:31 #143082LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 7, 2016 at 19:13 #143163RaduModeratorHi,
Q: How I can put an Attachment button here, or use 7thQueen Support Add Attachment (function) with SweetDate?
R : Search for a plugin if exists that allows you to reply with attachment.
For the messages issue,I saw that the only good solution it’s to hide the avatar from there because there are not enough space to show it on mobile.
Using this CSS you can hide it
COPY CODEtable#message-threads td.thread-avatar { display:none; }
the CSS will be added to wp-admin -> theme options -> styling options -> quick css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 7, 2016 at 19:44 #143178RoaderParticipantMy friend. This problem with avatars is only on Mobile Screen. So, I need the Mobile CSS Code. @media … what?
November 7, 2016 at 22:02 #143207RoaderParticipantOkey Radu. This work:
@media screen and (max-width: 800px) {
table#message-threads td.thread-avatar {
display: none;
}
}November 8, 2016 at 17:47 #143350RaduModeratorOk then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.