Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • basdc Friend
    #187488

    Hi All

    I have created a responsive table in JA Brisk but need to put some code in the head section to get it to work but really having trouble finding the folder that its in??
    I have got this responsive table working on another site using this article and it works a treat 🙂 [joostrap template]

    http://www.concrete5.org/documentation/how-tos/designers/make-responsive-tables/

    Thanks for any help

    Barry

    Ninja Lead Moderator
    #492866

    This way will help you add it into head section

    1) Putting css style sheet support in responsive table to JA Template Brisk

    <blockquote>templates/ja_brisk/css/responsive_table.css</blockquote>

    2) Open templates/ja_brisk/tpls/blocks/head.php file

    Add new script into end of file

    <blockquote>
    <link href=”<?php echo T3_TEMPLATE_URL ?>/css/responsive_table.css” rel=”stylesheet” />
    </blockquote>

    basdc Friend
    #493264

    Thanks for fast response

    Pasted code from http://www.concrete5.org/documentation/how-tos/designers/make-responsive-tables/ and all works fine.

    Don’t know why I need to add the line <link href=”<?php echo T3_TEMPLATE_URL ?>/css/responsive_table.css” rel=”stylesheet” />

    as suggested as all seems to work ok without it? Do I still need to add this code for some reason that I don’t know?

    Thanks for help

    Barry 🙂

    Ninja Lead Moderator
    #493357

    <blockquote><link href=”<?php echo T3_TEMPLATE_URL ?>/css/responsive_table.css” rel=”stylesheet” /></blockquote>

    You only need to add this reference if you add css code from that article into file named: responsive_table.css

    In case that you add into another location and it works fine now, there is no need to add above line

    Hope it make senses.

    Regards

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 6 months ago.

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