This topic has 6 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #142942
     Roader
    Participant

    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.
    #142957
     Roader
    Participant

    And more problems with Messages. Look at this (for Mobile Screen), decentralized, compressed avatars…

    Attachments:
    You must be logged in to view attached files.
    #143082
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #143163
     Radu
    Moderator

    Hi,

    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 CODE
    
    table#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 solution
    #143178
     Roader
    Participant

    My friend. This problem with avatars is only on Mobile Screen. So, I need the Mobile CSS Code. @media … what?

    #143207
     Roader
    Participant

    Okey Radu. This work:

    @media screen and (max-width: 800px) {
    table#message-threads td.thread-avatar {
    display: none;
    }
    }

    #143350
     Radu
    Moderator

    Ok 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
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?