SW Core plugin conflict

Theme and Plugin Support

Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #191376
      zedmanshere
      Participant

      Hi,

      Theme runs off of SW core plugin and this is conflicting with MVX by pushing the all products table to the right off screen on laptop and monitor size screens.

      This also happened with WCMP and I was given a code to fix this issue back then and now that code does not work:

      function dequeue_wcmp_conflict() {
      if( class_exists(‘WCMp’) && is_vendor_dashboard() && is_user_wcmp_vendor(get_current_user_id()) ) {
      wp_dequeue_style( ‘sw_css_custom’ );
      wp_dequeue_style( ‘sw-wooswatches’ );
      }
      }
      add_action( ‘wp_enqueue_scripts’, ‘dequeue_wcmp_conflict’, PHP_INT_MAX );

      Old thread: https://multivendorx.com/support-forum/topic/sw-core-still-conflicting-with-wc-marketplace/

      Could this issue be resolved again please as vendors can’t see their products, either new code or update?

      Thank you

    • #191380

      Sorry to hear that .
      As WCMP has rebranded itself to MultiVendorX hence the old code is not working . So just replace WCMP with MVX and check again.
      If you still face the issue please let us know.

    • #191383
      zedmanshere
      Participant

      That worked, thank you

    • #191384

      We are happy to help 🙂

Viewing 3 reply threads

The topic ‘SW Core plugin conflict’ is closed to new replies.