Kunena theme for MusiCity J!1.6

GK User
Mon May 30, 2011 12:39 am
Hi

Kunena theme is now available for Musicity J!1.6 template.

INSTRUCTIONS:

1) Download the attach file and decompress.
2) Using Kunena template installer, upload and install "gk_style.zip" file.
3) Select "gk_style" as default Kunena template.
4) Go to Template parameters > gk_musicity - Default > Fonts > Headers - selectors.
5) Replace content on "Header - selectors" with the following lines and save:

Code: Select all
h1,
h2,
h3,
.componentheading,
.contentheading,
.article-content h4,
#gkMenu .level0 > li,
#gkDropMain ul > li,
#gkSubmenu > div > ul > li,
.itemDateCreated,
ul.gkTabs li span,
.gkJsMembersMain .gkJsTabs span,
.gkIsTextTitle,
body #community-wrap div.greybox a#joinButton,
div.ctitle,
body #community-wrap #profile-new-status label,
#comments .comment-author,
#comments .author-homepage,
#comments .comment-date,
.blogcreatedate,
.gk_js_members_main .gk_js_tab span,
#Kunena #ktab li,
#Kunena tr.ksth,
#Kunena li.kpost-username,
#Kunena div.kthead-title,
#Kunena .kwholegend span


Enjoy ;)

Musicity_J1.6-Kunena-Theme.zip
User avatar
Platinum Boarder

GK User
Mon May 30, 2011 12:18 pm
Thanks! It works great, it´s just two things i have noticed.

1. In this picutre there are two numbers in the same place (the number 1 is shown two times), is it supposed to be two numbers or is it a bug?


Capture_2011-05-30.JPG


2. The red background isn´t wide enough in the picture:


Capture2.JPG
User avatar
Platinum Boarder

GK User
Mon May 30, 2011 8:38 pm
Is there also a blue version? ;)

UPDATE: Mmm looks like there is something wrong with the template params?
in gk_style/images/ is see style1, style2, style 3. However is can not select style 3 (the blue style)...

Is this a Kunena problem in Joomla 1.6 or a problem with the template?
User avatar
Junior Boarder

GK User
Tue May 31, 2011 8:54 pm
Regarding topic numbers and reply numbers,I would suggest to add more width like below. This is proper for 3 decimals. 22px is really too small...

kunena.forum-min.css

Code: Select all
#Kunena span.kcat-topics-number,
#Kunena span.kcat-replies-number {display:block;font-size: 1.417em;margin:5px 0;padding: 7px;text-align: center;width: 45px;}


I will post all additional findings here :D
User avatar
Junior Boarder

GK User
Sat Jun 04, 2011 11:37 am
Many thanks Seichinha,just started with Gavick and so far very impressed,did a Quickstart Musicity J1.6 install,added Kunena then added your theme,nice and easy :)

Have been using Rocket Themes for the last couple of months,I like what they do but to achieve the same with a bridge to phpBB and forum theme would have taken so much longer. I`m looking forward to using your products for my sites in the future ;)
User avatar
Fresh Boarder

GK User
Fri Jun 24, 2011 5:40 pm
Will the small bugs i reported be fixed?
User avatar
Platinum Boarder

GK User
Sun Jul 03, 2011 1:06 am
erka wrote:Will the small bugs i reported be fixed?

You may fixed it by adjust the width of these box, or remove the width length of reply number display div.
User avatar
Fresh Boarder

GK User
Sun Jul 03, 2011 9:33 am
drlovecat wrote:
erka wrote:Will the small bugs i reported be fixed?

You may fixed it by adjust the width of these box, or remove the width length of reply number display div.


Ok, where do I change that?
User avatar
Platinum Boarder

GK User
Mon Jul 04, 2011 12:52 am
Look at root/components/com_kunena/template/gk_style/css/kunena.forum-min.css
line 98
[strike]#Kunena span.kcat-topics-number, #Kunena span.kcat-replies-number {
display: block;
font-size: 1.4em;
margin: 3px;
padding: 7px;
text-align: center;}[/strike]
edit reason * Strike text

2nd minor bug, you can adjust prototype image background , repeat-x or use the color background like me.
with my (lazy) solution, i prefer to use color background
Look at root/components/com_kunena/template/gk_style/css/style1.css
line 102
Code: Select all
#Kunena #kstatslistright li.gkk-stats-rh {
    background: none repeat scroll 0 0 #CC4B3A;
}


All above are based on red theme, If the solutions do not work , do not hesitate to ask me.
User avatar
Fresh Boarder

GK User
Mon Jul 04, 2011 11:28 am
reapet-x worked nicley!

But the first problem didn´t solve it with the code you gave me, I think there is still to little space where the two numbers is shown, you can see my forum here: http://www.fotoforalla.se/forum
User avatar
Platinum Boarder

GK User
Tue Jul 05, 2011 12:26 am
Please see at root/components/com_kunena/template/gk_style/css/kunena.forum-min.css
line 98, with #Kunena span.kcat-replies-number, you may remove the "width" attribute.
User avatar
Fresh Boarder

GK User
Tue Jul 05, 2011 3:31 pm
That solved it!

Thanks for the help! Theese fixes should be included in the download pakage!
User avatar
Platinum Boarder

GK User
Mon Aug 01, 2011 2:44 pm
What is theese strange icons to the left of the links to the sub forums:


Capture_2011-08-01-2.JPG
User avatar
Platinum Boarder

GK User
Mon Aug 01, 2011 3:20 pm
erka wrote:What is theese strange icons to the left of the links to the sub forums:


Capture_2011-08-01-2.JPG


I don't know :P
Could you show me this page?
User avatar
Platinum Boarder

GK User
Mon Aug 01, 2011 3:29 pm
Here it is: http://www.fotoforalla.se/forum

You have to scroll down a bit.
User avatar
Platinum Boarder

GK User
Mon Aug 01, 2011 3:49 pm
ok add this line on kunena.forum.css

Code: Select all
#Kunena .kcc-subcat span{background:none!important}


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Aug 01, 2011 4:31 pm
I added it on the last line of kunena.forum.css but it doesn´t work:

http://www.fotoforalla.se/forum
User avatar
Platinum Boarder

GK User
Mon Aug 01, 2011 11:49 pm
Impossible ;)
Please disable css compression, clear cache and try again.
User avatar
Platinum Boarder

GK User
Tue Aug 02, 2011 10:34 am
I have dissabled css compresion and cleared the cache and tested it in other browsers but the strange icons are still there.
User avatar
Platinum Boarder

GK User
Tue Aug 02, 2011 10:43 am
erka wrote:I have dissabled css compresion and cleared the cache and tested it in other browsers but the strange icons are still there.


Please send me admin and FTP access.

paulo[at]gavick[dot]com
User avatar
Platinum Boarder

GK User
Wed Aug 03, 2011 11:42 am
Hi again

It working now.
It works better instead with:
Code: Select all
#Kunena .kcc-subcat.km span {background: none!important;}


and also you have debug enable on Kunena configurations, so it needs also to add this code on kunena.forum.min.css file.

Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Aug 03, 2011 11:45 am
Ok thanks! Just to clarify, exactly which files did you edit and what did you add/delete in them?

And what settings in back-end did you change?

So I know in case I need to do it again.
User avatar
Platinum Boarder

GK User
Wed Aug 03, 2011 12:35 pm
Did change any configuration.
I only replace the last line on kunena.forum.css and add the same on kunena.forum-min.css
User avatar
Platinum Boarder

GK User
Wed Aug 03, 2011 2:04 pm
Ok, thanks! Maybe you should include the fixes that have been found in this thread in the download package?
User avatar
Platinum Boarder

GK User
Sat Aug 06, 2011 10:40 pm
hello to a Turk, I do not know much English please help me I want to make it smaller


kunenam.jpg



:)
User avatar
Gold Boarder

teitbite
Sun Aug 07, 2011 6:10 pm
Hi

please show me Your site.
User avatar
Moderator

GK User
Sun Aug 07, 2011 8:49 pm
Hi Problem solved Thanks


kun.jpg
User avatar
Gold Boarder

teitbite
Tue Aug 09, 2011 3:07 pm
Hi

Good to hear it. Can You please share with solution ?
User avatar
Moderator

GK User
Thu Aug 11, 2011 7:30 pm
kunena.forum-min.css


Code: Select all
{
color: white;
font-size: 90%!important;
text-transform: uppercase;
}


font-size: 110%!important; delete

font-size: 90%!important; okey
User avatar
Gold Boarder

GK User
Fri Oct 28, 2011 9:17 pm
Hi, i did renew my membership on gavick, only because of your kunena theme. It is just great. :)

But, i do have a problem: I am not using a gavick theme for the website, and do have some problems with functionality with your kunena theme. I cant post a reply (quick reply works, but not the regulare one (with smileys etc.). It should be a simple way to fix that, but i cant figue it out. Any idea?

P.S: Using 1.7 Joomla.
User avatar
Fresh Boarder

GK User
Fri Oct 28, 2011 10:06 pm
irosan wrote:Hi, i did renew my membership on gavick, only because of your kunena theme. It is just great. :)

But, i do have a problem: I am not using a gavick theme for the website, and do have some problems with functionality with your kunena theme. I cant post a reply (quick reply works, but not the regulare one (with smileys etc.). It should be a simple way to fix that, but i cant figue it out. Any idea?

P.S: Using 1.7 Joomla.


Support is now days only given through support ticktes, so use that instead to get in touch with the developers.

And I think you have to use the Musicity Joomla template also for the Kunena template to work. As you can see in the first post you need to ad som code in the template settings.
User avatar
Platinum Boarder

GK User
Sat Oct 29, 2011 3:17 pm
Thank you for the tip. :)
User avatar
Fresh Boarder

GK User
Sat Dec 03, 2011 4:54 pm
Will this template be updated to support Kunena 2.0?
User avatar
Platinum Boarder

teitbite
Sun Dec 04, 2011 8:40 pm
Hi

Please ask Saichinha directly. This style was not a Gavick production but His private iniciative.
User avatar
Moderator

GK User
Mon Jan 16, 2012 4:40 pm
After I started using JFinalizer on my site all the buttons in a Kunena thread started to look like this:

Capture.JPG


There is no space between the buttons. What can I do?

Here is an example thread but you have to be logged in to see the problem:

http://www.fotoforalla.se/forum/26-tavl ... medlemskap

JFinalizer: http://extensions.joomla.org/extensions ... ance/11366
User avatar
Platinum Boarder

teitbite
Tue Jan 17, 2012 2:30 am
Hi

JFinalizer is compressing css files and looks like one has become corrupted or overrwritten. Try exclude template files which are responsible for this style in JFinalizer settings.
User avatar
Moderator

GK User
Tue Jan 17, 2012 11:26 am
teitbite wrote:Hi

JFinalizer is compressing css files and looks like one has become corrupted or overrwritten. Try exclude template files which are responsible for this style in JFinalizer settings.


I tried to add one of the templates CSS files at a time as excluded but non of them worked. Are you sure it is a CSS file I need to exclude? Which one? Do I need to exclude several files?
User avatar
Platinum Boarder

teitbite
Tue Jan 17, 2012 11:28 pm
Hi

Sorry I have no idea which file. JFinalizer is too restrictive that I stopped using it a while ago. It has problems with inside page javascript and css, which are neccessary for some extentio to work (this also can be a problem You have). Basicly it's compressing the code which should be dynamic and change during user is watching the page.
User avatar
Moderator

GK User
Thu Feb 02, 2012 10:31 pm
Does this template work with Kunena 1.7.2? The Kunena team says that old templates for Kunena 1.6 most likley won´t work with Kunena 1.7.2 and you need Kunena 1.7.2 if you want to use Joomla 2.5.

So does this theme work with Kunena 1.7.2 or will it be updated to work with Kunena 1.7.2?
User avatar
Platinum Boarder

GK User
Sun Jul 15, 2012 10:14 am
Will this template be updated for Kunena 2.x?
User avatar
Fresh Boarder


cron