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.
send button missing on comment reply
eternity7112
Hi
The send button is not designed for PC view https://js-main.demo.jomsocial.com/
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.
then why does it show up when I edit a comment on the PC.
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;
}
- Edited
Hi,
Thank you very much for your fast and professional help! You are best!
Regards
Igor
You're welcome
saguaros locked the discussion.