Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question Questions to new Blue Eagle 5 Template

More
7 years 3 months ago #1 by juliar
Hi,

our admin bought the new Blue Eagle 5 template and it looks very good on our website instead of the Crypsis template.

Two questions:

1.
Is there a possibilty to hide the "Closed" text in the topic overview? I mean:
Code:
<span class="icon icon-lock"></span> Geschlossen</span>

2.
When I open the forum in my site menu the logout button changes from

to


How can I avoid kunena to change the design of my logout button in the site menu?

Thanks a lot,
Julia
Attachments:

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

More
7 years 3 months ago #2 by 810
1) You can use a language override on this string: COM_KUNENA_LOCKED
but then also the text is gone on the button, so the button is not showed anymore, only other solutions is to create a template override and remove the string.

2) mhh it should only change the part on kunena template, not on joomla template. Do you have a link with an demo account, so I can check it.

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

More
7 years 3 months ago #3 by juliar
To 1.:
Is it not possible to hide onkly this span with custom css or something?

to 2.:
Hope this works as confidential information:
This message contains confidential information

Login and then click on "forum" in the menu. After that the logout button changes.

Thanks a lot
Julia

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

More
7 years 3 months ago #4 by 810
ok add this on the custom.less file
Code:
.pull-right .label-important { font-size: 0; line-height: 0; } .pull-right .label-important span { font-size: 14px; line-height: 20px; }

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

More
7 years 3 months ago #5 by 810
on your template.css of your joomla template change:
Code:
button { background: url("../images/but.png") repeat-x scroll left top transparent !important; color: #ffffff; float: left; font-weight: 400; height: 20px; line-height: 16px; margin: 0; padding: 0 0 3px; }

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

More
7 years 3 months ago - 7 years 3 months ago #6 by juliar
Thanks. The button color is correct now. But size of the button and size of the button text is still wrong.
Last edit: 7 years 3 months ago by juliar.

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

More
7 years 3 months ago #7 by 810
try clean cache on joomla

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

More
7 years 3 months ago - 7 years 3 months ago #8 by juliar
I have cleaned the cache in joomla. When I change the line-hight for example, then I can see the change when I open all sides in the menu. Only when I open the forum the button size is still like on the image above. :-(

It seems that the changes in "custom.less" has no effect on the button size or font-size.

Thanks a lot
Julia
Last edit: 7 years 3 months ago by juliar.

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

More
7 years 3 months ago #9 by 810
if button is on kunena itsleft, then you can use the custom.less, else you need to do it on your template.css

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

More
7 years 3 months ago - 7 years 3 months ago #10 by juliar
I have changed in template.css and add in custom.less both the same:
Code:
font-size: 11px; line-height: 14px;

The changes work on all sites but when I open forum the logout button on my menu has still other size. Perhaps you can take a look inside again.

Thanks,
Julia
Last edit: 7 years 3 months ago by juliar.

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

Time to create page: 0.391 seconds