Hi @castanedaluis32
This feature is under development. Will be added soon.
Okay, can’t wait! Thank you!!
Hi @castanedaluis32,
Loader added. Can you test the new version and give a feedback? New version is available on GitHub.
Please update to the latest version and check 🙂
Do I have to add any code to the functions.php to change the gif ? I will test asap.
I found the code in the plugin files, and changed the loading image. Yes, it works perfect! Awesome job 🙂
Hi @castanedaluis32,
Thanks for the feedback 🙂 You don’t have to make changes in plugin source code. We have a custom filter that can be used to change the loader element. See the below example.
add_filter( 'llc_loader_element_content', function () {
// Return your custom loader here.
return '<img src="path-to-your-custom-loader-image">';
});