- Posts: 144
- Thank you received: 13
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
Question Crypsis Bootstrap 3 Template Beta?
- betteryouthanme
-
- Offline
- Senior Member
-
Less
More
10 years 11 months ago #165839
by betteryouthanme
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
Replied by betteryouthanme on topic Crypsis Bootstrap 3 Template Beta?
figured out why category icons are not working for me.
I have Legacy Compatible (Load some important compatible styles for Bootstrap 2 and Font Awesome 3.x) in Purity III settings enabled.
I have Legacy Compatible (Load some important compatible styles for Bootstrap 2 and Font Awesome 3.x) in Purity III settings enabled.
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
The following user(s) said Thank You: hazel1919
Please Log in or Create an account to join the conversation.
10 years 11 months ago #165917
by hazel1919
Replied by hazel1919 on topic Crypsis Bootstrap 3 Template Beta?
Please Log in or Create an account to join the conversation.
10 years 11 months ago - 10 years 11 months ago #165919
by hazel1919
Replied by hazel1919 on topic Crypsis Bootstrap 3 Template Beta?
ps please feel free to visit the forum and log-in as the following user
This message contains confidential information
Last edit: 10 years 11 months ago by xillibit.
Please Log in or Create an account to join the conversation.
10 years 11 months ago #165930
by 810
Replied by 810 on topic Crypsis Bootstrap 3 Template Beta?
yeah, its because I added on
components\com_kunena\template\crypsisb3\layouts\category\index
style="display: inline-block;"
should be block
components\com_kunena\template\crypsisb3\layouts\category\index
style="display: inline-block;"
should be block
The following user(s) said Thank You: hazel1919
Please Log in or Create an account to join the conversation.
10 years 10 months ago - 10 years 10 months ago #166022
by hazel1919
Replied by hazel1919 on topic Crypsis Bootstrap 3 Template Beta?
I would like to say thank-you again, with a little bit of CSS styling things are starting to look better. Would it be fair to estimate that the Crypsis B3 template will be ready by Kunena 4.0.2? I only ask because it's the only thing holding up the transfer of our community and project 100% to Joomla!.
Here is a screen shot of our forum with a bit of CSS styling...
Here is a list of some issues that we are seeing...
1 - Quick reply button does not work
2 - There is an odd gap between the list of topics in the subforum (see screenshot below)
3 - Attachments don't look right (see screenshot below)
4 - Shrinking the sub-forums does not work (see screenshot below)
5 - On the user drop-down menu the "update status text" does not work - nothing happens when you click on it.
6 - Announcments looks garbled (see screenshot below)
7 - Reply BB Code drop-downs don't work
8 - Dropdown menu is very hard to hover on, every time you almost click where you want it to the whole menu disappears! Very frustrating.
9 – RSS feed not showing
10 - When hovering over the folder Icon part of it disappears and looks wrong...
11 - Post preview has some CSS styling issues.
12 - The moderate button gives a 500 internal server error.
12 – Forum Category Widths are uneven right due to the inline-block issue
These are the issues that I have come across but there are a few more, will report back when I find them.
Many thanks!
Jethro.
Here is a screen shot of our forum with a bit of CSS styling...
Here is a list of some issues that we are seeing...
1 - Quick reply button does not work
2 - There is an odd gap between the list of topics in the subforum (see screenshot below)
3 - Attachments don't look right (see screenshot below)
4 - Shrinking the sub-forums does not work (see screenshot below)
5 - On the user drop-down menu the "update status text" does not work - nothing happens when you click on it.
6 - Announcments looks garbled (see screenshot below)
7 - Reply BB Code drop-downs don't work
8 - Dropdown menu is very hard to hover on, every time you almost click where you want it to the whole menu disappears! Very frustrating.
9 – RSS feed not showing
10 - When hovering over the folder Icon part of it disappears and looks wrong...
11 - Post preview has some CSS styling issues.
12 - The moderate button gives a 500 internal server error.
12 – Forum Category Widths are uneven right due to the inline-block issue
These are the issues that I have come across but there are a few more, will report back when I find them.
Many thanks!
Jethro.
Last edit: 10 years 10 months ago by hazel1919.
The following user(s) said Thank You: betteryouthanme
Please Log in or Create an account to join the conversation.
- betteryouthanme
-
- Offline
- Senior Member
-
Less
More
- Posts: 144
- Thank you received: 13
10 years 10 months ago - 10 years 10 months ago #166043
by betteryouthanme
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
Replied by betteryouthanme on topic Crypsis Bootstrap 3 Template Beta?
about Announcements:
edit layouts/announcement/list/default.php
line22++: edit to
Some more bugs i've encountered:
category displayed wrong in smart phone size. Transposed?
Topic button icons are missing (wrong "i" class)
//edit announcement
no icons for puplish/edit/delete
edit layouts/announcement/list/default.php
line22++: edit to
Code:
<h2 class="pull-left">
<?php echo JText::_('COM_KUNENA_ANN_ANNOUNCEMENTS'); ?>
</h2>
<?php if (!empty($options)) : ?>
<div class="form-group pull-right">
<?php echo JHtml::_('select.genericlist', $options, 'task', '', 'value', 'text', 0, 'kchecktask'); ?>
<input type="submit" name="kcheckgo" class="btn" value="<?php echo JText::_('COM_KUNENA_GO') ?>" />
<a class="btn btn-primary"
href="<?php echo KunenaRoute::_('index.php?option=com_kunena&view=announcement&layout=create'); ?>">
<?php echo JText::_('COM_KUNENA_ANNOUNCEMENT_ACTIONS_LABEL_ADD'); ?>
</a>
</div>
<?php endif; ?>
Some more bugs i've encountered:
category displayed wrong in smart phone size. Transposed?
Topic button icons are missing (wrong "i" class)
//edit announcement
no icons for puplish/edit/delete
Two things fill the mind with ever new and increasing wonder and awe - the starry heavens above me and the moral law within me. Immanuel Kant
Last edit: 10 years 10 months ago by betteryouthanme.
The following user(s) said Thank You: hazel1919
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds