Sorry bkrztuk, it could be my english.
i`ll explain the problem from 0.
I have a proyect with startup template. (
http://www.innovacion.asimex.us)
In header position, i have chosen a "custom module" with this code. (this is the hole code)
- Code: Select all
<div class="gkFeatures gkPerspective">
<a class="gkhogar" href="#" data-animation="flip" data-delay="0"><span>Carflor Hogar</span></a>
<a class="gksalud" href="#" data-animation="flip" data-delay="150"><span>Carflor Salud</span></a>
<a class="gkfamilia" href="#" data-animation="flip" data-delay="300"><span>Carflor familia</span></a>
<a class="gkaranevents" href="#" data-animation="flip" data-delay="450"><span>Aran Events</span></a></div>
<div class="gkFeatures2 gkPerspective">
<a class="gksad" href="#" data-animation="flip" data-delay="0"><span>SAD</span></a>
<a class="gkurgencias" href="#" data-animation="flip" data-delay="150"><span>Urgencias</span></a>
<a class="gkreftutelar" href="#" data-animation="flip" data-delay="300"><span>Tutelar</span></a></div>
<div class="gkFeatures gkPerspective">
<a class="gkhogar" href="#" data-animation="scale" data-delay="0"><span>Carflor Hogar</span></a>
<a class="gksalud" href="#" data-animation="scale" data-delay="150"><span>Carflor Salud</span></a>
<a class="gkfamilia" href="#" data-animation="scale" data-delay="300"><span>Carflor familia</span></a>
<a class="gkaranevents" href="#" data-animation="scale" data-delay="450"><span>Aran Events</span></a></div>
you can see, i have created three diferents div (div1- 4 images, div2- 3 images, div3- 4 images).
this module is header position and home page.
Now, website is...
When you write
http://www.innovacion.asimex.us on the url bar you see...
- logo
- main menu
- black background (in header position)
- Text. "Carflor 24 horas..."
- ...
If you touch the wheel of your mouse, and you does scroll down (i don't know how to say in english exactly), you can see ...
- logo
- main menu
-
images (custom module in header position) after an animation - Text "Carflor 24 horas..."
- ...
The problem...
I need to see the custom module in header position with animation, but
without scrolling, because if a users dont`t touch the whell of their mouses, they can`t see the images.
Notes: If i
try adding a class "loaded" to each <a> element. This should display images while page is shown. how said teitbite, the imagen is loaded, but nobody can see the animations. (i did that, it doesn´t fix the problem, so i delete the class "loaded" in code).
In other post (Tue Mar 12, 2013 11:59 am), you suggest change the code in script, i did that, but it doesn`t fix the problem. Now line 107 in script is
- Code: Select all
var currentPosition = 1000;
i don't know if i can help you more. Of course, I don`t know the solution to the problem. Help, please.