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

This category is for discussing issues with the K 2.0 Blue Eagle template.

As general background, My Joomla site template makes a mess of Kunena .

We do not answer questions about other templates for Kunena here.

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.

Idea Problem with class .close (toggler) and Artisteer

More
11 years 2 months ago - 11 years 2 months ago #1 by rgrae81
Hi,

if you're using Artisteer to build your template, then you have a ".close" in the Artisteer template.css

That's a problem, caus in Artisteer sometimes the Class .close has the position:fixed.

So the Toggler for yout Categories is somewhere one the edge of your Browser, but not where it should be!

Workaround:

search for a.class in your "kunena.forum-min.css"
change the line:
Code:
a.close{display:block;background: url(/"../images/shrink.gif") no-repeat;height:15px;width:15px;}

to
Code:
a.close.ktoggler{display:block;position: absolute;background: url(/"../images/shrink.gif") no-repeat;height:15px;width:15px;opacity: 1;right: 0px;top: 0px;cursor: pointer;}

now youre not longer conflicting between kunena .close and artisteer .close and the toggler will now have the right Position

Maybe the Kunena-Team can put this directly in the Template as a sort of "bugfix" :-)

regards
Roman

P.S.:
same problem on the "check all" checkbox. Workaround will follow soon :-)
Last edit: 11 years 2 months ago by rgrae81.

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

Time to create page: 0.456 seconds