Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Solved Pop-up windows obscuring

More
7 years 5 months ago #1 by Miri
When writing a message, pop-up windows are moved, ie, when I want to insert emoticons, images and more ...
Practically, the screen becomes obscuring, but we do not see the pop-up windows

The support of the template, answer me to add this code to costum.css
Code:
#jsn-master .modal { position: absolute !important; } .modal-backdrop { position: absolute !important; background-color: transparent !important; }

Now I see the window, but I can not add, smilies or links.
Because the window closes as soon as I click on it.

I ask you, if someone has the same problem, and how can I solve it.
Thank you

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #2 by rich
Replied by rich on topic Pop-up windows obscuring
Try to add to your code a z-index. If does not help, try it with z-index: -1;
Code:
.modal-backdrop { position: absolute !important; background-color: transparent !important; z-index: 1 !important; }

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #3 by Miri
Replied by Miri on topic Pop-up windows obscuring
It works, fine. Thank you. This would be a JS problem, template, or Kunena?

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #4 by rich
Replied by rich on topic Pop-up windows obscuring
It is a small css conflict with some templates.

Please Log in or Create an account to join the conversation.

Time to create page: 0.505 seconds