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

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

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.

Question Modal forms are not accessible in Editor

More
9 years 2 months ago #184286 by ruud
Hi,
running into to same issue white a gavick template. It is not a bootstrap template, but I load bootstrap from ./media/jui/js
everything (bootstrap related) works exept the modal window in Kunena.
Changing kunena custom.less does not work. Doing a template css override on
Code:
.modal-backdrop { z-index: 19; } .modal { background-color: rgba(0, 0, 0, 0.50); }
does work, but may interfere with other modals as well as this is now 'system-wide'.
You can see the fix and issue in action here: office.onlinecommunityhub.nl/och_test/forum/newtopic

In protostar the modals do work, I have compared all jquery and bootstrap.js/.css files laoded by protostar, but cannot see any difference in files loaded by my gavick template (same files, location, etc.)

sharing = caring

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

More
9 years 1 month ago - 9 years 1 month ago #184547 by 810
could you try the nightly build. its on the download page, then do clean cache
Last edit: 9 years 1 month ago by 810.

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

More
6 years 1 week ago #213012 by theITfactor
I know this thread is old, but the issue still exists when using Kunena with some Joomla templates because the modal divs are located verrrrrry nested inside the Joomla page content, rather than directly below the body like most applications handle them. If your Joomla template messes with the z-index then you run into problems quickly with the stacking context.

A fix would be to put all that modal content html right before the closing body tag to ensure minimal z-index interference. Alternatively, you can use jQuery to just "move" the modal html on pages with the editor.

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

Time to create page: 0.227 seconds