- Posts: 7
 - 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.
Mouseovers Not Working
- Jon Bauerle
 - 
            
Topic Author
 - Offline
 - New Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                22 Sep 2013 01:03         -  22 Sep 2013 02:30        #3890
        by Jon Bauerle
    
    
    
            
            
            
            
                                
    
                                                
    
        Mouseovers Not Working was created by Jon Bauerle            
    
        Hello!
None of the popup tooltips are working for us... here is an example:
met3.downbeatdev.com/index.php/2013-08-2...essagetiles/serie/45
If you mouseover the speaker or any of the column headings, you will see it.
Also, on most of the layouts, it tries to use the popup player, even if I have it disabled. Are there any suggestions on how to fix this? The above link is an example.
Thanks!
Jon
    None of the popup tooltips are working for us... here is an example:
met3.downbeatdev.com/index.php/2013-08-2...essagetiles/serie/45
If you mouseover the speaker or any of the column headings, you will see it.
Also, on most of the layouts, it tries to use the popup player, even if I have it disabled. Are there any suggestions on how to fix this? The above link is an example.
Thanks!
Jon
        Last edit: 22 Sep 2013 02:30  by Jon Bauerle.            
            Please Log in or Create an account to join the conversation.
- Thomas Hunziker
 - 
            
                                 - Offline
 - Administrator
 - 
            
         
            
        
                22 Sep 2013 08:07                #3891
        by Thomas Hunziker
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Thomas Hunziker on topic Mouseovers Not Working            
    
        Can you check the layout files and change the JHtml call from behavior.tooltip to bootstrap.tooltip?
I can have a look tomorrow, but mayne that helps.
    I can have a look tomorrow, but mayne that helps.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
 - 
            
                                 - Offline
 - Administrator
 - 
            
         
            
        
                22 Sep 2013 23:16                #3893
        by Thomas Hunziker
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Thomas Hunziker on topic Mouseovers Not Working            
    
        Have a look at this thread: 
    www.sermonspeaker.net/forum/sermonspeake...-sermons-module.html
It may be a similar issue, only this time with the component and you would have to check the file in /components/com_sermonspeaker/views/Serie/tmpl/table.php (for the serie view).
    It may be a similar issue, only this time with the component and you would have to check the file in /components/com_sermonspeaker/views/Serie/tmpl/table.php (for the serie view).
Please Log in or Create an account to join the conversation.
- Jon Bauerle
 - 
            
Topic Author
 - Offline
 - New Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 7
 - Thank you received: 0
 
            
        
                23 Sep 2013 01:58                #3895
        by Jon Bauerle
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Jon Bauerle on topic Mouseovers Not Working            
    
        I've changed this:
To This:
But that did not fix it. Any other suggestions?
    Code:
<?php
defined('_JEXEC') or die;
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers');
JHtml::_('behavior.tooltip');
JHtml::_('behavior.modal');
JHtml::_('bootstrap.tooltip');
Code:
<?php
defined('_JEXEC') or die;
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers');
JHtml::_('bootstrap.tooltip');
JHtml::_('behavior.modal');
JHtml::_('bootstrap.tooltip');
But that did not fix it. Any other suggestions?
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
 - 
            
                                 - Offline
 - Administrator
 - 
            
         
            
        
                23 Sep 2013 11:24                #3898
        by Thomas Hunziker
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Thomas Hunziker on topic Mouseovers Not Working            
    
        You could remove one of those two calls, but it doesn't hurt if they are doubled. Joomla takes care of this.
To me it looks like an issue with your template, as it works when I try it with the Protostar template (by using the &template=protostar parameter)
It looks like the template you are using is a commercial one. So you may have to ask their support for guidance as I can't have a closer look myself.
    To me it looks like an issue with your template, as it works when I try it with the Protostar template (by using the &template=protostar parameter)
It looks like the template you are using is a commercial one. So you may have to ask their support for guidance as I can't have a closer look myself.
Please Log in or Create an account to join the conversation.
        Time to create page: 0.223 seconds