Page builder not working
Some options are not available in the page builder..
- Fixed sidebar is not working.
- All toolbar models are the same.
Replies (5)
Hi,
We will fix the sidebar option.
The toolbar layout is working fine.
pic share
Could you please clarify the issue?
About the toolbar:
- there is no toolbar when selecting "Extended" option
- there is no toolbar when selecting "Reports" option
- in all options, the exported HTML does not contain the toolbar components. All html are the same
Also, how can I persist the sidebar to be minimized?
There is no cookie for that anymore, is there?
Hi Vinícius Arantes,
We will fix the layout builder issue soon.
Thanks
Hi,
In src/js/layout/sidebar.js
you can see the cookie sidebar_minimize_state
used for the sidebar state. You can use it in your backend.
Then when the HTML code is generated just perform the below steps:
data-kt-app-sidebar-minimize="on"
attribute on the body element.active
class on the toggle element.data-kt-toggle-state="active"
attribute on the toggle element.Regards.