Home › Forums › Pro Version › Using an animated gif instead of word "Loading…" › Reply To: Using an animated gif instead of word "Loading…"
December 9, 2015 at 3:31 pm
#9199
Keymaster
Hi D,
Please open file wmljs.js under wp-content/plugins/wp-masonry-layout-pro/js. In line 28, replace this line
jQuery('.wmle_loadmore_btn').html('Loading...');
With
jQuery('.wmle_loadmore_btn').html('<img src="https://cdnjs.cloudflare.com/ajax/libs/file-uploader/3.7.0/processing.gif" />');
This should change the Loading text to animated gif loader.
Thanks