If I may....
I get the error: "Call to undefined method Joomla\CMS\Application\AdministratorApplication::isAdmin()"
I know that Joomla 4 error and I know how to fix it. It's very popular on forum.joomla.org also youtube: https://youtu.be/ZO9nmdsLlFw
I need access to admin area.
About not working Mobile Menu - Kidzy template
Use that custom CSS to fix it:
@media screen and (max-width: 760px) {
.hidden-sm, .hidden-xs {display: none !important; visibility: hidden;}
}
.offcanvas {visibility: visible;}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul { margin: 0 5px; display: block;}
#sp-menu > .sp-column .sp-module { margin-top: 0;}
yes, in Template Options > Custom Code > Custom CSS