Try to add this lines to your template’s index.php file:
JHtml::_(‘bootstrap.framework’);
JHtml::_(‘bootstrap.tooltip’);
just after the
defined(‘_JEXEC’) or die;
line, maybe that will help. But it seems, that the template css is not ready for tooltips, so it will not be perfect.