Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] 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 Kunena Button Problem (Go, Jump to)

More
12 years 6 months ago - 12 years 6 months ago #153186 by sixtyfive
I have added the code. Buttons are now on the correct side, but still under the Selectors. I tried to find it again via Firebug but i couldn't fix it. Do you have any idea how to get the Selectors and Buttons in the same row? Thanks :)

Edit: Problem fixed. If anyone facing same problem on Google Chrome, just add a width to the div displayForumjump. Anyway it's working fine in Mozilla.
Last edit: 12 years 6 months ago by sixtyfive.

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

More
12 years 6 months ago #153187 by sozzled
The problem is caused in part by your Joomla site template CSS file (../v3/v3/templates/gk_gamenews/css/joomla.css) at around line 55:
Code:
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a { background: none repeat scroll 0 0 #2F3336; border: medium none; border-radius: 2px; color: #E0E0E0; cursor: pointer; display: block; float: left; font-size: 12px; font-weight: 600; height: 34px; line-height: 35px; margin: 0 5px 2px 2px; padding: 0 11px; text-align: center; text-transform: uppercase; transition: background-color 0.12s ease-out 0s; }

If you comment-out the two lines (see below) and remove the changes I mentioned earlier, things will be a lot different:
Code:
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a { background: none repeat scroll 0 0 #2F3336; border: medium none; border-radius: 2px; color: #E0E0E0; cursor: pointer; // display: block; // float: left; font-size: 12px; font-weight: 600; height: 34px; line-height: 35px; margin: 0 5px 2px 2px; padding: 0 11px; text-align: center; text-transform: uppercase; transition: background-color 0.12s ease-out 0s; }

Another thing you can try, too, is around line 11 of the same file (comment out the line indicated below):
Code:
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; -moz-box-sizing: border-box; border-color: #CCCCCC #E7E7E7 #E7E7E7; border-image: none; border-right: 1px solid #E7E7E7; border-style: solid; border-width: 1px; color: #555555; font-size: 14px; height: 34px; line-height: 35px; // max-width: 100% !important; padding: 0 12px; }

These changes should work; also read My Joomla site template makes a mess of Kunena ...

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

More
12 years 6 months ago #153995 by bondrj
Hello good evening!

I also encounter the same problem.
Being someone can help me, I'll be very grateful.

thank you!



This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 30 seconds | Max execution memory: 256M | Max file upload: 64M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : gk_game | author: GavickPro | version: 3.10.2 | creationdate: Unknown

Kunena default template details : Blue Eagle | author: Kunena Team | version: 3.0.4 | creationdate: 2013-12-22

Kunena version detailed: Kunena 3.0.4 | 2013-12-22 [ Ukko ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 3.0.1



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

Time to create page: 0.277 seconds