Documentation v1.0.0

Preview Upgrade to Pro

Quick Setup

Right to Left (RTL) version of Ceres HTML Free can be easily setup with special Gulp and Webpack task that depends on Gulp RTLCSS  and RTLCSS  tools.

  1. Run gulp task with --rtlflag in theme/tools/folder to generate the RTL versions of CSS files.
    gulp --rtl
    
    For Webpack user, use below command.
    npm run build --rtl
    
  2. Switch CSS files to their RTL versions by adding *.rtl.csssuffix to files that have RTL versions generated in assets folder:
    <!--begin::Page Vendor Stylesheets(used by this page)-->
    <link href="assets/plugins/custom/prismjs/prismjs.bundle.rtl.css" rel="stylesheet" type="text/css" />
    <!--end::Page Vendor Stylesheets-->
    
    <!--begin::Global Stylesheets Bundle(used by all pages)-->
    <link href="assets/plugins/global/plugins.bundle.rtl.css" rel="stylesheet" type="text/css" />
    <link href="assets/css/style.bundle.rtl.css" rel="stylesheet" type="text/css" />
    <!--end::Global Stylesheets Bundle-->
    
  3. Add the language direction attribute to the root HTML tag:
    <html direction="rtl" dir="rtl" style="direction: rtl">
    
  4. Plugins that come with their own RTL support can be skipped from the general RTL conversion by adding them into the skip list in the gulp config file as shown below:
    "compile": {
        "rtl": {
            "enabled": false,
            "skip": [
                "select2",
                "line-awesome",
                "fontawesome5",
                "nouislider",
                "tinymce",
                "sweetalert2"
            ]
        }
    }
    
    For more info about the gulp config file please check - Gulp Build Options.
  5. Flip the KTMenu dropdown submenu alignment attributes as shown below:
    data-kt-menu-placement="bottom-start" => data-kt-menu-placement="bottom-end"
    data-kt-menu-placement="right-start" => data-kt-menu-placement="left-start"
    
Ceres HTML Free provides basic RTL support using the mentioned automation tools and further adjustments of the theme and related 3rd-party plugins for the full RTL support are responsibiliy of buyers.
Upgrade To Pro
Pro Version Benefits Free Pro
UI Elements 20 100
In-house Components 20 40
Crafted Pages 5 20
Complete Documentation
Product Support
Layout Builder
Source Vectors
Email Templates
User Management App
Calendar App
Chat App
Customers App
Upgrade to Ceres HTML Pro