- Posts: 12
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Problems with Siteground template
I'm having a problem with my template from siteground, because it's not displaying the kunena forum with the whole width. It's too short, like if it were columns on the side.
I've already disabled the left and right columns, but it's the same. For what I've read, the problem is my joomla template that only works with two or three columns...
Can anyone help me?
My site is here .
Thanks
Please Log in or Create an account to join the conversation.
- Posts: 12287
- Thank you received: 2535
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
The bottom line is that Siteground templates look good but they're a lot more complicated to fix that other templates. Only recently I tried to help a user with a Siteground template-related problem (see Kunena forum width not full ) but he discovered that he could not use the fix for other reasons.
After considering the weight of evidence against Siteground , I am inclined to now think that fixing these problems takes more effort that it's worth and it's probably better to use another Joomla template provider.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
to
I installed my new template and assigned it only to the Kunena menu item.
As long as you have nothing published in the Left or Right positions on that page, it seems to work fine.
This may not be the best solution to the problem, but it is working for me, so I thought I would pass it along. Other SiteGround templates might be able to be edited in a similar manner.
Kunena 4.0.11, Joomla 3.5.1, CB 2.0.14, DOCman 2.1.5, uddeIM 3.8
Please Log in or Create an account to join the conversation.
I'm using a SiteGround template and really didn't want to change it, as it is a good design for my needs. I've already tweaked it quite a bit, but didn't realize this problem until I installed Kunena on the site today. I figured out a way around it. I created a copy of the template ("Relax1", a 3-column template) and changed the templateDetails.xml file accordingly. Then I changed the template.css file from
Code:div#maincolumn_full { float: left; width: 720px; margin: 0 0px 6px 0; /*padding: 10px 0 0 10px;*/ }
to
Code:div#maincolumn_full { float: left; width: 100%; margin: 0 0px 6px 0; /*padding: 10px 0 0 10px;*/ }
I installed my new template and assigned it only to the Kunena menu item.
As long as you have nothing published in the Left or Right positions on that page, it seems to work fine.
This may not be the best solution to the problem, but it is working for me, so I thought I would pass it along. Other SiteGround templates might be able to be edited in a similar manner.
Hi
That's my problem too. After a lots of tweaking, I found out that could not have the forum in full width, or else everything would act the same.
I'll try your solution or else I'll have to change the template.
Thanks for the reply!
Please Log in or Create an account to join the conversation.