Support » Plugin: GravityStripe Subscription Manager » Compatibility issue with ACF Font Awesome Plugin

  • Resolved lukepnnngtn

    (@lukepnnngtn)


    Hello,

    I’m getting an issue when I try to use these two plugins, resulting in a Uncaught Error: No select2/compat/dropdownCss on pages using the ACF Font Awesome Plugin. Is there a way to make these two plugins compatible?

Viewing 1 replies (of 1 total)
  • Hey there, use following code temporary to fix this issue. We will release a new mega update with this fix.

    add_action( 'admin_enqueue_scripts', 'gss_dequeue_aseets', PHP_INT_MAX );
    
    function gss_dequeue_aseets() {
      wp_dequeue_script( 'gss_pro_sel2' );
      wp_deregister_script( 'gss_pro_sel2' );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Compatibility issue with ACF Font Awesome Plugin’ is closed to new replies.