- Posts: 3
- Thank you received: 0
images flashing
-
merrickj
Inactive member - Topic Author
- New Member
Less
More
11 years 10 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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 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();
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
Less
More
- Posts: 3
- Thank you received: 0
11 years 10 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
Now there are no images displayed.
progressiveli.org/index.php/students/learning
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 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);
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
Less
More
- Posts: 3
- Thank you received: 0
11 years 10 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.
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.242 seconds