- Posts: 11
- Thank you received: 0
Hot Effects Rotator Loading Problem
-
stevenjonesonline@gmail.com
Inactive member -
- New Member
-
Less
More
13 years 9 months ago #8823
by stevenjonesonline@gmail.com
Replied by stevenjonesonline@gmail.com on topic Re: Hot Effects Rotator Loading Problem
Is this a common problem with this template? No fix?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8833
by ivan.milic
Replied by ivan.milic on topic Re: Hot Effects Rotator Loading Problem
Hi,
I have checked that javascript that is posted in this thread , it seams to me that code has error because you have d.MM_p[j]=new Image; it should be d.MM_p[j]=new Image(); . Also I'am not sure that is compatible with all browsers. Here is simple description of matter with code spinet:
elouai.com/javascript-preload-images.php
I have checked that javascript that is posted in this thread , it seams to me that code has error because you have d.MM_p[j]=new Image; it should be d.MM_p[j]=new Image(); . Also I'am not sure that is compatible with all browsers. Here is simple description of matter with code spinet:
elouai.com/javascript-preload-images.php
Please Log in to join the conversation.
-
stevenjonesonline@gmail.com
Inactive member -
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
13 years 9 months ago #8838
by stevenjonesonline@gmail.com
Replied by stevenjonesonline@gmail.com on topic Re: Hot Effects Rotator Loading Problem
Hi there,
Thanks for posting.
Unfortunately I've tried that, and the Rotator still doesn't work properly in FF or Safari.
I don't think it's a preloading issue - it looks more like a bug in the rotator which is displaying the last image first for a moment, and then runs through the rolling order.
Thanks for posting.
Unfortunately I've tried that, and the Rotator still doesn't work properly in FF or Safari.
I don't think it's a preloading issue - it looks more like a bug in the rotator which is displaying the last image first for a moment, and then runs through the rolling order.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8844
by ivan.milic
Replied by ivan.milic on topic Re: Hot Effects Rotator Loading Problem
Try to hide images initially. Add this someware in your css:
.gallery a img
{
display:none;
}
if that does not help you can also try this:
.gallery *
{
display:none;
}
.gallery a img
{
display:none;
}
if that does not help you can also try this:
.gallery *
{
display:none;
}
The following user(s) said Thank You: stevenjonesonline@gmail.com
Please Log in to join the conversation.
-
stevenjonesonline@gmail.com
Inactive member -
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
13 years 9 months ago #8845
by stevenjonesonline@gmail.com
Replied by stevenjonesonline@gmail.com on topic Re: Hot Effects Rotator Loading Problem
That works perfectly - thank you!

Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8847
by ivan.milic
Replied by ivan.milic on topic Re: Hot Effects Rotator Loading Problem
can you tell us which one worked for the others that may read this thread?
Please Log in to join the conversation.
Time to create page: 0.094 seconds