Viewing 1 replies (of 1 total)
  • Plugin Author Milap

    (@milap)

    Hi Mending,

    Thanks for your kind words.

    Right now i haven’t added any option to hide loader, though its good idea, i will implement it as soon as i get some time.

    If you want to remove it now, you have to change code in following files.

    fb_class.php

    remove :

    echo '<center><div class="loader"><img src="' . plugins_url() . '/facebook-pagelike-widget/loader.gif" /></div></center>';

    fb.js

    remove :

    jQuery(window).bind('load', function () {
        jQuery('.loader').hide();
    });

    You are done.

    Let me know if you need more help.

Viewing 1 replies (of 1 total)

The topic ‘Disable loader’ is closed to new replies.