Responsive Table.

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 15, 2012 11:05 pm
Reply with quote
Report this post
I am adding a table wich contains 4 gk_news modules, I need the table and the modules to respond (responsive behavior )
I found a possible way AT http://www.zurb.com/playground/responsive-tables
but it did not work. or I did not where to upload the css and js attach.

Any ida on hoy can I make this happend.
User avatar
Expert Boarder

GK User
Thu Aug 16, 2012 12:31 am
Reply with quote
Report this post
You can attach your files by adding them in head.php file. Assuming you have copied your files to below locations.
css: templates/gk_fashion/css/responsive-tables.css
js: templates/gk_fashion/js/responsive-tables.js

Then edit below file
File: templates/gk_fashion/layouts/block/head.php

For css add at line 28 just before override.css
Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/responsive-tables.css');


For JS add at line 69
Code: Select all
$this->API->addJS($this->API->URLtemplate() . '/js/responsive-tables.js');


See you around...
User avatar
Platinum Boarder


cron