- Posts: 12
- Thank you received: 0
Kunena 7.0.7 Released
The Kunena team has announce the arrival of Kunena 7.0.7 [K 7.0.7] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
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
9 years 6 months ago #182945
by juliar
Questions to new Blue Eagle 5 Template was created 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:
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
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
Please Log in or Create an account to join the conversation.
9 years 6 months ago #182949
by 810
Replied by 810 on topic Questions to new Blue Eagle 5 Template
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.
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.
9 years 6 months ago #182951
by juliar
Replied by juliar on topic Questions to new Blue Eagle 5 Template
To 1.:
Is it not possible to hide onkly this span with custom css or something?
to 2.:
Hope this works as confidential information:
Login and then click on "forum" in the menu. After that the logout button changes.
Thanks a lot
Julia
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.
9 years 6 months ago #182952
by 810
Replied by 810 on topic Questions to new Blue Eagle 5 Template
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.
9 years 6 months ago #182953
by 810
Replied by 810 on topic Questions to new Blue Eagle 5 Template
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.
9 years 6 months ago - 9 years 6 months ago #182958
by juliar
Replied by juliar on topic Questions to new Blue Eagle 5 Template
Thanks. The button color is correct now. But size of the button and size of the button text is still wrong.
Last edit: 9 years 6 months ago by juliar.
Please Log in or Create an account to join the conversation.
Time to create page: 0.207 seconds