Skip to Content Skip to Menu

rtl.css isn't loading and How to Slove!

  • Alireza_H
  • Alireza_H
  • OFFLINE
  • Posts: 1
  • Thanks: 3
  • Karma: 0
12 years 7 months ago - 11 years 10 months ago #191674 by Alireza_H
rtl.css isn't loading and How to Slove! was created by Alireza_H
Hello

CB is not load rtl.css in RTL Language site (like Persian site ) !
file load from url: example.com/components/com_comprofiler/plugin/templates/default/rtl.css/rtl.css !!!

please slove this problem in the next version;

File: administrator/components/com_comprofiler/comprofiler.class.php
Line: 1512
Code:
if ( file_exists( selectTemplate( 'absolute_path' ) ) ) { $rtlPath = selectTemplate() . 'rtl.css'; } else { $rtlPath = selectTemplate( 'live_site', 'default' ); } $_CB_framework->document->addHeadStyleSheet( $rtlPath . '/rtl.css', false, $media ); }

change to this:
Code:
if ( file_exists( selectTemplate( 'absolute_path' ) ) ) { $rtlPath = selectTemplate(); } else { $rtlPath = selectTemplate( 'live_site', 'default' ); } $_CB_framework->document->addHeadStyleSheet( $rtlPath . 'rtl.css', false, $media ); }

(Thanks for mouchoon)

Best Regard
Alireza
Last edit: 11 years 10 months ago by Alireza_H.
The following user(s) said Thank You: Ham3d, mohammadx90, nimado

Please Log in or Create an account to join the conversation.

11 years 7 months ago #219639 by mohammadx90
Replied by mohammadx90 on topic rtl.css isn't loading and How to Slove!
Thank you Alireza. It worked with mine: cb 1.9 :cheer:

Dear cb staff: please solve this issue in the nex version.
The following user(s) said Thank You: Alireza_H

Please Log in or Create an account to join the conversation.

  • ghtheking
  • ghtheking
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 0
10 years 9 months ago #238526 by ghtheking
Replied by ghtheking on topic rtl.css isn't loading and How to Slove!
Thank you very much

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum