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

RTL build for Metronic 8.1.2


Hi keenthemes,

the default build successfully built <a>

while RTL didn't successed, here's the log : <a>

Any thoughts ?

NB : did all from scratch, get the new 8.1.2 folder ready, no node mudules, install npm, yarn on tools ... everythin wen well.

Thank you


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


Hi,

Here is the workaround fix for _toastr.scss file. We will include it in the next release.

src/sass/vendors/plugins/_toastr.scss

Replace;

background-position: 1.5rem center #{"/*rtl:calc(100% - 1.5rem) center*/"} !important;


with;

// this is for RTL
background-position: calc(100% - 1.5rem) center !important;
/*rtl:ignore*/
background-position: 1.5rem center !important;


Thanks



Hi riterix,

In the file; /metronic_v8.1.2/html/demo1/src/sass/vendors/plugins/_plugins.scss

Can you comment on this line first as a workaround? While we are working on the fix.


// @import "toastr";


Webpack build should be working after commenting the @import toastr line.

Thanks



Hi Faizal,

It worked like a charm.

Thank you man.



Hi riterix,

"everythin wen well", Do you mean the above issue is already solved?

Thanks



Hi Faizal, Thank's for the quick reply.

I said it went well for the LTR.

But for the RTL it displays an error, I left you the trace log.

Any idea why it didn't compile for the RTL?

Thank you


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