Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

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!

<img src="https://imgur.com/a/xGX97ML">


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


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



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.



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


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(