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

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

More
7 years 7 months ago - 7 years 7 months ago #1 by loic
Hello,

After upgrating to last K 5, i can't use insert of : url, emoticon or map...
i can click on the icon in the tool bar but then can't fill the form or select...

see : screencast.com/t/Bx7ayaiWq

any ideas how to fix it

thanks in advance
Loïc

config hidden below :


Part of the message is hidden for the guests. Please log in or register to see it.
Last edit: 7 years 7 months ago by loic.

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

More
7 years 7 months ago #2 by 810
try with inspector, you need to change the option on the z-index class from that modal.

Your joomla template has higher number, this need to be lower.

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

More
7 years 7 months ago #3 by djos
And what to do?

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

More
7 years 7 months ago #4 by 810
the issue is the number on the z-index parameter, so you need to fix that. You can use the inspector (f12 key) to find where the issue is.

When you opened the modal, press f12 key.

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

More
7 years 7 months ago #5 by djos
Rendering Error in layout Topic/List: Property "headerText" is not defined in /home/shepetivka/web/shepetivka.com.ua/public_html/components/com_kunena/template/crypsis/layouts/topic/list/default.php on line 24
Layout was rendered in /home/shepetivka/web/shepetivka.com.ua/public_html/libraries/kunena/view.php on line 161

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

More
7 years 7 months ago #6 by loic
Hello,
thanks for your help.
I am lost... can you help me finding what to change (i have tried many changes, without results...) :

.uk-offcanvas {
.modal-backdrop {
an other one ???

for a higher number ? lower ?

Thanks in advance for your help
Loïc

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

More
7 years 7 months ago #7 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
7 years 7 months ago #8 by loic
Hello,
Thanks a lot
Problem is solved
Loïc

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

More
7 years 6 months ago #9 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
7 years 6 months ago #10 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.483 seconds