New Landing How can we help? Themeforest Theme Support Neighborhood How to change titles of tabs

Viewing 10 posts - 16 through 25 (of 25 total)
  • #25320
    user_simone
    Member
    Post count: 63

    reinstalled and the issue is not generated.
    Now I try step by step to activate all plugins and see what is the cause of the conflict.

    I let you know soon,

    Thanks
    Simone

    #25396
    user_simone
    Member
    Post count: 63
    This reply has been marked as private.
    #25704
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, sorry but if you need to enhance the theme’s functionality with your own features we cannot be of help. We recommend hiring a developer of your trust to help you with that.

    Cheers

    #25718
    user_simone
    Member
    Post count: 63

    Dear Mr. Tahir,

    the issue is caused when I try to add the code below inside the function.php file ( the code is necessary to customize button with woocommerce style.

    I do not understand if the issue is caused by the code or the position where I insert it.

    add_action( ‘wp_enqueue_scripts’, ‘woocommerce_enqueue_chosen’ );
    function woocommerce_enqueue_chosen() {
    global $woocommerce;
    $suffix = defined( ‘SCRIPT_DEBUG’ ) && SCRIPT_DEBUG ? ” : ‘.min’;
    wp_register_script( ‘ajax-chosen’, $woocommerce->plugin_url() . ‘/assets/js/chosen/ajax-chosen.jquery’.$suffix.’.js’, array(‘jquery’, ‘chosen’), $woocommerce->version );
    wp_register_script( ‘chosen’, $woocommerce->plugin_url() . ‘/assets/js/chosen/chosen.jquery’.$suffix.’.js’, array(‘jquery’), $woocommerce->version );
    wp_enqueue_script( ‘ajax-chosen’ );
    wp_enqueue_script( ‘chosen’ );
    wp_enqueue_style( ‘woocommerce_chosen_styles’, $woocommerce->plugin_url() . ‘/assets/css/chosen.css’ );
    }

    add_action( ‘wp_footer’, ‘woocommerce_make_variations_chosen’ );
    function woocommerce_make_variations_chosen() {
    echo ”
    <script language=\”JavaScript\”>
    jQuery(\”.variations select\”).chosen({ disable_search_threshold: 100 });
    jQuery(\”.woocommerce-ordering select\”).chosen({ disable_search_threshold: 100 });
    </script>
    “;
    }

    #26121
    Melanie – SUPPORT
    Member
    Post count: 11032

    I’ll assign this thread to Tahir, maybe he wants to go beyond the scope of support to help you.

    #26137
    user_simone
    Member
    Post count: 63

    Yes please it’s necessary to have a function.php file inside the child theme.

    Thanks
    Simone

    #26169
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,

    Sorry i do not have much expertise in woocommerce so would not be able to help you out further.

    Thanks
    Tahir

    #26171
    user_simone
    Member
    Post count: 63

    you are not able to create a function.php file for the child theme?

    #26270
    user_simone
    Member
    Post count: 63

    Hi,

    the issue was that you override the original function.php file of woocommerce so the code received from woocommerce must be insert inside sf-woocommerce.php

    This information is very important ands must be said by support assistance.

    Thanks
    Simone

    #26606
    Melanie – SUPPORT
    Member
    Post count: 11032

    I’m afraid we have reached our limits, I recommend hiring a developer to help you.

Viewing 10 posts - 16 through 25 (of 25 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register