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

This section is for questions directly related to the procedure for installing Kunena for the first time or upgrading from an older version of Kunena.

Use this category:
  • to ask how to install or upgrade; or
  • if you encountered problems during the installation or upgrade procedure.

Use a different category to ask questions about problems that you may be having after you successfully installed or upgraded the currently supported version. If you are unsure what is the current supported version of Kunena, please go to the download page.

Solved Corrupted layout after install kunena 5.1

More
8 years 1 month ago - 8 years 1 month ago #198872 by WolfgangOWL
In Kunena 5.1 RC4 there is an issue with the Kunena menu. The menu is doubled when I reduce the browser window width.

is currently with RC4:


should be:


The reason is /components/com_kunena/template/crypsis/layouts/widget/menubar/default.php

current code:
Code:
<div class="navbar" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div class="navbar-inner"> <div class="hidden-phone"> <?php echo $this->subRequest('Widget/Menu'); ?> </div> <?php echo $this->subRequest('Widget/Login'); ?> </div> </div>

should be:
Code:
<div class="navbar" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div class="navbar-inner"> <div class="visible-desktop"> <?php echo $this->subRequest('Widget/Menu'); ?> </div> <?php echo $this->subRequest('Widget/Login'); ?> </div> </div>
Last edit: 8 years 1 month ago by WolfgangOWL.

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

More
8 years 1 month ago #198899 by rich

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

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

Time to create page: 0.222 seconds