• Resolved vertigoooo

    (@vertigoooo)


    Seems like adding the link to my gif in the css gets overwritten, plus adding

    this filter

    add_filter('wpcf7_ajax_loader', 'my_wpcf7_ajax_loader');
    function my_wpcf7_ajax_loader () {
    return  get_bloginfo('stylesheet_directory') . '/images/ajax-loader.gif';
    }

    doesn’t seem to do something..

    any solution?

The topic ‘Changing the ajax loader gif’ is closed to new replies.