Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2016-04-05 16:39:49

livetv
Member
Registered: 2015-07-27
Posts: 6

auto RTL align

Hello,
how can i set auto right alighn when using rtl languages?

Thank you

Offline

#2 2016-04-05 17:14:55

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: auto RTL align

mmmmm I don't know if is possible.
Cannot help you with that, if is possible you will find the right options in the settings.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2016-04-13 11:07:57

livetv
Member
Registered: 2015-07-27
Posts: 6

Re: auto RTL align

page_head.tpl.php include the page_head.tpl that include the script than handling the site to use the rtl.css insted of the defalt ltr/

<?php if (erConfigClassLhConfig::getInstance()->getDirLanguage('dir_language') == 'ltr' || erConfigClassLhConfig::getInstance()->getDirLanguage('dir_language') == '') : ?>
<link rel="stylesheet" type="text/css" href="<?php echo erLhcoreClassDesign::designCSS('vendor/bootstrap/css/bootstrap.min.css;vendor/bootstrap/css/bootstrap-theme.min.css;css/material_font.css;css/app.css;css/override.css;css/datepicker.css');?>" />
<?php else : ?>
<link rel="stylesheet" type="text/css" href="<?php echo erLhcoreClassDesign::designCSS('vendor/bootstrap/css/bootstrap.min.css;vendor/bootstrap/css/bootstrap-theme.min.css;css/bootstrap-rtl.min.css;css/material_font.css;css/app.css;css/app-rtl.css;css/override_rtl.css;css/datepicker.css');?>" />
<?php endif;?>
<?php echo isset($Result['additional_header_css']) ? $Result['additional_header_css'] : ''?>

but what ever i tried the site doesnt load this rtl.css,

what i am doing wrong

Thank you

Offline

Board footer