Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved [solved] Problem with Rockettheme Dominion template

More
11 years 8 months ago - 11 years 2 months ago #1 by hkymre
Using J1.5.6 K2.0.1

With the Dominion template arrows appeared in the Kunena menu
I tracked it down to this code in Dominion

/* Side Menu
#rt-main-surround ul.menu li {background: url(../images/body/dark/sidemenu-div.png) 50% 0 repeat-x;}
#rt-main-surround ul.menu li a, #rt-main-surround ul.menu li .separator, #rt-main-surround ul.menu li .item {background: url(../images/body/style1/arrows.png) 0 10px no-repeat;color: #999;} */

By adding #rt-main-surround ul.menu li .item {background: none;} to template.css I've removed the arrows from the menu, but also removed them from all the side menus on the site.

According to a user on the Rockettheme forum..

The reason is, the menu is given the class in the menu.php and menu.menu.php files of Kunena


So does this mean there is no way I can disable the arrows only in the Kunena menu?
Last edit: 11 years 2 months ago by hkymre.

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

More
11 years 8 months ago #2 by Matias
Try to add rule that matches #kunena ul.menu li .item

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

More
11 years 3 months ago #3 by 7EIRISH
No offense to any extension developer but when developers, across the board, all use a common classes such as "#menu" and especially when the class is dynamically coded within the php it can create conflicts and the need for sometimes difficult work around.

Sure would be much nicer if all dev's would code classes to be unique like #ku_menu, #kunena_menu etc... etc...

Then everyone could save time. Developers can cut down on support for css conflicts and users won't pull their hair out finding the fixes needed especially when the class is hard coded.

Cheers!

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

More
11 years 2 months ago #4 by hkymre
Fixed by rockettheme...

Added
Code:
#Kunena #ktopmenu ul.menu li a { background-image: none !important; }

to rt-dominion-custom.css

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

Time to create page: 1.707 seconds