Kunena 7.0.4 Released

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

Solved [solved] Can't insert url, emoticon or map

More
9 years 8 months ago #179610 by 810
.modal-backdrop {
z-index: -1;
}
The following user(s) said Thank You: loic, djos

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

More
9 years 8 months ago #179628 by loic
Hello,
Thanks a lot
Problem is solved
Loïc

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

More
9 years 7 months ago #180006 by riffi67
Hello (i'm Italian)! I've the same problem with kunena 5 and Purity III template. I've edited the bootsrap.css from:

.modal-backdrop {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;

to:

.modal-backdrop {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background-color: #000000;


but nothing has changed. Please can you help me?
The following user(s) said Thank You: feschtag

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

More
9 years 7 months ago #180019 by riffi67
I've solved:

.modal-backdrop {
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
position: fixed !important;
The following user(s) said Thank You: feschtag

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

Time to create page: 0.244 seconds