Kunena 7.0.2 Released

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

Solved No scroll possible

More
9 years 6 months ago #179302 by Geni
No scroll possible was created by Geni
with a picture is not possible to scroll with Chrome and Opera. With Firefox and Edge can operate properly.
sample page

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

More
9 years 6 months ago #179317 by 810
Replied by 810 on topic No scroll possible
your issue is on joomla template css.
Code:
#jsn-master { background: repeat-x fixed left top; }

remove that on your joomla template css

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

More
9 years 6 months ago #179333 by Geni
Replied by Geni on topic No scroll possible

810 wrote: your issue is on joomla template css.

Code:
#jsn-master { background: repeat-x fixed left top; }

remove that on your joomla template css


I have tested this, the error remains and my background would also unusable.
A workaround for Chrome is 2x Press F12.
The error must be different!

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

More
9 years 6 months ago #179344 by 810
Replied by 810 on topic No scroll possible
try:
Code:
#jsn-master { background: repeat-x left top !important; }

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

More
9 years 6 months ago #179355 by Geni
Replied by Geni on topic No scroll possible
dont work!
no Backgroundimage and no scrolling in chrom.
Firefox is all ok.

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

More
9 years 6 months ago #179444 by Geni
Replied by Geni on topic No scroll possible

810 wrote: try:

Code:
#jsn-master { background: repeat-x left top !important; }


I've made this change, the problem still exists.

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

Time to create page: 0.509 seconds