Get 2025 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
Get for 99$

metronic8 vue


Hello, if you set the Sidebar to Light in metronic8 vue, the Fixed toolbar mode in the Header will not take effect. Please help solve this problem


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,

I want to apologize for the late reply.

Can you try to clear local storage in your browser?

On the first layout load, we store the layout configuration in local storage, to see the changes you make in src/layouts/default-layout/config/DefaultLayoutConfig.ts you should either clear local storage directly or press the reset button on layout builder page.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



// // Light sidebar
// if (layout === "light-sidebar") {
// this.configStore.setLayoutConfigProperty(
// "header.default.fixed.desktop",
// false
// );

// this.configStore.setLayoutConfigProperty(
// "header.default.fixed.mobile",
// false
// );
// }

\src\core\services\LayoutService.ts

In this file, there is code that disables header.default.fixed.desktop of light-sidebar. After I commented out these codes, it worked normally. I don’t know why?



Hi,

Could you please specify which Metronic version and demo you are using?

Regards,
Lauris Stepanovs,
Keenthemes Support Team



Hello
The version is 8.2.8



Hi,

Are you using Demo 1?

We’ve checked our demos and didn’t find any issues with the light/dark sidebar layouts.

Can you provide specific steps for reproducing the issue?

Regards,
Lauris Stepanovs,
Keenthemes Support Team


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  :(