Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Solved Background of forum buttons wont display correctly
- 9themestore
-
- Offline
- Premium Member
-
Can you provide me an account to check this issue? Please send me via email.
- 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
Please Log in or Create an account to join the conversation.
- JamesCarter
-
Topic Author
- Offline
- New Member
-
- Posts: 11
- Thank you received: 0
login: kunena
pw: kunena
Thanks again!
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
Open the template.css file of the current Joomla! template and add the bellow css code section to bottom this file.
Regards,
- 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
Please Log in or Create an account to join the conversation.
- JamesCarter
-
Topic Author
- Offline
- New Member
-
- Posts: 11
- Thank you received: 0
Btw, when I inspect the elements with firebug, i see a css rule saying:
#Kunena .kicon-button span {
background-color: inherit;
background-image: inherit;
background-repeat: no-repeat;
border: 0px none;
display: inline-block;
margin: 0px -5px;
}
If I then disable the very first one, the buttons are suddenly shown correctly on my page. Could that be the problem?
This css code lives in a file called kunena.forum-min.css .
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
You should not edit anything in the css files of the Kunena template. Because if you update new version for Kunena template you don't remember what you updated. If you want to override anything the Kunena forum you should write it in the Joomla! template. So you should update my code to the template.css file of the your current Joomla! template.
- 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
Please Log in or Create an account to join the conversation.
- JamesCarter
-
Topic Author
- Offline
- New Member
-
- Posts: 11
- Thank you received: 0
Please Log in or Create an account to join the conversation.