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

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Solved Issue when creating offcanvas menu for Cassiopeia

More
1 year 1 month ago #233096 by Opendreas
I have a similar issue when creating offcanvas menu for Cassiopeia
www.dr-menzel-it.de/blog/offcanvas-menue-fuer-cassiopeia


 

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

More
1 year 1 month ago - 1 year 1 month ago #233099 by Leen
Which joomla version are you using?
and I think I downloaded the templat e you are using
and tested it in Joomla 5.3.0 and the kunena menu still keeps the white color.
or did you give the kunena menu a different position via module?
can you place a kunena Report Configuration here?

With kind regards
Leen
Last edit: 1 year 1 month ago by Leen.

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

More
1 year 1 month ago #233100 by Pinkeltje
Kunena has it's own offcanvas menu with id offcanvasKunena. So you better change css for Kunena's offcanvasmenu.
The following user(s) said Thank You: Opendreas

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

More
1 year 1 month ago #233101 by Opendreas

Which joomla version are you using?
and I think I downloaded the templat e you are using
and tested it in Joomla 5.3.0 and the kunena menu still keeps the white color.
or did you give the kunena menu a different position via module?
can you place a kunena Report Configuration here?
 
I am using Joomla 5.2.5. I think the problem is that you have not created an offcanvas menu for Cassiopeia. Cassiopeia is a default Joomla template, I am not using the template you downloaded.

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

More
1 year 1 month ago #233102 by Opendreas

Kunena has it's own offcanvas menu with id offcanvasKunena. So you better change css for Kunena's offcanvasmenu.
 
Thanks for the tip with the id. Adding the id to the CSS offcanvas menu was enough.
Code:
.offcanvas.showing:not(#offcanvasKunena){     background-color: var(--cassiopeia-color-primary);     background-image: linear-gradient(135deg, var(--cassiopeia-color-primary), var(--cassiopeia-color-hover)); } .offcanvas.show:not(#offcanvasKunena) {     background-color: var(--cassiopeia-color-primary);     background-image: linear-gradient(135deg,var(--cassiopeia-color-primary),var(--cassiopeia-color-hover)); }

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

Time to create page: 0.276 seconds