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

Extended Toolbar


Would it be possible to extend the fixed toolbar with a second row of buttons?

I've attached a quick mockup to demonstrate what I mean. I'm talking about the row of buttons with "Rollover", "Add Goal", ...

Unfortunately I have not been able to get this, could you please give me a pointer how to achieve such a modification? Thanks!


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)


I don't understand how to embed an image here in the forum. Here's the link to the screenshot: https://i.imgur.com/glY9efW.png



Hi,

At the moment this type of toolbar layout is not available. However, you can achieve that by increasing the height of the toolbar via the SASS code(src/sass/layout/base/_variables.scss) and adding the second row in the HTML.

Regards.



Thanks! That would be a bit difficult though as I only need the extended toobar on one of the many pages of my site.

An alternative approach would be to do something similar to the "Sticky Form Actions" fixed header as demonstrated in https://preview.keenthemes.com/metronic/demo1/features/cards/sticky.html. Would that be possible in Metronic 8?



Hi,

The toolbar you shown is integrated with the header so it can not be achieved with the sticky component. You can implement the custom toolbar with a custom class added to the body(e.g: toolbar-extended) and for required page add the custom class to activate the extended toolbar.

Regards,
Sean


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