Essential Grid Loading Animation

Hi there,

I’m trying to create a home page where the main elements are made up of essential grid items. Some of these have a loading animation. Like cobbles slides down from the top.

Is there a way to turn this off?

Site:

http://www.tickething.decorolux.com/

Thanks!

Hello @Pbalazs89,

Thanks for asking. :slight_smile:

You can refer following post to turn off load animation http://www.themepunch.com.cach3.com/index.html@p=4665

Thanks.

Hi Prasant,

Unfortunately, this did not do the trick.
I did turn it to 0ms, but this refers to another animation.
The animation that is bothering me is the ‘‘slide down from top’’ which is not accessible from the backend as far as I can see.

Hi there,

It must be an option available in the Essential Gris but unfortunately, I could not find the proper one. I wonder if the Lazy Load is the option:
https://www.themepunch.com/essgrid-doc/optimization/

If not you will need to try almost all options as they are other cases that the height animation is not there, so it is 100% an option somewhere.

I also suggest that you check the documentation of the plugin:
https://www.themepunch.com/essgrid-doc/essential-grid-documentation/

Thank you,

Well that’s what I tried, but I haven’t been able to come up with anything. Isn’t there some css that can disable the opening animation?

mmm… I’m not sure if it will work, would you please kindly add the CSS code below to X > Launch > Options > CSS:

.esg-grid .itemtoshow {
	transform: none !important;
}

If it is not working kindly get back to us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Maybe we can find a solution that way.

Thank you.

Unfortunately, that did not achieve the desired effect.

Secure note added to last comment.

Thanks!

Hi there,

I did my best to disable the first animation but I couldn’t it seems to be a bug in this version of the Essential Grid.

The documentation explicitly states how to disable the animation:

That is not working even in my local installation. I will inform this to our development team so that they will be in contact with the Essential Grid developer to report them this as a bug.

Here is the report:

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.