Can you send me a download link to your template? Somehow the bootstrap.tooltip code is missing from you site, I’d like to check if this is not a template issue.
Optionally you can try to add
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});
});
</script>
Just before the tag in your template, but that is an ugly hack. It should work without this.
-
This reply was modified 8 years, 4 months ago by
Taracque.
-
This reply was modified 8 years, 4 months ago by
Taracque.
-
This reply was modified 8 years, 4 months ago by
Taracque.