- Posts: 46
- Thank you received: 1
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.
Question Purple Pirate Template for Kunena 5 (blue eagle lookalike)
9 years 5 months ago #181977
by makotosun
Replied by makotosun on topic Purple Pirate Template for Kunena 5 (blue eagle lookalike)
Is there an easy way to change the color (purple) of the template header? I am really liking the look and feel but would like it to match up with my site better. No I am not a programmer, so any help as to what file I might need to fix would really be appreciated!
Thanks for taking this on!
www.hodakaclassified.com
Thanks for taking this on!
www.hodakaclassified.com
Please Log in or Create an account to join the conversation.
9 years 5 months ago - 9 years 5 months ago #181978
by makotosun
Replied by makotosun on topic Purple Pirate Template for Kunena 5 (blue eagle lookalike)
So I decided to just start exploring in the various files and made a few changes to make it work on my site. Pretty happy with the results! I am using a Warp 7 Joomla template which creates some issues with standard input box sizing. Other than that, I will keep on playing with this thing.
If there is a way to make some of the background color settings change, like on the older versions, that would make this thing amazing!
Thanks for starting the project. I will keep following to see what you come up with.
If there is a way to make some of the background color settings change, like on the older versions, that would make this thing amazing!
Thanks for starting the project. I will keep following to see what you come up with.
Last edit: 9 years 5 months ago by makotosun.
Please Log in or Create an account to join the conversation.
9 years 4 months ago - 9 years 4 months ago #182206
by Tomzie
Replied by Tomzie on topic Purple Pirate Template for Kunena 5 (blue eagle lookalike)
Sorry for the late reply guys. My inbox was a bit crowded.
[hr]
@Nemo10: I do not see this issue with the >> symbols on the buttons. Not in my own template, not in the Protostar Joomla template. Can anyone else please confirm this issue?
[hr]
@Djie: Eventually, when left position layout is complete, I will add right position layout, then top and bottom.
For now I have not only hidden it from the template configuration page, but I also have removed the code. Because it broke the forum after modifications.
You can see this in /components/com_kunena/template/purple_pirate/layouts/item/message/default.php
Compare it with /components/com_kunena/template/crypsis/layouts/item/message/default.php
[hr]
@Makotosun: I see you have managed to make some modifications allready. So here we go:
1. To change the purple, find the custom.css file and change all #572b85 to #ed3237
(BackOffice: Go to Components/Kunena Forum/Templates, select Purple Pirate template and click the edit css button, the select custom.css and click edit css button)
2. Do you mean the background of the table rows? If so, find the code below in the same custom.css file as above. The code below will determine the background color of the even rows.
You can add this below to determine the background color of odd rows. Add it just below the code above:
Let me know how it goes.
[hr]
Hope this helps..?
[hr]
@Nemo10: I do not see this issue with the >> symbols on the buttons. Not in my own template, not in the Protostar Joomla template. Can anyone else please confirm this issue?
[hr]
@Djie: Eventually, when left position layout is complete, I will add right position layout, then top and bottom.
For now I have not only hidden it from the template configuration page, but I also have removed the code. Because it broke the forum after modifications.
You can see this in /components/com_kunena/template/purple_pirate/layouts/item/message/default.php
Compare it with /components/com_kunena/template/crypsis/layouts/item/message/default.php
[hr]
@Makotosun: I see you have managed to make some modifications allready. So here we go:
1. To change the purple, find the custom.css file and change all #572b85 to #ed3237
(BackOffice: Go to Components/Kunena Forum/Templates, select Purple Pirate template and click the edit css button, the select custom.css and click edit css button)
2. Do you mean the background of the table rows? If so, find the code below in the same custom.css file as above. The code below will determine the background color of the even rows.
Code:
.table-bordered tbody tr:nth-child(even) {
background: #f9f9f9;
}
Code:
.table-bordered tbody tr:nth-child(odd) {
background: #ffffff;
}
[hr]
Hope this helps..?
Last edit: 9 years 4 months ago by Tomzie.
The following user(s) said Thank You: makotosun
Please Log in or Create an account to join the conversation.
9 years 4 months ago - 9 years 4 months ago #182217
by nemmar
Replied by nemmar on topic Purple Pirate Template for Kunena 5 (blue eagle lookalike)
Hi 810,
You wrote in your post: "End of november/begin december there will be a extended blue_eagle5 (paid) template."
www.kunena.org/forum/general-user-contri...?limitstart=0#181729
Has that been released yet? Do you have a link where I can get more details to buy that template or get info on a future release date?
Thanks.
You wrote in your post: "End of november/begin december there will be a extended blue_eagle5 (paid) template."
www.kunena.org/forum/general-user-contri...?limitstart=0#181729
Has that been released yet? Do you have a link where I can get more details to buy that template or get info on a future release date?
Thanks.
Last edit: 9 years 4 months ago by nemmar.
Please Log in or Create an account to join the conversation.
9 years 4 months ago #182236
by miamiman
Replied by miamiman on topic Purple Pirate Template for Kunena 5 (blue eagle lookalike)
Please Log in or Create an account to join the conversation.
9 years 4 months ago #182253
by mibert
Replied by mibert on topic Purple Pirate Template for Kunena 5 (blue eagle lookalike)
Can't wait to get the extended blue_eagle5 (paid) template.
Then I will be able to update my site to Kunena 5 finally.
Current Crypsis template is not workable for me.
Thanks in advance and best regards
Michael
Then I will be able to update my site to Kunena 5 finally.
Current Crypsis template is not workable for me.
Thanks in advance and best regards
Michael
Please Log in or Create an account to join the conversation.
Time to create page: 0.332 seconds