Artisteer 4.3 Bootstrap support


Author Message
gimpygeek@gmail.com

Posted: 8/15/2014
Quote message 

Artisteer Support,

In aszwbyour news post about the Artisteer 4.3 Beta. its states:

Bootstraps scripts support in Artisteer themes

Can you provide details?
 
Tina
Artisteer Team

Posted: 8/16/2014
Quote message 

We are very sorry for the confusion. We need to correct the announcement on the news page. It is not really support but more like "compatibility".
There was a conflict with bootstrap scripts(js) and Artisteer slider.
We solved this issue.

To use bootstrap media queries you just need to connect bootstrap stylesheet libraries to Artisteer templates.

To load bootstrap stylesheet libraries please try the following solution:
1.
open index.php file
2.
find the line below:
JHtml::_('behavior.framework', true);
3.
add this code right after the line above:
JHtml::_('bootstrap.tooltip');
$doc = JFactory::getDocument();
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap.css');
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap.min.css');
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap-responsive.min.css');
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap-extended.min.css');
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/icomoon.css');
 
Jimmy

Posted: 8/18/2014
Quote message 

If it's this easy why not just have it included. I for one don't like opening up files to hack the code.
 
shawn

Posted: 8/27/2014
Quote message 

Wow - I almost upgraded, expecting full bootstrap support - this is just a hack. Please include real boostrap support or integration tools.
 
Dave B

Posted: 8/28/2014
Quote message 

Yes please do. Why not just add this? Is there a reason it's not?
 
Sumit Ojha

Posted: 12/23/2014
Quote message 

Artisteer is very nice application for web design. I want to see Bootstraps in artisteer..

Please add the bootstraps in artiste
 
Raghunandan

Posted: 2/26/2015
Quote message 

Artisteer Team

Which Index file you are referring to. I dint find the above line in my index.php, what in this case. I wanted to use Bootstrap Select menu and forms in my existing artisteer project.
 
Steve Baxter

Posted: 1/25/2016
Quote message 

Hello - I just did the above edit to my templates index.php to fix some formatting issues with the Easy Profile component and it worked fine - with an odd side effect. My module block headers have doubled in height and no longer look like the Artisteer design. I've reduced the Block -> Header - Vertical Padding from 8 to 0 which has made them smaller but they are still too big. Any idea how to fix this?
 
Leda Ford

Posted: 4/12/2018
Quote message 

Quote Steve Baxter:

Hello - I just did the above edit to my templates index.php to fix some formatting issues with the Easy Profile component and it worked fine - with an odd side effect. My module block headers have doubled in height and no longer look like the Artisteer design. I've reduced the Block -> Header - Vertical Padding from 8 to 0 which has made them smaller but they are still too big. Any idea how to fix this?


I have the same problem, Tina. When I use the code you gave us, the side blocks/modules headers are immediately modified. A 8px padding and 1px border is created around the blocl header and I changing that on template css doesn't make any difference. Please help!