Your account expired support, please renew to get your support.

Home Forums Themes Support Pangja Conflict between Haru Pangja Core and Woocommerce

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4051
    timdadmin
    Support Expired

    Hi
    I have running your Pangja theme, but when Haru Pangja Core is active there is something wrong when editing or adding a product (woocommerce). Here is a video to illustrate: https://www.loom.com/share/5166a29c31b84491ab55aeb1e322c90e

    Any ideas what could be the problem?
    Thanks,
    Tim

    #4052

    Hi,
    Thanks for contacting us and choosing our product!
    This issue happen when version of Select 2 in one of your plugin different in our plugin or WP Bakery.
    About this issue you we have just fixed for you by following step:
    Step 1: go to wp-content/plugins/haru-pangja-core/ then open file haru-pangja-core.php
    Step 2: Change code at line 98 from:

    // if ( !empty($screen) && ($screen->post_type != 'product') ) {
                    wp_enqueue_script( $this->prefix .'-select2', plugins_url( PLUGIN_HARU_PANGJA_CORE_NAME.'/admin/assets/plugins/jquery.select2/select2.min.js'), array( 'jquery' ), $this->version, false );
                // }

    to

    if ( !empty($screen) && ($screen->post_type != 'product') ) {
                    wp_enqueue_script( $this->prefix .'-select2', plugins_url( PLUGIN_HARU_PANGJA_CORE_NAME.'/admin/assets/plugins/jquery.select2/select2.min.js'), array( 'jquery' ), $this->version, false );
    }

    Hope this help!

    *****
    Best regards,
    HaruTheme

    #4053
    timdadmin
    Support Expired

    That did the trick! Thanks!

    #4054

    Thanks for your feedback!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.