New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Laravel Livewire, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

KeenIcon issue


Hey,

I add rtl template into Asp.net Core & have issue in Keenicon not working fine while using rtl, but working fine while switch to ltr


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


Hey,

I use Boostrap v8.3.1 & the below my added css & Not working on RTL but working fine in LTR

<!--begin::Global Stylesheets Bundle-->
<link href="~/backend/css/plugins.bundle.css" rel="stylesheet" type="text/css" asp-append-version="true" />
<link href="~/backend/css/style.bundle.css" rel="stylesheet" type="text/css" asp-append-version="true" />

@if (isRTL)
{
<link href="~/backend/css/plugins.bundle.rtl.css" rel="stylesheet" asp-append-version="true" />

<link href="~/backend/css/style.bundle.rtl.css" rel="stylesheet" asp-append-version="true" />
}



<!--end::Global Stylesheets Bundle-->



Hi,

In our Metronic 8 Starterkit to switch to the RTL version, you can simply set the "Direction": "rtl", property in _keenthemes/config/themesettings.json, then restart the application.

If your project isn't based on our Starterkit, please make sure that you have added the following attributes to the html tag.

<html dir="rtl" direction="rtl" > ... </html>


Regards,
Lauris Stepanovs,
Keenthemes Support Team



Hi,

Can you please confirm the Metronic version are you using ? Metronic v8.3.1 ?
When you include RTL css have you included the default CSS as well ? The RTL css is additional CSS while the default CSS is required.

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