create preloading on slider before data complete loaded

Posted in: Newsmag
Post count: 35

can you tell me how create lazyloading on slider before data complete loaded. so thereis not only blank area.
screenshot: http://prntscr.com/e5f96v

thanks.

Post count: 23312

Hello roqeem,

Notice that our theme has a lazy load effect can be enabled from Theme panel, like this -> https://www.screencast.com/t/X1pnIhwdFq1

Thanks for the message!

Post count: 35

hi catalin, I have been activate for this : http://prntscr.com/e62ski
but still no has a lazy load effect, anythings wrong?

thanks.

Post count: 23312

Hello roqeem,

If this setting is enabled, means that this option will work. Provide your website, so I can inspect it closer.

Thanks for them the message!

Post count: 35

my website is http://mediaharapan.com/

thanks.

Post count: 23312

Hello roqeem,

You should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-image-gradient:before{
display:none;
}

The result is here -> https://www.screencast.com/t/KOVFIiu5DN3

Thanks.

Post count: 35

hi Catalin,

thanks before, but its still no make lazy loading effect (http://prntscr.com/e777xz) that I mean, I mean some thing like this (http://prntscr.com/e777rj) before all data completely loaded on main slider.

screenshot implemented: http://prntscr.com/e7785d

thanks,

Post count: 23312

Hello roqeem,

Sorry for my bad understanding. I am glad that you could solve the problem with this CSS.

Thanks for the message!

Post count: 35

Hi Catalin, there is not working yet. http://prntscr.com/e7785d

thanks,

Post count: 23312

Hello roqeem,

Try to make it more important. Try the code below.

.td-image-gradient:before{
display:none!important;
}

Thanks.

Post count: 35

Hi Catalin please read my comments before (Feb 11, 2017 at 2:26 am), so you know what I mean.

thanks very much,

Post count: 23312

Hello roqeem,

Unfortunately, I am a bit confused and I do not exactly understand what you want to achieve. So, regarding on preloading, please notice that our theme has an option for this effect which can be enabled for each Block from the Block Settings, like this -> https://www.screencast.com/t/K604Yc7A For more information about this effect, please consult our documentation here -> https://forum.tagdiv.com/what-is-ajax-preloading/
Also, regarding the latest custom CSS code which I gave you above, it is working as expected. This code will hide the gradient which is placed at the bottom section of images on Slider, like this -> https://www.screencast.com/t/jpFu5l3TDh -> https://www.screencast.com/t/UGoENXMCqR
If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.

Thanks for the message and sorry if I wrong understand your request!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newsmag’ is closed to new topics and replies.