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 #217676 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
4 years 11 months ago #217685 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?

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 11 months ago #217716 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
4 years 11 months ago #217721 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.

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.

More
4 years 11 months ago - 4 years 11 months ago #217727 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: 4 years 11 months ago by kominid.

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

More
4 years 11 months ago #217785 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;        } }

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.310 seconds