Cannot get hot image

  • sobeinfo
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 9 months ago #19309 by sobeinfo
Cannot get hot Joomla gallery to work in my restaurant template version 2.5
Link

link

Tried enable and disable jquery modes in module.

Shows one main inmage but not slider in firefox. Shows an x in IE

HELP!

Please Log in to join the conversation.

More
11 years 9 months ago #19323 by ivan.milic
Replied by ivan.milic on topic Re: Cannot get hot image
open:

modules\mod_hot_joomla_gallery\tmpl\default.php

you will find:
Code:
<script type="text/javascript"> jQuery(window).bind("load", function() { jQuery("div#hot-joomla-gallery").slideViewerPro({ thumbs: <?php echo $thumbsNumber; ?>, autoslide: true, asTimer: <?php echo $timerValue; ?>, typo: <?php if ($userInput) { echo "true"; }else{ echo "false"; } ?>, galBorderWidth: <?php echo $bigImageBorder; ?>, galBorderColor: "<?php echo $bigImageBorderColor; ?>", thumbsBorderColor: "<?php echo $thumbBorderColor; ?>", thumbsActiveBorderColor: "<?php echo $activeThumbBorderColor; ?>", thumbsPercentReduction: <?php echo $thumbsSize; ?>, shuffle: false }); }); </script> change it with this: <script type="text/javascript"> jQuery(window).bind("load", function() { jQuery("div#hot-joomla-gallery").slideViewerPro({ thumbs: <?php echo $thumbsNumber; ?>, autoslide: true, asTimer: <?php echo $timerValue; ?>, typo: <?php if ($userInput) { echo "true"; }else{ echo "false"; } ?>, galBorderWidth: <?php echo $bigImageBorder; ?>, galBorderColor: "<?php echo $bigImageBorderColor; ?>", thumbsBorderColor: "<?php echo $thumbBorderColor; ?>", thumbsActiveBorderColor: "<?php echo $activeThumbBorderColor; ?>", thumbsPercentReduction: <?php echo $thumbsSize; ?>, shuffle: false, leftButtonInner: "<img src='http://fifiseafood.com/modules/mod_hot_joomla_gallery/images/circleleft32.png' width='32' height='32' alt='' />", rightButtonInner: "<img src='http://fifiseafood.com/modules/mod_hot_joomla_gallery/images/circleright32.png' width='32' height='32' alt='' />" }); }); </script>

Please Log in to join the conversation.

  • sobeinfo
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 9 months ago #19516 by sobeinfo
Replied by sobeinfo on topic Re: Cannot get hot image
Thanks but that did not work. Any other ideas?

Please Log in to join the conversation.

  • sobeinfo
    Inactive member
  • Topic Author
  • Member
  • Member
More
11 years 9 months ago #19517 by sobeinfo
Replied by sobeinfo on topic Re: Cannot get hot image
Only shows an x in Internet Explorer. I have tried with and without loading Jquery. In Firefox one slide shows but thumbnails do not. This is true with my gallery and the demo gallery.

Please Log in to join the conversation.

More
11 years 9 months ago #19521 by ivan.milic
Replied by ivan.milic on topic Re: Cannot get hot image
that had to work, send username/pwd using "Report To Moderator" so i sold check.

Please Log in to join the conversation.

More
11 years 9 months ago #19528 by ivan.milic
Replied by ivan.milic on topic Re: Cannot get hot image
ok fixed .

For others having this problem in modules\mod_hot_joomla_gallery\js\slideViewerPro.js , around line 55:

return this.each(function(){..

should be:

return this.each(function(j){
The following user(s) said Thank You: sobeinfo

Please Log in to join the conversation.

Time to create page: 0.295 seconds
Powered by Kunena Forum