Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Blank/Invisible Template Text

More
3 years 5 months ago #1 by Thanatos
Attached is an image.

So, the menu works perfectly if I use the default Joomla template.

but if I switch to a 3rd party black template, then the result is it goes blank.

The text is there and if I highlight it, I get white text in a black box.


I'm new to Joomla, so I'm not sure if this is a forum template I need to look at or a Joomla template that's referenced...and then where to go to try and fix it. Nor am I entirely sure how to fix it, but that may be a different post somewhere else :)

If someone would take a little pity on me and point me in the right direction, I'd certainly appreciate it.

thanks.
Attachments:

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

More
3 years 5 months ago #2 by Leen
Replied by Leen on topic Blank/Invisible Template Text
Hello,

It would be useful if you also tell us which Template
you then use on your website.

L.v.d.A
The following user(s) said Thank You: Thanatos

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

More
3 years 5 months ago #3 by Thanatos
Sorry!

it's called a4joomla-dark-free - Default

and then the built in defaults
Beeze3 - Default (seems okay in this one)
protostar - Default

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

More
3 years 5 months ago - 3 years 5 months ago #4 by Leen
Replied by Leen on topic Blank/Invisible Template Text
Don't know which kunena template you have chosen as standard, but try loading the setting there from bootstrap.css on or off and also try another default kunena template in my test it was only get right at crypsis
and I am not an expert but go to your kunena template and choose your template the circle and click on the button at the top of edit cssand next screen choose custom.css and there you canpaste your own code eg this one
Code:
#kunena.layout .dropdown-menu .form-inline { margin: 0; background-color: black; } #kunena.layout .nav .dropdown-menu a { text-decoration: none; color: black; }

L.v.d.A
Last edit: 3 years 5 months ago by Leen.
The following user(s) said Thank You: Thanatos

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

More
3 years 5 months ago #5 by Thanatos
I've resolved the problem.

searching around, I figured out that navbar was the keyword I needed for the menu system.

I found this link

www.kunena.org/forum/general-user-contri...late?start=10#181060

and then I basically just deleted sections of the code until I had something that fixed the menu. I have a really VAGUE sense of how css works as I'm not any kind of programmer...but I can kind of hack things down to make them work...at least sometimes.
Code:
.fa-rss { color: orange !important; } #kunena, layout { .navbar-inner { border-top: none; border-left: none; border-right: none; border-bottom: 4px solid #6f6c6c; min-height: 12px !important; background-image: none; background-color: transparent; } .navbar .nav > li > a { background-color: #6f6c6c; border-top-left-radius: 7px; border-top-right-radius: 7px; margin-right: 1px; color: #fff; text-shadow: none; padding: 8px 8px 11px !important; max-height: 12px !important; } .navbar .active > a { background-color: #3c728e !important; } .navbar a:hover { background-color: #3c728e !important; color: #fff !important; } .navbar .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #fff !important; } } .fa-fw { color: #fff; } a:hover { text-decoration: underline; } .fa-rss:before { color: orange; } th.span5, th.span1, th.span2, th.span6, th.span3, th.span4 { background-color: #3c728e !important; color: #fff; } th.span5 a, th.span1 a, th.span2 a, th.span6 a { color: #fff; } .layout h1 .fa-2x { font-size: 1.2em !important; } .form-search .input-append .search-query { height: 19px; } .btn:first-child { color: #424753; } button.btn.btn-primary { /* color: #fff !important; */ } .btn-group > .btn:first-child { /* color: #fff !important; */ } .btn-group > .btn:last-child, .btn-group > .dropdown-toggle { color: #424753 !important; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { background: #3c728e !important; }

I'd like to change the color of the drop down and menu...but, at least it's working for now.

Took me a while how to figure out where the custom.css file was for the forum...the layout of Joomla and it's plugins are very foreign to me.


Anyway, thanks for at least replying.

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

More
3 years 5 months ago #6 by Thanatos
Leen

That sort of work - it turns the menu partly black.

this may ultimately get me to where I want if I can figure out how to combine it with the code snippets I found in my previous post.

I attached an image to show you.

thank you again...your CSS is better than mine :) lol
Attachments:

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

More
3 years 5 months ago #7 by Leen
Replied by Leen on topic Blank/Invisible Template Text
well, I usually try to find out in Firefox by right-clicking where I want to change something
and then I choose inspect element and then I try something
and if I like I copy that piece and paste it in the correct custom.css (in this case the kunena template of your choice)
but I think you can get further now.
And maybe someone else will give you a better tip.

L.v.d.A
Attachments:

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

More
3 years 5 months ago #8 by Thanatos
I will give that a shot and see what I can can see in it
I really do appreciate your help.

and maybes someone will come along and help me clean it up, minimize the code...but if not...least I am to this point.

You rock.

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

Time to create page: 0.643 seconds