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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Kunena Buttons That Disappear With Mouse Hover

More
13 years 3 months ago - 13 years 3 months ago #139606 by sozzled
The way to fix your "disappearing" buttons is to make a simple change to the file ../templates/beez_20/css/personal.css at around line 61. The current rule is
Code:
#main a:hover, #main a:active, #main a:focus { background: none repeat scroll 0 0 transparent !important; color: #095197 !important; }

Change the rule to remove the !important attribute, like this
Code:
#main a:hover, #main a:active, #main a:focus { background: none repeat scroll 0 0 transparent; color: #095197 !important; }
Last edit: 13 years 3 months ago by sozzled.
The following user(s) said Thank You: claudiodestasio

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

More
13 years 3 months ago - 13 years 3 months ago #139608 by claudiodestasio
This is strange because i have not these lines on personal.css !!! :(
I attach the file (renamed .css in .txt)

File Attachment:

File Name: personal.txt
File Size:21.26 KB
Last edit: 13 years 3 months ago by claudiodestasio.

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

More
13 years 3 months ago #139609 by 9themestore

Hi claudiodestasio,

Please provide me the test account, i'll check on your site and give you a solution for this issue.

Regards


Send via my email: [email protected]

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
The following user(s) said Thank You: claudiodestasio

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

More
13 years 3 months ago - 13 years 3 months ago #139621 by claudiodestasio
Now is online the modified version of components/com_kunena/templates/blue_eagle/css/kunena.forum-min.css by 9themestore (thank's!).
Now forumbottom and forumtop buttons are disappeared but i'm confident that the solution is close!! ; :P
What I do not understand is why this problem I had just me?
Last edit: 13 years 3 months ago by claudiodestasio.

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

More
13 years 3 months ago - 13 years 3 months ago #139650 by TKtemp

claudiodestasio wrote: Now is online the modified version of components/com_kunena/templates/blue_eagle/css/kunena.forum-min.css by 9themestore (thank's!).


Be aware that this change will disappear when you upgrade Kunena.

claudiodestasio wrote: What I do not understand is why this problem I had just me?


This issue is caused by your Joomla Template. That is reason.
Last edit: 13 years 3 months ago by TKtemp.
The following user(s) said Thank You: claudiodestasio

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

More
13 years 3 months ago - 13 years 3 months ago #139656 by sozzled
TKtemp is absolutely correct. The problem was caused by your Joomla site template. I spent about 45 minutes looking at your site and I found what caused the problem that made your forum buttons "disappear"; the problem was caused by an unnecessary !important attribute in your Joomla site template CSS file.

Because the problem was caused in your Joomla site template CSS file, that's the place where you should fix the problem, too. As TKtemp quite correctly says, you should not modify any files installed by Kunena unless (a) you know what you are doing and you are prepared to take the risk that, by modifying these files, this community will not be able to help you in future and (b) you are prepared make these same changes every time you upgrade Kunena in future, because updating Kunena will result in all these changes being lost.

Under no circumstances should you directly edit the file ../components/com_kunena/templates/blue_eagle/css/kunena.forum-min.css. This is a message that we have tried to get across to the community on hundreds of occasions before. Unfortunately, this message does not seem to be resulting in success as we often see people writing "just modify the file kunena.forum-min.css and this will fix your problem". Modifying that file causes many more problems that it is worth. I am not going to repeat the many reasons why. Please accept, on face value, that it is unwise to modify that file, even of doing so seems to fix your current problem(s). It is our considered pinion that it's a bad idea to change the file ../components/com_kunena/templates/blue_eagle/css/kunena.forum-min.css.

Anyway, I hope you fixed your problem and everything now works.
Last edit: 13 years 3 months ago by sozzled.
The following user(s) said Thank You: claudiodestasio

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

Time to create page: 0.281 seconds