when replying to a post in an activity the send/post button is missing in the browser when on a PC. I can see the send button when viewing from a phone or tablet.

    Ninja As the PC view there are control to press enter via keyboard an touch devices the option is not that easy for users so its added for tablet view.

    It does not show on PC kindly check again it show in tablet view.

    2 years later

    Hi
    For example, I work with a mouse and for me and for many other people it would be better to click with a mouse than on a keyboard. ;-)

    Regards

    You can try this custom css to show the send button:

    .joms-no-touch .joms-icon--add, .joms-no-touch .joms-comment__reply .joms-icon--add {
        right: 70px !important;
    }
    
    .joms-no-touch .joms-icon--emoticon, .joms-no-touch .joms-comment__reply .joms-icon--emoticon {
        right: 87px !important;
    }
    
    .joms-no-touch .joms-comment__reply span {
        display: block !important;
    }
    
    .joms-no-touch .joms-comment__reply {
        display: table;
    }
    
    .joms-no-touch .joms-comment__reply .joms-textarea__wrapper {
        display: table-cell !important;
    }

      saguaros

      Hi,
      Thank you very much for your fast and professional help! You are best!
      Regards
      Igor

      Write a Reply...
      You need to Login to view replies.