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

metronic8 - vue demo1 - What's the purpose of this line?


What is the purpose of this line, is this accidental or should something from the server-side be populating this field?

The demo doesn't show it but when I build the static assets I can see it from front-end in production, I want to make sure there isn't a missing class needed here.

Line 11 on:
• themeforest-9W1YklRG-metronic-responsive-admin-dashboard-template\metronic_v8.1.6\vue\demo1\src\layouts\AuthLayout.vue

• <div class="<?php echo $params['wrapperClass']?> p-10">


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)


• php echo $params['wrapperClass']?



Hi,

Thank you for your message, good catch.

This code is there by mistake, we will fix it in the next release.
For now, you can replace this code with class w-lg-500px.

Regards,
Lauris Stepanovs,
Keenthemes Support Team



Of course, and there is 1 more I found as well

line 165 of metronic_v8.1.6\components\dashboard-default-widgets\Widget8.vue

php echo Theme::getPageUrl('apps/projects/project')



Hi,

We already removed this code, it is just a link value so you can replace it with your page URL.

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