- Posts: 4
- Thank you received: 0
question on a graphic bug
-
altea
Inactive member - Topic Author
- New Member
Less
More
14 years 1 month ago #4085
by altea
question on a graphic bug was created by altea
First off great extension!!
I have a little question, I'm using this on a website with large, thus heavy, images. When the page is loading the first time (the images are not in cache yet) instead of showing 1 image and starting the animation it shows me almost every image while they are loading, just for a few seconds.
Is there a way so it doesn't show the all images? Like shomething that shows the images only when they are all loaded?
Here is the link to the website so you can check it out.
www.glanzhof.altea.it/hotel-benessere.html
I have a little question, I'm using this on a website with large, thus heavy, images. When the page is loading the first time (the images are not in cache yet) instead of showing 1 image and starting the animation it shows me almost every image while they are loading, just for a few seconds.
Is there a way so it doesn't show the all images? Like shomething that shows the images only when they are all loaded?
Here is the link to the website so you can check it out.
www.glanzhof.altea.it/hotel-benessere.html
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 4 weeks ago #4097
by ivan.milic
Replied by ivan.milic on topic Re: question on a graphic bug
Hi,
Try this:
In css file:
/modules/mod_hot_effects_rotator/tmpl/style.css
Add display:none; to the following:
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
That will have effect before jQuery take over.
Try this:
In css file:
/modules/mod_hot_effects_rotator/tmpl/style.css
Add display:none; to the following:
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
That will have effect before jQuery take over.
Please Log in to join the conversation.
-
altea
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
14 years 4 weeks ago #4117
by altea
Replied by altea on topic Re: question on a graphic bug
mmm I tried it.
But it doesn't change, if I remember right the Jquery loads as soon as the DOM is loaded so before all the images are loaded.
www.glanzhof.altea.it/wellness-hotel-marlengo.htm
But it doesn't change, if I remember right the Jquery loads as soon as the DOM is loaded so before all the images are loaded.
www.glanzhof.altea.it/wellness-hotel-marlengo.htm
Please Log in to join the conversation.
-
altea
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
14 years 3 weeks ago #4225
by altea
Replied by altea on topic Re: question on a graphic bug
Anyone has any suggestion?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 weeks ago #4263
by ivan.milic
Replied by ivan.milic on topic Re: question on a graphic bug
I'am sorry for wrong answer nivoSlider is inserted by jQuery itself .
The correct solution would be to
add display:none; at:
#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
that is in /modules/mod_hot_effects_rotator/tmpl/style.css also.
The correct solution would be to
add display:none; at:
#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
that is in /modules/mod_hot_effects_rotator/tmpl/style.css also.
Please Log in to join the conversation.
-
altea
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
Time to create page: 0.179 seconds