- Forum
- Products for Joomla
- Kunena 5.x templates
- RND Kinstance
- yoo_drive template (Warp6): Quick Reply and Emoticon Modal
yoo_drive template (Warp6): Quick Reply and Emoticon Modal
- bigwookie
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
5 years 6 months ago - 5 years 6 months ago #700
by bigwookie
yoo_drive template (Warp6): Quick Reply and Emoticon Modal was created by bigwookie
Hi,
I noticed a couple of bugs with the quick reply box and emoticon modal.
The quick reply issue is only minor and doesn't effect functionality but when viewing on a desktop the text input cuts off and there is a scroll bar, this does seem to happening when viewing on a mobile or tablet view etc.
The issue emoticon modal does effect functionality, when clicking on the icon for emoticons the modal opens as below.
And normal view at 100% desktop looks like this meaning you can't select some emoticons
I'm aware these could be conflicts but any help would be appreciated.
P.S. don't judge us our emoticon selection
I noticed a couple of bugs with the quick reply box and emoticon modal.
The quick reply issue is only minor and doesn't effect functionality but when viewing on a desktop the text input cuts off and there is a scroll bar, this does seem to happening when viewing on a mobile or tablet view etc.
The issue emoticon modal does effect functionality, when clicking on the icon for emoticons the modal opens as below.
And normal view at 100% desktop looks like this meaning you can't select some emoticons
I'm aware these could be conflicts but any help would be appreciated.
P.S. don't judge us our emoticon selection

Last edit: 5 years 6 months ago by Eugene S.. Reason: Changed topic title
- Eugene S.
-
- Offline
- Administrator
-
5 years 6 months ago #701
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Quick Reply and Emoticon Modal
Hi there,
Let me have a look at the live site. Please send credentials at This email address is being protected from spambots. You need JavaScript enabled to view it. (login and password of the registered user).
Let me have a look at the live site. Please send credentials at This email address is being protected from spambots. You need JavaScript enabled to view it. (login and password of the registered user).
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
- Eugene S.
-
- Offline
- Administrator
-
5 years 6 months ago - 5 years 6 months ago #705
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic yoo_drive template (Warp6): Quick Reply and Emoticon Modal
Hello Carl,
1. Quickreply issue.
I set Type Quickreply param to default in template settings and now all is fine.
2. Smilies in pop up. To fix the conflict with Warp6 based template, please add the following CSS to custom.less file:
Read the tutorial: How to add custom styles
Please let me know about your success.
1. Quickreply issue.
I set Type Quickreply param to default in template settings and now all is fine.
2. Smilies in pop up. To fix the conflict with Warp6 based template, please add the following CSS to custom.less file:
/* It will fix the window position */
#kunena.layout .kmodal-edit-small {
position: fixed;
z-index: 1050;
}
/* Make the pop up window wider */
#kunena.layout div#modal-emoticons.modal {
width: 560px;
margin-left: -280px;
}
/* Make the pop up window mobile friendly */
@media (max-width: 767px){
#kunena.layout div#modal-emoticons.modal {
position: fixed;
top: 20px;
right: 20px;
left: 20px;
width: auto;
margin: 0;
}
}
Read the tutorial: How to add custom styles
Please let me know about your success.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Last edit: 5 years 6 months ago by Eugene S.. Reason: Changed topic title
- bigwookie
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
5 years 6 months ago #706
by bigwookie
Replied by bigwookie on topic yoo_drive template (Warp6): Quick Reply and Emoticon Modal
Hi,
That seems to have solved it.
Thank you
That seems to have solved it.
Thank you
- Eugene S.
-
- Offline
- Administrator
-
5 years 6 months ago #707
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic yoo_drive template (Warp6): Quick Reply and Emoticon Modal
Ok, nice!
Have a good time.
Regards,
Eugene.
Have a good time.
Regards,
Eugene.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Moderators: Eugene S.