Support » Plugin: YITH WooCommerce Ajax Search » No more Javascript

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

    (@yithemes)

    Hi,
    We have received many request to rename the function .autocomplete, becouse we are loading a non-standard version of the jQuery autocomplete plugin instead of using the one built in with WordPress. That means that if any theme or plugin is trying to use the jQuery autocomplete plugin and has your plugin installed it breaks them.

    If you are using the shortcode [yith_woocommerce_ajax_search]

    echo str_replace(".autocomplete", ".yithautocomplete", do_shortcode('[yith_woocommerce_ajax_search]'));

    if you are using a template file in your woocommerce folder that have javascript code, replace .autocomplete with .yithautocomplete

Viewing 1 replies (of 1 total)
  • The topic ‘No more Javascript’ is closed to new replies.