Official support hours: from 9 AM — 6 PM Monday to Friday (GMT +2).
The support staff may not reply on technical inquiries on weekends; all requests will be answered necessarily during working days. Reply time: depending on the complexity of your issue, the answer can be provided between a few hours up to 48 hours. In the particular instances we will notify you if extra time will be required to solve the issue.

×

Notice

The forum is in read only mode.

yoo_drive template (Warp6): Quick Reply and Emoticon Modal

5 years 6 months ago - 5 years 6 months ago #700 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 :lol:
Attachments:
5 years 6 months ago #701 by Eugene S.
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).

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
5 years 6 months ago - 5 years 6 months ago #705 by Eugene S.
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:
/* 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!
Attachments:
5 years 6 months ago #706 by bigwookie
Hi,

That seems to have solved it.

Thank you
5 years 6 months ago #707 by Eugene S.
Ok, nice!
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.

Partners