1. Startseite
  2. Wissensdatenbank
  3. Bekannte Kompatibilitätsprobleme
  4. Fancybox-Problem auf der Bestellformularseite, wenn Instagram für WordPress installiert ist

Fancybox-Problem auf der Bestellformularseite, wenn Instagram für WordPress installiert ist

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' );
}
War dieser Artikel hilfreich?

Verwandte Artikel

Benötigen Sie Unterstützung?

Können Sie die Antwort, die Sie suchen, nicht finden?
Support kontaktieren
Kauf abschließen