Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question Template error?

More
7 years 6 months ago #204564 by JK
Replied by JK on topic Template error?
Make this change to your Artisteer template:

1. In Extensions > Templates > Styles > Your template open index.php file

2. find the line :
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');

May fix many of your problems. Artisteer is still the best Joomla template maker, such a shame its not being developed anymore.

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

More
7 years 5 months ago #204641 by Laurine
Replied by Laurine on topic Template error?
Still not perfect, but faaaaar better with that! Thanks! :kiss: :kiss: :kiss:

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

More
5 years 11 months ago #212866 by hjw
Replied by hjw on topic Template error?
I posted an answer here

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

Time to create page: 0.249 seconds