Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question CrypsisB3 styling

More
10 years 1 month ago #174348 by betteryouthanme
Hey,

after my first category subscription I discovered some styling issues with CrypsisB3 template:
Profile->Subscriptions

1) The selectbox is inside the h3 tag which makes the font of the selectbox too big.

2) If i try to select one single category it selects all categories.

Best regards

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

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

More
10 years 1 month ago #174377 by rich
Replied by rich on topic CrypsisB3 styling
Error number 2 confirmed, but he exists in both templates (Crypsis and CrypsisB3). I've reported it.

Important! Always create a backup before you make any changes to your website!

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

More
10 years 1 month ago - 10 years 1 month ago #174718 by betteryouthanme
Replied by betteryouthanme on topic CrypsisB3 styling
There are a few other styling issues with CrypsisB3 and Purity III which is a Bootstrap3 template so might be for others too. I've made some changes to the less files and to some layouts.

  1. #kunena.layout .navbar .nav > li > a
    PROBLEM padding class changes the default bootstrap3 menu sizes
    SOLUTION remove padding lines

  2. Kunena Menu tabs
    background-color is set to transparent:

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus ,
    .nav > li > a:hover,
    .nav > li > a:focus {
    background-color: transparent;
    }
    SOLUTION: comment/remove line background-color

  3. Kunena Profile layout:
    -> supscriptions: Categories select bar between h3 tags

  4. #kunena.layout select#mode {
    margin-left: 69px;
    }
    PROBLEM margin-left breaks layout
    SOLUTION remove/comment line

  5. #kunena.layout h2
    PROBLEM too much space between header and content
    SOLUTION remove padding-bottom 2%

  6. .kfrontend {
    padding : 20px 0 0 5px;
    /* margin-bottom : 20px; */
    clear : both;
    }
    PROBLEM too much space between header and content
    SOLUTION comment/remove line margin-bottom

  7. layouts/category/item/default.php
    PROBLEM too much space between header and content
    SOLUTION remove <br> tag

  8. location icon is not displayed in breadcrumbs
    SOLUTION: use glyphicon-map-marker instead of glyphicon-location

  9. Button for open/close toolbar should not just be an x, there are better options with FontAwesome or
    glyphicons (e.g glyphicon-chevron-up, glyphicon-chevron-down)

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 1 month ago by betteryouthanme.
The following user(s) said Thank You: sozzled

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

Time to create page: 0.243 seconds