Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Solved Advanced search layout is wrong

More
2 years 10 months ago #1 by kominid
Hi, I am having an issue with 2 elements with kunena layout.
1. Is the layout of the advanced search section on the search menu item.
2. The login button on the nav bar doesn't seem to be working correctly.

I have attached a photo and the configuration report.
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: 30 seconds | Max execution memory: 128M | Max file upload: 2M

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
2 years 10 months ago #2 by rich
Which Bootstrap version use your Joomla template? Maybe there is a CSS conflict, but that's cannot be seen in a picture. Have you a link to your forum?

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

More
2 years 10 months ago #3 by kominid
Hi again, unfortunately the site isn't live so I can't link you. But I have narrowed it down to this element of the search page (see pic)Also, I am using this version 2.3.2 of bootstrap but it appears the site is using bootstrap.min.css rather than bootstrap.css? (see version pics) 

Thanks for having a look.

Dom

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

More
2 years 10 months ago #4 by rich
Try to disable the option "Load Bootstrap CSS" in the Crypsis setting.
Or search the issue with the method of elimination. Test it first with the Joomla default template Protostar. Is the error still present, disable all non default extensions one by one, to find the cause.
Unfortunately, I cannot help more without seeing it.
The following user(s) said Thank You: kominid

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

More
2 years 10 months ago - 2 years 10 months ago #5 by kominid
Hi again, Thanks for all your help rich. I managed to fix the problem with some funky css lol.

I have attached an image so you can have a giggle at my css skills!

 

it's working on desktop but i shudder to think what it will do responsively?

##EDIT##

Is there a way to separate the custom.css between responsive and desktop mode?

Regards

Dom
Last edit: 2 years 10 months ago by kominid.

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

More
2 years 10 months ago #6 by rich

Is there a way to separate the custom.css between responsive and desktop mode?

Yes, it's possible, if you address it to the desktop size.
In this example, the code effect begins from a size of 1024 px.

Code:
@media (min-width: 1024px) {   #kunena.layout select#mode {     margin-left: 165px;     margin-bottom: 0px;        } }
The following user(s) said Thank You: kominid

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

More
2 years 10 months ago #7 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
 

Attachments:

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

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

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

More
2 years 10 months ago #9 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
2 years 10 months ago #10 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; }

 
The following user(s) said Thank You: kominid

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

Time to create page: 0.761 seconds