- Posts: 3
- Thank you received: 0
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.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
Latest Sermons Module
- Robert Grimm
-
Topic Author
- Offline
- New Member
-
Less
More
16 Sep 2013 02:19 #3873
by Robert Grimm
Latest Sermons Module was created by Robert Grimm
In the Latest Sermons Module I have it set to show the tooltip when hovering over an sermon in the list
However the tool tip is showing the html tags rather than interpreting them
Using module 5.01
planetgrimm.org/nccc/index.php/latest-sermons
link to my testing site above
However the tool tip is showing the html tags rather than interpreting them
Using module 5.01
planetgrimm.org/nccc/index.php/latest-sermons
link to my testing site above
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
16 Sep 2013 14:09 #3874
by Thomas Hunziker
Replied by Thomas Hunziker on topic Latest Sermons Module
To me it looks like part of the tooltip JavaScript function is missing in your template somehow.
When I test it with the default Protostar template I see this JavaScript code loaded:
I have no clue why it isn't there in your template. The module has a call that looks like this:
Which should load the needed JavaScript code.
When I test it with the default Protostar template I see this JavaScript code loaded:
Code:
jQuery(document).ready(function()
{
jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});
});
I have no clue why it isn't there in your template. The module has a call that looks like this:
Code:
JHtml::_('behavior.tooltip');
Which should load the needed JavaScript code.
Please Log in or Create an account to join the conversation.
- Robert Grimm
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
16 Sep 2013 20:01 #3875
by Robert Grimm
Replied by Robert Grimm on topic Latest Sermons Module
Not even sure where to look for this in the template.
I'm using Joomlage066_Presence template
I'm using Joomlage066_Presence template
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
16 Sep 2013 22:25 #3879
by Thomas Hunziker
Replied by Thomas Hunziker on topic Latest Sermons Module
I found a free template from them which has the same issue. After playing around and digging into Joomla sourcecode I found that apprently I have to use
instead of
now.
You can change that in your installation in the file /modules/mod_latestsermons/tmpl/default.php on line 8. I will change that for future releases as well.
I will have to dig into that a bit more to understand why it works in Protostar and my own template. I guess there is another module or so which already loads that for me.
Code:
JHtml::_(bootstrap.tooltip');
instead of
Code:
JHtml::_('behavior.tooltip');
now.
You can change that in your installation in the file /modules/mod_latestsermons/tmpl/default.php on line 8. I will change that for future releases as well.
I will have to dig into that a bit more to understand why it works in Protostar and my own template. I guess there is another module or so which already loads that for me.
Please Log in or Create an account to join the conversation.
- Robert Grimm
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
17 Sep 2013 13:05 #3888
by Robert Grimm
Replied by Robert Grimm on topic Latest Sermons Module
Thanks, That worked!!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.151 seconds