Viewing 1 replies (of 1 total)
  • Dear plugin developer. Thanks for the great plugin

    I found the solution for buddypress activity comment form.
    Below is the suggested change.
    In the jquery-smooth-scroll\js\jss-script.js replace line 59-63 with the following:
    `if (this.hash.slice(1).indexOf(‘ac-form’) == -1) {
    if (target.length)
    {
    $(‘html,body’).animate({scrollTop: target.offset().top}, scrollSpeed, scrollStyle);
    return false;
    }
    }`

    Same change should of course should go to the jss-script.min.js

    Bests Lena

Viewing 1 replies (of 1 total)
  • The topic ‘Crash with Buddypress and Jetpack comments’ is closed to new replies.