Site load effect

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Dec 17, 2013 10:56 am
Reply with quote
Report this post
If the site is loaded then the vistor must scroll to see all boxes, where can i deactivate this effect?
User avatar
Junior Boarder

GK User
Tue Dec 17, 2013 11:35 am
Reply with quote
Report this post
There is already fix for that - so the boxes visible on screen will show right away - would you like to apply it, or just remove the animations completely?
User avatar
Moderator

teitbite
Tue Dec 17, 2013 11:43 am
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings:

Code: Select all
.gkNspPM-Portfolio .gkImagesWrapper > a {
    opacity: 1 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}
User avatar
Moderator

GK User
Wed Dec 18, 2013 6:24 pm
Reply with quote
Report this post
Has teitbite's answer solved your problem?
User avatar
Moderator

GK User
Mon Jan 20, 2014 10:15 pm
Reply with quote
Report this post
Cyberek wrote:Has teitbite's answer solved your problem?


Sometimes yes, and sometimes no, any solution?
User avatar
Junior Boarder

teitbite
Wed Jan 22, 2014 7:36 am
Reply with quote
Report this post
Hi

Can You be more specific please ? :)
User avatar
Moderator

GK User
Wed Jan 22, 2014 10:01 am
Reply with quote
Report this post
i think it works only if i do any chages in css file, and works only for the first time, i need only to disable this effect...
User avatar
Junior Boarder

teitbite
Fri Jan 24, 2014 2:30 am
Reply with quote
Report this post
Hi

Ok, that sounds odd. Please send me an access to ftp. I'll try myself.
User avatar
Moderator

teitbite
Mon Jan 27, 2014 8:47 pm
Reply with quote
Report this post
Hi

I have commented out the code mentioned and looks like it stopped the animation. Literally 2 last classes from gk.stuff.css file
User avatar
Moderator


cron