Kunena 7.0.9 & Kunena 6.4.14 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.9 [K 7.0.9] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

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.

Solved Page numbers in posts are breaking

More
11 years 4 months ago #164892 by 810
add this to your joomla css
Code:
#Kunena .pager::before, #Kunena .pager::after, #Kunena .pagenav::before, #Kunena .pagenav::after { display: inline-table !important; }
The following user(s) said Thank You: tasnima

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

More
11 years 4 months ago - 11 years 4 months ago #164893 by sozzled
Actually, the answer is simpler. The lines to add to your Joomla site template CSS are
Code:
#Kunena .pagenav:before, #Kunena .pagenav:after { display: inline; }

Thank you, 810, for your help, too (even though it is a template customisation question and not a general question about Kunena). I know how busy you must be. :)
Last edit: 11 years 4 months ago by sozzled.
The following user(s) said Thank You: tasnima

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

More
11 years 4 months ago #164898 by tasnima

sozzled wrote: Actually, the answer is simpler. The lines to add to your Joomla site template CSS are

Code:
#Kunena .pagenav:before, #Kunena .pagenav:after { display: inline; }

Thank you, 810, for your help, too (even though it is a template customisation question and not a general question about Kunena). I know how busy you must be. :)


Thanks a lot 810 and Sozzled for answering my queries with patience despite your busy schedules. :) I think I am messing with the question categories. Really Sorry for that :(

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

Time to create page: 0.201 seconds