1. Home
  2. Knowledge Base
  3. Known Compatibility Issues
  4. Fancybox Issue On Order Form Page When Instagram for WordPress Installed

Fancybox Issue On Order Form Page When Instagram for WordPress Installed

A small conflict exists between WooCommerce Wholesale Order Form and the Instagram for WordPress plugin (found on WP.org here).

The issue is to do with how fancybox is queued and the two plugins appear to clash, producing a JS error that can disable parts of the form.

The work around is easy enough, just pop the following code into your functions.php file in your theme:

add_action( 'wp_enqueue_scripts', 'dequeue_wwof_fancybox', 99 );
function dequeue_wwof_fancybox() {
	wp_dequeue_script( 'wwof_fancybox_js' );
}
Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support