Hello dear guys,
Joomla Version: 4.4.7
Kunena version: 6.3.4
JA Purity III version: 2.1.1
I have installed kunena forum on the JA Purity III. But template not working correctlly with the Kunena forum. I think there are bootstrap problem.
Problem 1:
The user profile page of kunena is not shown corectlly. When I click on the user page, the page structure is incorrect. See attachment image:
It should looks like this:
Here the short video on YouTube:
https://youtu.be/NHN1pzyIvqA
Problem 2:
The kunena menu items not working corectlly on the mobile devices. See attachment image:
My custom css code is:
`.com_kunena #t3-mainnav {
padding-top: 0;
padding-bottom: 0;
}
.com_kunena #t3-mainnav .container {display: block;}
.com_kunena #t3-mainnav ul.navbar-nav {display: block;}
.navbar-nav .mega .dropdown-menu {position: absolute;}
.t3-megamenu .nav > .dropdown > .dropdown-toggle::after {
display: none;
}
#kunena .dropdown-toggle::after {
display: none;
}
`
Could you please help me to fix this problems ?
Thank you