The Thinkery

Not finding what you're looking for? Don't hesitate to contact us!

Before Posting...

Before posting questions in the forums, please be sure to read the FAQs by clicking on the FAQs link in the sidebar product menu. You must be logged in and have a valid subscription to access the SUPPORT FORUMS.
×
Support Policy Notice

As outlined in our Rules section (though never closely followed by our staff!), effective immediately we will no longer be taking time to provide customizations of our products.

× PLEASE DO NOT POST SUPPORT QUESTIONS HERE!

Not working after installation, what to do?

  • mikael@bjors.se
  • mikael@bjors.se's Avatar Topic Author
  • Offline
  • Puzzler
  • Puzzler
More
6 years 7 months ago #50296 by mikael@bjors.se
mikael@bjors.se replied the topic: Not working after installation, what to do?
Found a solution at Artisteer site, that seems to work for me. A solution for something else, but bootstrap :)
Now I seems to get my columns :)

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');

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #50297 by tim
tim replied the topic: Not working after installation, what to do?
:woohoo:

Thanks for your patience.

Please Log in or Create an account to join the conversation.

  • mikael@bjors.se
  • mikael@bjors.se's Avatar Topic Author
  • Offline
  • Puzzler
  • Puzzler
More
6 years 7 months ago #50298 by mikael@bjors.se
mikael@bjors.se replied the topic: Not working after installation, what to do?
Is there no way to change the display order of staff, after they been put in into the system?

Please Log in or Create an account to join the conversation.

Moderators: vinny
Time to create page: 0.186 seconds