Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • carlucci Friend
    #208864

    I want insert one custom.css in index.php.
    Where is this index.php?

    http://teline.punzi.es/

    pavit Moderator
    #577659

    Hi
    You cannot add a css file into an index.php file

    The index.php file for joomlart templates loads only the t3 framework plugin if you can give us more details on what are you trying to do we can be more helpful

    pavit Moderator
    #643953

    Hi
    You cannot add a css file into an index.php file

    The index.php file for joomlart templates loads only the t3 framework plugin if you can give us more details on what are you trying to do we can be more helpful

    pavit Moderator
    #742588

    Hi
    You cannot add a css file into an index.php file

    The index.php file for joomlart templates loads only the t3 framework plugin if you can give us more details on what are you trying to do we can be more helpful

    carlucci Friend
    #577688

    <em>@pavit 483305 wrote:</em><blockquote>Hi
    You cannot add a css file into an index.php file

    The index.php file for joomlart templates loads only the t3 framework plugin if you can give us more details on what are you trying to do we can be more helpful</blockquote>

    The right thing would be placed in:
    see attachment

    But not work!!

    pavit Moderator
    #577692

    Hi

    What you are doing is not needed , custom.css is already loaded by templatesja_teline_vtplsblockshead.php at line 56

    <?php
    // CUSTOM CSS
    if (is_file(T3_TEMPLATE_PATH . '/css/custom.css')) {
    $this->addStyleSheet(T3_TEMPLATE_URL . '/css/custom.css');
    }
    ?>

    So if you need to add a custom style you need to create a new file named custom.css into this folder templatesja_teline_vcss and add your style inside that file
    Take a look at the documentation HERE

    carlucci Friend
    #577696

    <em>@pavit 483352 wrote:</em><blockquote>Hi

    What you are doing is not needed , custom.css is already loaded by templatesja_teline_vtplsblockshead.php at line 56

    <?php
    // CUSTOM CSS
    if (is_file(T3_TEMPLATE_PATH . '/css/custom.css')) {
    $this->addStyleSheet(T3_TEMPLATE_URL . '/css/custom.css');
    }
    ?>

    So if you need to add a custom style you need to create a new file named custom.css into this folder templatesja_teline_vcss and add your style inside that file
    Take a look at the documentation HERE</blockquote>

    custom.css, I have placed in /template /ja_ teline_v / css
    It’s enough?
    Do not I have to do anything else?

    pavit Moderator
    #577698

    <blockquote>It’s enough?
    Do not I have to do anything else?</blockquote>

    If you added already that file than it is enough , you do not need to add anything else , later if you need to add new css code that will be not overrided by template updates then you need to add the code to the custom.css file

    carlucci Friend
    #577700

    <em>@pavit 483359 wrote:</em><blockquote>If you added already that file than it is enough , you do not need to add anything else , later if you need to add new css code that will be not overrided by template updates then you need to add the code to the custom.css file</blockquote>

    Thank very much!

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

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

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