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 Kunena Latest 2 columns

More
8 years 4 months ago #1 by Al Duccino
Hi, I'm using the latest version of Kunena and Joomla, I would like to know how could I display 2 columns on Kunena Latest module.

Thank you in advance for your help.

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

More
8 years 4 months ago #2 by 9themestore
Replied by 9themestore on topic Kunena Latest 2 columns
Hi Al Duccino,

Please copy and paste below CSS rules to bottom of template.css file.
Code:
ul.klatest-items { display: block; overflow: hidden; margin: 0; padding: 0; } ul.klatest-items li.klatest-item { box-sizing: border-box; display: block; float: left; padding: 5px; width: 25%; }

Save and refresh your site.

- 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: Al Duccino

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

More
8 years 4 months ago - 8 years 4 months ago #3 by Al Duccino
Replied by Al Duccino on topic Kunena Latest 2 columns
Hi 9themestore,

I can see a change since the column is smaller, but unfortunatelly it doesn't create a second one, maybe it's a conflict with Jomsocial. Any idea on how to fix this ?

Here is the live link
Last edit: 8 years 4 months ago by Al Duccino.

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

More
8 years 4 months ago #4 by 9themestore
Replied by 9themestore on topic Kunena Latest 2 columns
Hi,

Please check link to your site. I can't view it.

Thanks

- 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.

More
8 years 4 months ago #5 by Al Duccino
Replied by Al Duccino on topic Kunena Latest 2 columns
What country are you from ? I have blocked some countries who were attacking the server, I can unblock them so you can see.

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

More
8 years 4 months ago #6 by 9themestore
Replied by 9themestore on topic Kunena Latest 2 columns
Hi. I'm living in Vietnam.

Thanks

- 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.

More
8 years 4 months ago #7 by Al Duccino
Replied by Al Duccino on topic Kunena Latest 2 columns
It should work now :)

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

More
8 years 4 months ago #8 by 9themestore
Replied by 9themestore on topic Kunena Latest 2 columns
Please update CSS rules:
Code:
ul.klatest-items { display: block; overflow: hidden; margin: 0; padding: 0; } ul.klatest-items li.klatest-item { box-sizing: border-box; clear: none; /* add new */ display: block; float: left; padding: 5px; width: 25%; }

It's working on our Firebug tool.

- 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: Al Duccino

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

More
8 years 4 months ago #9 by Al Duccino
Replied by Al Duccino on topic Kunena Latest 2 columns
Thank you so much !!

I only need to fix one more site and I can finally open my website.

Thanks again 9themestore

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

More
8 years 4 months ago #10 by 9themestore
Replied by 9themestore on topic Kunena Latest 2 columns
You're welcome.

Let's me know if you want to help.

- 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.

Time to create page: 0.404 seconds