Kunena 6.3.4 released

The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

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.

Solved Section collapse/uncollapse issue

More
2 weeks 2 days ago #1 by AlexRag
Anyone having issues getting the accordian effect to open up categories with the Aurelia template

The inspector point to this but when I click the -/+ button the topics appear momentarily then disappear again.

<button class="kbtn collapsed" type="button" aria-expanded="true" aria-controls="section9" data-bs-toggle="collapse" data-bs-target="#section9">
            <span class="cat-show"><i class="fa fa-plus"></i></span>
            <span class="cat-hide"><i class="fa fa-minus"></i></span>
          </button>

Kunena 6.34
Joomla 4.4.6
 

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

More
2 weeks 2 days ago #2 by Pinkeltje
Unable to reproduce, nor on this forum nor on my own forum. But your css is strange. It should be like  this:
Code:
<h2 class="btn-toolbar float-end">                                              <button class="btn btn-outline-primary btn-sm" type="button" aria-expanded="true" aria-controls="section3" data-bs-toggle="collapse" data-bs-target="#section3"><i class="fas fa-compress" aria-hidden="true"></i></button>                     </h2>
Did you enable bootstrap? Could it be a conflict with your Joomla template?

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

More
2 weeks 1 day ago - 2 weeks 1 day ago #3 by AlexRag
Thanks for the reply.

There does a appear to be a conflict with the popular YooTheme template.   

I found a workaround for the default Aurelia Theme ( yootheme.com/support/question/159687 ) but have not had any luck with ones the two I bought at 9themes.   

I've tried to reach out to them but have not had any response is several weeks.    The issue is actually appearing  on their own demo site too. ( 9themestore.com/index.php/kunena-templates/nts-ksumo ).

I also bought NTS KGrid but that one is even worse with YooTheme.  The whole layout is a train wreck.  But I tested this in a RocketTheme themed site and it looks okay.   
 
Last edit: 2 weeks 1 day ago by AlexRag.

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

More
2 weeks 1 day ago #4 by Pinkeltje
Try this in Yootheme custom code script
Code:
 UIkit.util.ready(function(){UIkit.util.removeClass(UIkit.util.$('#search-tm-3-modal'),'uk-modal-full')}) const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')

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

More
1 week 6 days ago #5 by AlexRag
Thanks.  It didn't work, but the developer at 9Themes came through and fixed the styling conflicts for both templates I purchased so my issue has been resolved!  

 

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

Time to create page: 0.427 seconds