Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.

Disable Tooltips

  • Scott Doucet
  • Scott Doucet's Avatar Topic Author
  • New Member
  • New Member
More
30 Mar 2014 21:18 #4449 by Scott Doucet
Disable Tooltips was created by Scott Doucet
Hi,

I would like to disable tooltips for the sermon lists, is there an easy way to accomplish this task? Thanks.

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

More
30 Mar 2014 21:43 #4450 by Thomas Hunziker
Replied by Thomas Hunziker on topic Disable Tooltips
That's only possible by overriding the layoutfile in your template.
www.sermonspeaker.net/documentation/layouting.html has some basics how layouting works.

At the top of the file, there is this call:
Code:
JHtml::_('bootstrap.tooltip');
This is responsible to load the JavaScript code for the tooltips. It does act on elements containing the CSS class "hasTooltip" and takes the "title" value to display a tooltip.
Removing that line will work as long as there is no other extension loading it.

To be sure, you would need to remove the CSS class from the elements. But that can be tricky in some cases.

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

Time to create page: 0.133 seconds
Powered by Kunena Forum