- Posts: 6
- Thank you received: 0
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
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 Scroll bar in topic
15 years 6 months ago #66863
by WorLox
Scroll bar in topic was created by WorLox
Can anybody tell me how to remove the scroll bar in a topic.
Or is this not possible.
Or is this not possible.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #66864
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Scroll bar in topic
Does this issue occur here, at Kunena.com, or just with your own website? If this issue occurs here, at Kunena.com, can you do two things?
(1) Show an example of where this occurs - a screnshot will help
(2) Provide details of the web browser that you are using to view the pages at Kunena.com
Thanks
(1) Show an example of where this occurs - a screnshot will help
(2) Provide details of the web browser that you are using to view the pages at Kunena.com
Thanks
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 6 months ago - 15 years 6 months ago #67352
by WorLox
Replied by WorLox on topic Scroll bar in topic
No i have it in my own forum.
You can check the forum at www.spuij-design.com , check the first topic in suggestion box.
I really cant seem to find where to remove that, or if its even possible.
I hope somebody can help me.
The browser this problem occurs in is Chrome.
Explorer doesnt seem to have the problem.
Template Used: own template.
WorLox..
You can check the forum at www.spuij-design.com , check the first topic in suggestion box.
I really cant seem to find where to remove that, or if its even possible.
I hope somebody can help me.
The browser this problem occurs in is Chrome.
Explorer doesnt seem to have the problem.
Template Used: own template.
WorLox..
Last edit: 15 years 6 months ago by WorLox.
Please Log in or Create an account to join the conversation.
15 years 6 months ago - 15 years 6 months ago #67361
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Scroll bar in topic
Change your Kunena template CSS as indicated in red below
#Kunena div.kmsgbody div.kmsgtext {
overflow:hidden;
word-wrap:break-word;
}
I notice that you are not using minified CSS in your Kunena forum. You must be running with Kunena with debug mode enabled. You can improve performance by using minified CSS and turning Kunena debug mode off.
#Kunena div.kmsgbody div.kmsgtext {
overflow:hidden;
word-wrap:break-word;
}
I notice that you are not using minified CSS in your Kunena forum. You must be running with Kunena with debug mode enabled. You can improve performance by using minified CSS and turning Kunena debug mode off.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 15 years 6 months ago by sozzled.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #67372
by WorLox
Replied by WorLox on topic Scroll bar in topic
Hey There,
I am using an istalled template, i am creating at the moment.
Your correct to say that no minified css is used, that is because it was and still is in Debug mode, i like to change on the fly checking what im doing.
I always create the mini. after the changes i made.
I have changed the overflow to hidden, but it didn't help me.
Do you have any other idea's ??.
Thnx.
I am using an istalled template, i am creating at the moment.
Your correct to say that no minified css is used, that is because it was and still is in Debug mode, i like to change on the fly checking what im doing.
I always create the mini. after the changes i made.
I have changed the overflow to hidden, but it didn't help me.
Do you have any other idea's ??.
Thnx.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #67374
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Scroll bar in topic
I had another look at your page - I force refreshed my browser cache, too.
Your Kunena Template CSS shows
#Kunena div.kmsgbody div.kmsgtext {
overflow:auto;
word-wrap:break-word;
}
You need to change it as I showed above. I cannot test with Google Chrome; I use Firefox (and occasionally IE8)
Your Kunena Template CSS shows
#Kunena div.kmsgbody div.kmsgtext {
overflow:auto;
word-wrap:break-word;
}
You need to change it as I showed above. I cannot test with Google Chrome; I use Firefox (and occasionally IE8)
Blue Eagle vs. Crypsis reference guide
Read my blog and
The following user(s) said Thank You: WorLox
Please Log in or Create an account to join the conversation.
Time to create page: 0.276 seconds