Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • johnabelardom
    Participant

    @johnabelardom

    Hello, @torrid33

    Got a workaround solutions for this problem

    Kindly add this action:

    
    <?php
    
    add_action('yz_activity_scripts', 'add_yz_buddypress_min_js_file');
    function add_yz_buddypress_min_js_file() {
    wp_enqueue_script( 'yz-buddypress', YZ_PA . 'js/buddypress.min.js', array( 'jquery' ), YZ_Version ); 
    }
    
    ?>

    If code above don’t work, just add this code to plugins/youzer/includes/public/core/class-yz-wall.php file, on after line 959 or after code from comment “// Wall JS”

    
    <?php
    wp_enqueue_script( 'yz-buddypress', YZ_PA . 'js/buddypress.min.js', array( 'jquery' ), YZ_Version ); // Added
    ?>
Viewing 1 replies (of 1 total)
Skip to toolbar