1st Demo online is different then whats in sample project.
2nd top nav bar is transparent and collapse side menu button does not work. I redownloaded just to make sure but same, can i get a copy of v8.3.0 to test ?
Hi
The difference is because the online demo uses the full HTML version, which include more complete markup and scripts, while the Symfony package is a Starterkit meant for integration and may require some manual adjustments.
You can find the full components from the HTML version folder, you can download:
http://devs.keenthemes.com/metronic
We appreciate your input and will work to improve the consistency and documentation between the demo and the Starterkit.
Thanks
DEFAULT LAYOUT IS MISSING TWO KT DATA CLASSES, ONCE I INJECTED THEM EVERYTHING WORKS AS EXPECTED.
$this->theme->addHtmlAttribute('body', 'data-kt-sticky-app-header-minimize', 'on');
$this->theme->addHtmlAttribute('body', 'data-kt-app-header-minimize', 'on');