Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Put Aside menu of demo1 inside a drawer in demo6


Hi keenthemes,

could that be possible to put the aside menu of demo1 inside a drawer in demo6 ??

Does the css support it or it is specific to demo1 ?


I mean put this menu of demo1 :



inside this drawer of demo6 :



Thank you.


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 (4)


Forget about it,

IT is wonderfully working, amazing how it looks inside of a drawer happy,
Wanted to use the aside menu for a drawer to link to different pages.

Just now looking to make it look like dark as in demo1. any tips ?

Thank you guys.



Hi,

Great! To use the dark mode some extra sass files should be moved from demo1 to demo2


themes/metronic/html/demo1/src/sass/layout/aside/_menu.scss


to


themes/metronic/html/demo6/src/sass/layout/aside/_menu.scss


And include it in demo6 following:

themes/metronic/html/demo1/src/sass/layout/_layout.scss


And finally add aside-dark class to the parent container of aside(can set it to the body tag).



Hi Sean, Thank's for the quick reply.

but I'm lost on "And include it in demo6 following:" part ???
What should I do with "_layout.scss" of demo1 ?? use it to ovveride the "_layout.scss" of demo6 ??

Any explanation ?

thank's



Can you refer to demo1's _menu.scss include in it's _layout.scss ? The demo1 has custom code to make the aside dark optionally with the parent css class aside-dark assignment.


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