Topic-icon Disable tooltips on registration

Active Subscriptions:

None
12 years 1 month ago #43632 by drjjw
Hi Alex,

For some reason on the tooltips don't display properly on my site when hovering over username/password etc in view:

component/jfbconnect/?view=loginregister&provider=twitter&return=

The tooltip floats way off to the left side. I realize this is likely a conflict with my template but in:

components/com_jfbconnect/views/loginregister/tmpl/default.php

The tooltips seem to get pulled in automatically with the bootstrap .js/.css (even though I have set JFB bootratrp to not load). Is there anyway to disable the hasTooltip fom this form?

Jordan
The topic has been locked.
Support Specialist
12 years 1 month ago #43715 by alzander
The tooltips there are not from Bootstrap but a built-in Joomla call. Try editing (or creating an override for) the /components/com_jfbconnect/views/loginregister/tmpl/default.php file. Around line 12, you'll see:
JHtml::_('behavior.tooltip');
Try commenting that line out and see if it properly removes the tooltips for you.

I hope that helps,
Alex
The topic has been locked.