- Posts: 144
- Thank you received: 13
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
- betteryouthanme
-
Topic Author
- Offline
- Senior Member
-
Less
More
10 years 1 month ago #174348
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
CrypsisB3 styling was created 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
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.
Less
More
- Posts: 12285
- Thank you received: 2535
10 years 1 month ago #174377
by rich
Important! Always create a backup before you make any changes to your website!
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.
- betteryouthanme
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 144
- Thank you received: 13
10 years 1 month ago - 10 years 1 month ago #174718
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 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.
#kunena.layout .navbar .nav > li > a
PROBLEM padding class changes the default bootstrap3 menu sizes
SOLUTION remove padding lines
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
Kunena Profile layout:
-> supscriptions: Categories select bar between h3 tags
#kunena.layout select#mode {
margin-left: 69px;
}
PROBLEM margin-left breaks layout
SOLUTION remove/comment line
#kunena.layout h2
PROBLEM too much space between header and content
SOLUTION remove padding-bottom 2%
.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
layouts/category/item/default.php
PROBLEM too much space between header and content
SOLUTION remove <br> tag
location icon is not displayed in breadcrumbs
SOLUTION: use glyphicon-map-marker instead of glyphicon-location
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