Kunena 6.2.6 released

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

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Solved Modal windows are hidden behind the overlay

More
4 years 4 months ago - 4 years 4 months ago #1 by Bozhkov
Hi! I just installed the 5.1.15 forum. On the message editing page, all modal windows are hidden behind the overlay. Used Crypsis template. Joomla template is YooTheme Pro (UiKit 3).
I could not solve the problem with CSS, so I ask for your help.

kievdah.com.ua/forum/voprosy-po-krovle/2-pochemu-vse-sovetuyut-metallocherepitsu-ruukki/reply/2.html
Last edit: 4 years 4 months ago by Bozhkov.

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

More
4 years 4 months ago #2 by Pinkeltje
You must have changed something in your Yootheme theme.css. Unable to reproduce. Try with default theme.css

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

More
4 years 4 months ago - 4 years 4 months ago #3 by rich
The conflict occur through the code in your Joomla template theme.css line 13431 (z-index: 0;).
I don't know, when you set this z-index generally to the values auto or inherit, whether this can be effect on other places.
Try, whether this code below in your Kunena custom.less works. It would be better, then he will loaded only on Kunena pages.

Code:
.tm-page { z-index: auto !important; /* or inherit !important */ }
Last edit: 4 years 4 months ago by rich.
The following user(s) said Thank You: Bozhkov

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

More
4 years 4 months ago - 4 years 4 months ago #4 by Bozhkov
Many thanks! That helped. I did not change z-index for tm-page, so this problem will wait for all Yoo users.
Last edit: 4 years 4 months ago by Bozhkov.

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

Time to create page: 0.383 seconds