question on a graphic bug

  • altea
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 1 month ago #4085 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

Please Log in to join the conversation.

More
14 years 1 month ago #4097 by ivan.milic
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.

Please Log in to join the conversation.

  • altea
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 1 month 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

Please Log in to join the conversation.

  • altea
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 1 month 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.

More
14 years 1 month ago #4263 by ivan.milic
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.

Please Log in to join the conversation.

  • altea
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 1 month ago - 14 years 1 month ago #4269 by altea
Replied by altea on topic Re: question on a graphic bug
Perfect Thanks. Worked fine.
Last edit: 14 years 1 month ago by altea.

Please Log in to join the conversation.

Time to create page: 0.160 seconds
Powered by Kunena Forum