- Posts: 24
- Thank you received: 1
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
1 year 1 month ago #233096
by Opendreas
Issue when creating offcanvas menu for Cassiopeia was created by Opendreas
I have a similar issue when creating offcanvas menu for Cassiopeia
www.dr-menzel-it.de/blog/offcanvas-menue-fuer-cassiopeia
www.dr-menzel-it.de/blog/offcanvas-menue-fuer-cassiopeia
Please Log in or Create an account to join the conversation.
1 year 1 month ago - 1 year 1 month ago #233099
by Leen
With kind regards
Leen
Replied by Leen on topic Issue when creating offcanvas menu for Cassiopeia
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?
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.
Less
More
- Posts: 973
- Thank you received: 153
1 year 1 month ago #233100
by Pinkeltje
Replied by Pinkeltje on topic Issue when creating offcanvas menu for Cassiopeia
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.
1 year 1 month ago #233101
by Opendreas
Replied by Opendreas on topic Issue when creating offcanvas menu for Cassiopeia
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.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?
Please Log in or Create an account to join the conversation.
1 year 1 month ago #233102
by Opendreas
Replied by Opendreas on topic Issue when creating offcanvas menu for Cassiopeia
Thanks for the tip with the id. Adding the id to the CSS offcanvas menu was enough.Kunena has it's own offcanvas menu with id offcanvasKunena. So you better change css for Kunena's offcanvasmenu.
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