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

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


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