- Posts: 23
 - Thank you received: 0
 
problem with image rotation!!! urgent help please!
- 
        ole
Inactive member - 
            
				
                            Topic Author
                                 - Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                14 years 3 weeks ago                #11489
        by ole
    
    
            
            
            
            
            
                                
    
                                                
    
        problem with image rotation!!! urgent help please! was created by ole            
    
        Hello
I just installed Hot newsflash and everyting went well. I have published the module and I see that on my right the news titles rotate but on the left the images and text linked to the given news DO NOT.
How can I make them rotate?
thank you very much for your help
(info: I have J1.7.1)
I just installed Hot newsflash and everyting went well. I have published the module and I see that on my right the news titles rotate but on the left the images and text linked to the given news DO NOT.
How can I make them rotate?
thank you very much for your help
(info: I have J1.7.1)
Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                14 years 3 weeks ago                #11502
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Re: problem with image rotation!!! urgent help please!            
    
        give us link so we could see    
Please Log in to join the conversation.
- 
        ole
Inactive member - 
            
				
                            Topic Author
                                 - Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 23
 - Thank you received: 0
 
            
        
                14 years 3 weeks ago                #11507
        by ole
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ole on topic Re: problem with image rotation!!! urgent help please!            
    
        
    www.ole.lu
thank you!!!
thank you!!!
Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                14 years 3 weeks ago                #11515
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Re: problem with image rotation!!! urgent help please!            
    
        Hi,
open \modules\mod_hot_newsflash\tmpl\default.php
note this part of source:
change "jquery" to "jQuery" (four appearances), note exact case: "jQuery" ,"Q" in only letter uppercase.
open \modules\mod_hot_newsflash\tmpl\default.php
note this part of source:
Code:
<?php if ($noConflictMode!=0) { ?>
	<script type="text/javascript">jQuery.noConflict();</script>
	<script type="text/javascript">
    	jQuery(document).ready(function(jquery) {
            jquery("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", <?php echo $speed; ?>, true);
        });
    </script>
<?php }else{ ?>
<script type="text/javascript">
	jQuery(document).ready(function(jquery) {
            jquery("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", <?php echo $speed; ?>, true);
        });
</script>
<?php } ?>
change "jquery" to "jQuery" (four appearances), note exact case: "jQuery" ,"Q" in only letter uppercase.
Please Log in to join the conversation.
- 
        ole
Inactive member - 
            
				
                            Topic Author
                                 - Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 23
 - Thank you received: 0
 
            
        
                14 years 3 weeks ago                #11532
        by ole
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ole on topic Re: problem with image rotation!!! urgent help please!            
    
        Hello Ivan,
tahnk you for your email. I did what you suggested but not only it did not work but not not event the titles rotate....
see www.ole.lu
any other suggestions?
tahnk you for your email. I did what you suggested but not only it did not work but not not event the titles rotate....
see www.ole.lu
any other suggestions?
Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                14 years 3 weeks ago         -  14 years 3 weeks ago        #11570
        by ivan.milic
    
    
    
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Re: problem with image rotation!!! urgent help please!            
    
        It seams like you changed a little bit more than I said. Return letter case in this two lines above the code I told you to change to original state (lowercase):
<?php if ($enablejQuery!=0) { ?>
<script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_newsflash/js/jquery.min.js"></script>
<?php } ?>
<script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_newsflash/js/jquery-ui.min.js"></script>
<?php if ($noConflictMode!=0) { ?>
<?php if ($enablejQuery!=0) { ?>
<script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_newsflash/js/jquery.min.js"></script>
<?php } ?>
<script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_hot_newsflash/js/jquery-ui.min.js"></script>
<?php if ($noConflictMode!=0) { ?>
        Last edit: 14 years 3 weeks ago  by ivan.milic.            
            Please Log in to join the conversation.
        Time to create page: 0.355 seconds