Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 [solved] Problem with Rockettheme Dominion template

More
14 years 1 month ago - 13 years 7 months ago #128877 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: 13 years 7 months ago by hkymre.

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

More
14 years 1 month ago #128897 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
13 years 7 months ago #138016 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
13 years 7 months ago #138752 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: 0.287 seconds