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

Solved Advanced search layout is wrong

More
4 years 11 months ago #217829 by kominid
Sorry to bother you again Rich & admins.

i can't seem to figure out 2 problems. The CSS I used worked for desktop but not responsive :(

Also, i have attached an image of a problem I'm having with the login form. When I click it, the whole menu bar expands, not just the login form.

Here is my config - I have attached a link in the config that works for the front end.

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: Exists | PHP environment: Max execution time: 120 seconds | Max execution memory: 768M | Max file upload: 256M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : dronzColours912 | author:  | version: 1.0 | creationdate: 2021-05-09

Kunena default template details : Crypsis | author: Kunena Team | version: 5.2.4 | creationdate: 2021-04-04

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.2.4 | 2021-04-04 [ Koios ]
        | 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: None
 

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

More
4 years 11 months ago #217834 by rich
Try this:
Code:
@media (max-width: 1024px) {   #kunena.layout select#mode {     margin-left: 0;     margin-bottom: 0px;        } }

Important! Always create a backup before you make any changes to your website!

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

More
4 years 10 months ago #217928 by kominid
Hi, hope you can help.  Still have an issue with making the advanced search section responsive (Desktop looks ok).  Also, when I click the login form it pushes all the body content down. I have attached my config and some images and a working link to the site.

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: Exists | PHP environment: Max execution time: 120 seconds | Max execution memory: 768M | Max file upload: 256M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : dronzColours912 | author:  | version: 1.0 | creationdate: 2021-05-09

Kunena default template details : Crypsis | author: Kunena Team | version: 5.2.4 | creationdate: 2021-04-04

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.2.4 | 2021-04-04 [ Koios ]
        | 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: None


 

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

More
4 years 10 months ago #217959 by rich
Try this:
Code:
@media (max-width: 1024px) {   #kunena.layout select#mode {     margin-left: 0;     margin-bottom: 0px;        } } @media (max-width: 1024px) {   #kunena.layout fieldset label {     width: 80%;    } }     #kunena.layout li.dropdown.mobile-user.open {     position: absolute;     right: 5px;     top: 30px; }

 

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: kominid

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

Time to create page: 0.340 seconds