Gavick Templates (gkRestaurant) and Twitter Bootstrap

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Tue Mar 12, 2013 9:13 pm
I had created a component and tested on my desktop using a default Joomla 3.0 installation. I used bootstrap classes like .table, .table-striped, btn, btn-mini. All seemed fine.

I then uploaded to my site which is also Joomla 3.0 but with gKrestaurant as the template.

None of the bootstrap css seems to be working. I see the classes (ex. .table) applied to my HTML. And I see the bootstrap js in the page source.

But the bootstrap css is not there.

I didn't see anything specific to bootstrap in the wiki. Nor do I see anything that seems to apply when searching the forum.

Is there a setting I need to use to get it?

Thanks.

Walt Kirspel
User avatar
Fresh Boarder

GK User
Tue Mar 12, 2013 9:53 pm
P.S. I got around this by adding bootstrap.css to templates/gkrestaurant/css and going into templates/gkrestaurant/layouts/blocks/head.php and adding -

Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/bootstrap.css');


Not sure this is the best way. But it seems to work.
User avatar
Fresh Boarder


cron