Page builder not working

Some options are not available in the page builder..

- Fixed sidebar is not working.
- All toolbar models are the same.

Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)

Hi,

We will fix the sidebar option.

The toolbar layout is working fine.
image
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:

  • Add data-kt-app-sidebar-minimize="on" attribute on the body element.
  • Add active class on the toggle element.
  • Set data-kt-toggle-state="active" attribute on the toggle element.
  • Regards.

    Text formatting options
    Submit
    Here's a how to add some HTML formatting to your comment:
    • <pre></pre> for JS codes block
    • <pre lang="html"></pre> for HTML code block
    • <pre lang="scss"></pre> for SCSS code block
    • <pre lang="php"></pre> for PHP code block
    • <code></code> for single line of code
    • <strong></strong> to make things bold
    • <em></em> to emphasize
    • <ul><li></li></ul>  to make list
    • <ol><li></li></ol>  to make ordered list
    • <h3></h3> to make headings
    • <a></a> for links
    • <img> to paste in an image
    • <blockquote></blockquote> to quote somebody
    • happy  :)
    • shocked  :|
    • sad  :(
    Text formatting options
    Submit
    Here's a how to add some HTML formatting to your comment:
    • <pre></pre> for JS codes block
    • <pre lang="html"></pre> for HTML code block
    • <pre lang="scss"></pre> for SCSS code block
    • <pre lang="php"></pre> for PHP code block
    • <code></code> for single line of code
    • <strong></strong> to make things bold
    • <em></em> to emphasize
    • <ul><li></li></ul>  to make list
    • <ol><li></li></ol>  to make ordered list
    • <h3></h3> to make headings
    • <a></a> for links
    • <img> to paste in an image
    • <blockquote></blockquote> to quote somebody
    • happy  :)
    • shocked  :|
    • sad  :(