problem with image rotation!!! urgent help please!

  • ole
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 5 months ago #11489 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)

Please Log in to join the conversation.

More
12 years 5 months ago #11502 by ivan.milic
give us link so we could see

Please Log in to join the conversation.

  • ole
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 5 months ago #11507 by ole

Please Log in to join the conversation.

More
12 years 5 months ago #11515 by ivan.milic
Hi,

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
  • Member
More
12 years 5 months ago #11532 by ole
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?

Please Log in to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #11570 by ivan.milic
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) { ?>
Last edit: 12 years 5 months ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.353 seconds
Powered by Kunena Forum