images flashing

  • merrickj
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 2 months ago #24994 by merrickj
images flashing was created by merrickj
Just installed in my new site (under construction)
Can't seem to get the images to stop flashing in Chrome or IE9
progressiveli.org/index.php/students/learning

Please Log in to join the conversation.

More
11 years 2 months ago #25003 by ivan.milic
Replied by ivan.milic on topic images flashing
try this, open:

modules/mod_hot_joomla_zoomer/js/jquery.zoomer.js

around line 216 after this:

showItem: function (Item) {
var self = this;

add this:

Item.parent().find('IMG[iindex!="' + Item.attr('iindex') + '"][iindex!="' + (self.current ? self.current.attr('iindex'): "NON" ) + '"]').hide();

Please Log in to join the conversation.

  • merrickj
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 2 months ago #25005 by merrickj
Replied by merrickj on topic images flashing
Thank you for your help. I added the line.

Now there are no images displayed.

progressiveli.org/index.php/students/learning

Please Log in to join the conversation.

More
11 years 2 months ago #25012 by ivan.milic
Replied by ivan.milic on topic images flashing
try:

Item.parent().find('IMG[iindex!="' + Item.attr('iindex') + '"][iindex!="' + (self.current ? self.current.attr('iindex'): "NON" ) + '"]').stop(true,true).fadeOut(0);

Please Log in to join the conversation.

  • merrickj
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 2 months ago #25031 by merrickj
Replied by merrickj on topic images flashing
Strange, when i logged on this morning it was showing one image only.
Took out the changes and went back to original JS, bingo it works.

Thanks for your help, don't know why it was flashing at first, did several reboots.

Please Log in to join the conversation.

Time to create page: 0.301 seconds
Powered by Kunena Forum