Hi,
just wondering how can i remove preloading option in slider or completely from site?
thanks in advance
Edgar
Hi,
just wondering how can i remove preloading option in slider or completely from site?
thanks in advance
Edgar
Hey,
the easiest way to hide the preloader is to change the default settings. In js/custom.js change:
jQuery('#main').kriesi_image_preloader({delay:100, callback:removeloader}); // activates preloader for non-slideshow images
to:
jQuery('#main').kriesi_image_preloader({delay:0, callback:removeloader}); // activates preloader for non-slideshow images
and
fadeInSpeed: 600,
maxLoops: 10,
callback: '',
delay:500
to:
fadeInSpeed: 0,
maxLoops: 10,
callback: '',
delay:0thanks,
yes, have removed all prelod, but it isn't removing this from slider?
(The Main accordion slider)
Strange - the accordion calls the standard preloader (with default settings - so if you set the delay to 0 all images will appear immediately after the loading process). Can you post a link please?
You must log in to post.