Activity

  • Farouk posted an update 8 years, 7 months ago

    @vapvarun Hi,

    I did what you mentioned below but it didn’t work, still the BuddyPanel just doesn’t open onclick on mobile, sorry but I cannot launch the website like that. This is an obstacle that keeps us with no progress.

    “Hi @lahir, Its due to remove depreciated live function, i have fixed inside your site.
    inside boss/js/buddyboss.js
    line 860
    .live with .on

    $(‘.acomment-reply, .item-list-tabs ul li a’).live(“click”,function(){
    with

    $(‘.acomment-reply, .item-list-tabs ul li a’).on(“click”,function(){
    It is also added in theme development version.
    Regards
    Varun Dubey”