Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question [External - solved] CSS Conflicts Galore!

More
16 years 11 months ago - 16 years 11 months ago #20924 by JBHawaii
Replied by JBHawaii on topic Re:CSS Conflicts Galore!
actually the problem is the alignment of the tables...

as far as the template matching the theme, I'm not concerned about that because I will design one.

I just want to know if this below is normal... the left side seems unjustified as compared to the right side.


Mahalo,
JBHawaii
Last edit: 16 years 11 months ago by JBHawaii.
The topic has been locked.
More
16 years 11 months ago - 16 years 11 months ago #20926 by sozzled
Replied by sozzled on topic Re:CSS Conflicts Galore!
Ahh ... I see the problem now. I needed to use a magnifying glass! :D.

Yes, the left-alignment of the elements is a little ragged. If the truth is known, they're probably ragged on every website where people use the default_ex template; however, because most sites (I suspect this is the case) use a white background, the "raggedness" wouldn't be apparent. I should also add that <div> and <table> container heights and widths are handled differently by Internet Explorer compared with other browsers ... but you probably knew that already. ;)

The issue is probably addressed by looking at the margin-left or indent CSS attributes of the elements. That's just a guess. Good luck, mate. :)
Last edit: 16 years 11 months ago by sozzled.
The topic has been locked.
More
16 years 11 months ago #20927 by Spock
Replied by Spock on topic Re:CSS Conflicts Galore!
Ahh ok, I see what you mean. This is a conflict is definitely with the Template plazza template and Kunena CSS.

Go to YOURSITEURL/templates/showcase_plazza/css/gridrender.php
change the following attribute

border-collapse: collapse;

to

border-collapse: inherit;

See how that works?
The topic has been locked.
More
16 years 11 months ago #20930 by JBHawaii
Replied by JBHawaii on topic Re:CSS Conflicts Galore!
can't find that... I might have to dump this template. I think it's to much of a hassle. :(

Mahalo,
JBHawaii
The topic has been locked.
More
16 years 11 months ago - 16 years 11 months ago #20932 by Spock
Replied by Spock on topic Re:CSS Conflicts Galore!
It is only a basic css conflict - so i wouldn't give-up (its a nice template really). This CSS attribute

border-collapse

should be in a template CSS file that controls the plugin above (gridrender.php)

(it works when i alter it in firebug)

Screenshot with problem fixed:


check if there is possibly a gridrender.css file in the template directory and i think you'll find border-collapse somewhere in it.
Last edit: 16 years 11 months ago by Spock. Reason: Screenshot added
The topic has been locked.
More
16 years 11 months ago - 16 years 11 months ago #20935 by JBHawaii
Replied by JBHawaii on topic Re:CSS Conflicts Galore!
I have altered the kunena.forum.css now and resolved that alignment issue :) I as much as possiblt try to stay away from changing the joomla template. because the result can be un-wanted when viewing other content instead of the forum.

I added
Code:
border-collapse: inherit;
to several sections. this was easier then I thought. now I can start to customize it :)

Thanks so much fellas for pointing me in the right direction :)

I think it's safe to say this topic can be marked as Solved.

Mahalo,
JBHawaii
Last edit: 16 years 11 months ago by JBHawaii.
The topic has been locked.
Time to create page: 0.241 seconds