Disable animation for gk-points

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Sun Mar 09, 2014 6:46 am
Hi,

How can I disable animation for the bullet list in gk-points ?

I just want it to be displayed on page load, like the rest of the page.

Thanks
User avatar
Junior Boarder

GK User
Sun Mar 09, 2014 7:59 am
and also for gk-testimonials :)

Thanks
User avatar
Junior Boarder

teitbite
Sun Mar 09, 2014 6:16 pm
Hi

Please show me the exact pages I can see this elements.
User avatar
Moderator

GK User
Sun Mar 09, 2014 11:09 pm
Hi,

Here they are:

http://bit.ly/1nxDSI0

http://bit.ly/1lMbF1U

You may need to scroll for animation to "kick in" and display the elements.

Thanks
User avatar
Junior Boarder

teitbite
Mon Mar 10, 2014 9:52 pm
Hi

Please add this to css:

Code: Select all
.gk-points li {
opacity: 1 !important;
}

.gk-testimonials > div > div {
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
Tue Mar 11, 2014 2:33 am
Hello,

I added it to override.css and the behaviour is the same as previously.

I made sure I have "Use Override: Enabled" in the cloudhost option in theme.

Should I put it your code in a different file?
User avatar
Junior Boarder

teitbite
Tue Mar 11, 2014 8:10 pm
Hi

I do not see this code in override.css, Please check if code is copied correctly and if there is no cache still loading old file.

/wp-content/themes/CloudHost/css/override.css?ver=3.8.1
User avatar
Moderator

GK User
Tue Mar 11, 2014 11:01 pm
Done, thank you :)
User avatar
Junior Boarder

teitbite
Thu Mar 13, 2014 10:44 am
Hi

Ok. Glad I could help :)
User avatar
Moderator

GK User
Thu Apr 03, 2014 9:14 pm
Hi again,

I still have an issue with the following: http://bit.ly/1nxDSI0

When you scroll down, you will see there is still a little animation on the bullet points.

Could you please help me get rid of that?

Thank you :)
User avatar
Junior Boarder

teitbite
Fri Apr 04, 2014 8:11 pm
Hi

To be honest I do not see any animation this time, but there is a css code which makes it prepared for one, so lets try to overwrite it:

Code: Select all
.gk-points li {
    transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}
User avatar
Moderator

GK User
Mon Apr 07, 2014 11:16 pm
Hello,

It persists. I created a video showing it... it seems as if it jumps down when it reaches the middle of the screen when scrolling, first the right side and then the left side bullets:

http://screencast.com/t/9gWFEbJHBN

Thanks in advance.
User avatar
Junior Boarder

teitbite
Tue Apr 08, 2014 5:37 pm
Hi

Thanks, I have never noticed that. Here is a code to disable it:

Code: Select all
.gk-points li {
    top: 0 !important;
}
User avatar
Moderator

GK User
Tue Apr 08, 2014 8:07 pm
Thank you! :)
User avatar
Junior Boarder


cron