Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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 Quick Reply button also broke, cannot scroll down.

More
7 years 5 months ago #204767 by DSinOR
You mean the settings in crypsisb3 template? yes. Reading about that now.

Are there other quick reply settings elsewhere?

Thx.

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

More
7 years 5 months ago #204772 by rich
Please add following code in your Joomla template custom.css. If no custom.css exist, create this file new, your Joomla template t3_bs3_blank detects this file automatically. Path is "templates/t3_bs3_blank/css/custom.css". This solves the problem with Quick Reply.

Code:
.modal-open { overflow: auto; }

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: yodam

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

More
7 years 5 months ago #204813 by yodam
Hi,
It works. Is possible to make this work only with kunena?
I've tryed:
#kunena .modal-open {
overflow: auto;
}

but not work and I'm not a CSS expert

Thanks!

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

More
7 years 5 months ago #204840 by rich
Add the posted code in your kunena template custom.less . Then he will loaded only on forum pages.

Important! Always create a backup before you make any changes to your website!

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

More
7 years 5 months ago #204844 by yodam
Because .modal-open exist only in kunena for sure?

Thanks!

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

More
7 years 5 months ago #204849 by rich
That was your question:

It works. Is possible to make this work only with kunena?

Therefore this answer:

Add the posted code in your kunena template custom.less . Then he will loaded only on forum pages.


Because .modal-open exist only in kunena for sure?

No, this code is also present in the bootstrap css of your Joomla template. But in this file is the command overflow: hidden;, and this cause the problem.

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.272 seconds