Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Fauzan Azizie

    (@fauzanade)

    Hi @themefour,

    I’ve tried this on my testing environment and it worked fine.

    This mean that there could be another plugin or theme that causing a conflict. Could you please try to reproduce the issue on one of the WordPress’ stock themes (like Twenty Twenty) with only WooCommerce and WooCommerce Wholesale Suite plugins activated? If it disappears, then you can activate the theme and plugins one by one to see which one causes the issue.

    Please let me know how it goes. ??

    Thread Starter themefour

    (@themefour)

    This problem still exists. I found that many users who use Persian WordPress have this problem!

    I tested it with just two active plugins (WC & Wholesale Prices) in WordPress! But it is not possible to edit the role! And this option does not work.

    I asked other users as well. They have the same problem.

    Thread Starter themefour

    (@themefour)

    The problem is this:
    if( $screen->id === ‘woocommerce_page_wwpp-wholesale-roles-page’
    I removed these two file calls from the top line and the problem was fixed!

    wp_enqueue_script( 'wwp_wholesale_roles_main_js' , WWP_JS_URL . 'app/wholesale-roles-main.js' , array( 'jquery' , 'jquery-tiptip' ) , $this->_wwp_current_version , true );

    wp_enqueue_style( 'wwp_roles_page_css' , WWP_CSS_URL . 'wwp-backend-wholesale-roles.css' , array() , $this->_wwp_current_version , 'all' );

    Plugin Support Fauzan Azizie

    (@fauzanade)

    Hi @themefour,

    May I know what’s your WooCommerce and WordPress version?

    Thread Starter themefour

    (@themefour)

    WC 4.0.1
    WP 5.4.1

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bug in RTL Modes’ is closed to new replies.