- Posts: 17
- Thank you received: 0
Kunena 6.4.9 & Kunena 7.0.1 Released
The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Solved Inactive modal BBcode editor
I have the following code in the file:
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
in the image file list
template.css in the attachment
Please Log in or Create an account to join the conversation.
SergioSV wrote: Tried to embed does not work.
I have the following code in the file:
Code:.modal { z-index: 35100; } .modal[data-toggle="modal"], a.modal{ position: relative; margin: 0; width: auto; top: auto; left: auto; border: 0 none; border-radius: 0; box-shadow: none; overflow: auto; display: block; } .modal-header{ overflow: hidden; } .modal-backdrop, .modal-backdrop.fade.in{ opacity: 0.60; filter:alpha(opacity=60); /* For IE8 and earlier */ z-index: 35050; } #fancybox-overlay{ z-index: 35010; } #fancybox-wrap{ z-index: 35011; }
please remove this, this is bad written css
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.