Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    as far as I can see (using the Google Chrome Developer Tools), there is a syntax error in some JavaScript code in your theme, namely in the file “wp-content/plugins/bp-gtm-system/_inc/global.js”, in line 578.
    The jQuery call there with the selector

    #projects_tax .right .p, #tasks_tax .right .p,

    fails due to the comma at the end. Once that is removed, the JavaScript error should disappear and with that, the other JavaScript code on your site (like DataTables and TableTools) should work as expected.

    Regards,
    Tobias

    Thread Starter Tomarnst

    (@tomarnst)

    Hi,

    Yes, this did the trick ! I couldn’t find this… maybe because with other themes the error isn’t a problem.

    Thanks,

    Tom

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Tom,

    yes, this is specific to this BP theme.

    Now there’s another issue by the way: The JS file is trying to load a “tooltip” function which however doesn’t exist…

    Regards,
    Tobias

    Thread Starter Tomarnst

    (@tomarnst)

    Hi Tobias,

    Yes, i know… gtm plugin is giving me some problems so I try to combine some files. I see some plugins forcing to load the own jQuery files and I’m looking into the option of merging them (if possible).

    Thanks again,

    Tom

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Tom,

    ah, ok, I see…
    Maybe the developer of that plugin could help? Just as an idea…

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Table tools not showing’ is closed to new replies.