Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sofian Friend
    #205782

    hi

    on the head.php file there is this code ::

    [PHP]<?php
    // CUSTOM CSS
    if(is_file(T3_TEMPLATE_PATH . ‘/css/custom.css’)) {
    $this->addStyleSheet(T3_TEMPLATE_URL.’/css/custom.css’);
    }
    ?>[/PHP]

    this for custom.css in css folder ,
    but need add code to css/rtl folder too .

    i wish from you please developers to add it for rtl .
    i will add this code now but in future updates i will not remember this edit and going to mess my site when the head.php file is overiting by update .

    [PHP]<?php
    // CUSTOM CSS
    if(is_file(T3_TEMPLATE_PATH . ‘/css/rtl/custom.css’)) {
    $this->addStyleSheet(T3_TEMPLATE_URL.’/css/rtl/custom.css’);
    }
    ?>[/PHP]

    thank you

    Saguaros Moderator
    #568180

    Another way is that you can add your custom css inside the local folder of template: templatesja_hotellocalcssrtl

    Saguaros Moderator
    #733276

    Another way is that you can add your custom css inside the local folder of template: templatesja_hotellocalcssrtl

    sofian Friend
    #568328

    <em>@Saguaros 470164 wrote:</em><blockquote>Another way is that you can add your custom css inside the local folder of template: templatesja_hotellocalcssrtl</blockquote>

    sorry
    tesdet and not works

    thanks

    sofian Friend
    #568329

    tested on ja magz not on ja_hotel

    Saguaros Moderator
    #568402

    You can post your site URL here and tell me the style you tested, I will take a look. (if possible, PM me admin + ftp account of your site, it’s better with a closer look)

    Saguaros Moderator
    #733498

    You can post your site URL here and tell me the style you tested, I will take a look. (if possible, PM me admin + ftp account of your site, it’s better with a closer look)

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Saguaros 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum