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 use other categories for questions about problems that you may be having with your website.
Merged Any plans for a responsive design?
- SinisaKrisan
-
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
Is it responsive?
Please Log in or Create an account to join the conversation.
The use of links to third-party templates, except in the cases of paid advertising that you see at the top and on the right side of this page, is a violation of the terms of use (Sect. 7 - Advertising) within the forum and such links may be removed at our discretion.
We do not answer questions on behalf of third-party developers and we do not encourage the use of this forum for developers to answer your questions about their products.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Oscar2 wrote:
kparadis wrote: Hello!
If you could clarify where to put the class (in Kunena template or site template) or even an example of what it looks like as part of a CSS file, that would be much appreciated. I've been trying to find some other Kunena templates that might be more mobile friendly, but haven't had a lot of luck either.
Same question for me; hope someone can clarify what to do exactly? Thanks!!
Please Log in or Create an account to join the conversation.
- SinisaKrisan
-
- Offline
- Junior Member
-
No one can tell you exactly where to put it until you say exactly:
"I want this and this to be hidden on phone"
and maybe even attach the picture with exact part of the design you want to be hidden.
Geez people...
BTW, i started working on bootstrap-based kunena template.
It is complete overhaul of HTML folder so that might take a while....
Currently there are no bootstrap based templates - i have triple checked, so im kinda doomed to create my own from scratch
Please Log in or Create an account to join the conversation.
========================================================
/* Fix .visible-desktop in Bootstrap based templates */
#Kunena td.visible-desktop {
display: table-cell !important;
}
====================================================
My goal is to make the forum tables and layout readable on a phone. There's a ton of tables in the forums, and I'd like there to be an alternate template for mobile, which there isn't yet, and I get that. I was using JTouch before I upgraded to 3.0 and that was workable, but now I've upgraded. The ".hidden-phone" class idea made me wonder if there was a simple way to do this. But, I'm not sure what is involved to do this. The closest I've found is this explanation: github.com/twitter/bootstrap/pull/3140
Obviously, if Kunena makes a template that works with the phone, problem solved. But it sounds like that might be several weeks or months away.
I was using
Please Log in or Create an account to join the conversation.