• Resolved eljuani

    (@eljuani)


    I’m on wordpress 4.7.2
    Woof_ajax_done was not triggering and the input search field of the filters showed the png with the arrows and the close icons over it.
    I included this script to use a previous version of jquery and it’s working again as usual:
    function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘modify_jquery’);

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘woof_ajax_done not working & other problems with 4.7.2’ is closed to new replies.