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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this seems to be that some JavaScript files from your theme and some plugins can not be loaded. Please see the JavaScript Error Log Console in your browser for details.
    Due to these files not being loaded, some JS calls fail and the browser stops executing the rest of the JavaScript on the page, including that of the DataTables functions.

    Regards,
    Tobias

    Thread Starter MGitkos

    (@mgitkos)

    I tried deactivating the job manager plugin, but that didn’t fix it. I’m not sure what else I can do. This is what I get when I Inspect Element in chrome and view ‘console’:

    GET https://www.epowerrail.com/wp-content/plugins/job-manager/css/display.css?ver=0.7.20 404 (Not Found) air-brake:57
    GET https://www.epowerrail.com/wp-content/plugins/job-manager/js/display.js?ver=0.7.20 404 (Not Found) air-brake:80
    GET https://www.epowerrail.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1 404 (Not Found) air-brake:2667
    Uncaught TypeError: Object function (e,t){return new x.fn.init(e,t,r)} has no method 'cookie' cart-fragments.min.js?ver=2.0.19:1
    GET https://www.googleapis.com/plus/v1/people//activities/public?callback=jQuer…2Cplusoners%2Creplies%2Cresharers%2Curl)%2Cpublished%2Ctitle%2Curl%2Cverb) 404 (Not Found) jquery.js?ver=1.10.2:5
    GET https://lh3.googleusercontent.com/proxy/Iz-biQigS3o5gYYJOuORw82AJ62WtW2mpXz…yFyGmqiE3PGoG3vulzaiYXBGSyrlO_LXPk8xtrzraZ32NFDohlcTxS4xr7qGiaQQ=w120-h120 404 (Not Found) jquery.js?ver=1.10.2:4
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that’s what I meant.
    The Job Manager plugin is probably not that critical as only CSS files seem to be missing from it.
    However, some jQuery Cookie JS library file seems to be missing from WooCommerce, and that then triggers that “Uncaught TypeError”, which might lead to the mentioned breakage of the JS in the page.
    Can you please check if that jquery.cookie.min.js file exists on your server in that folder? If not, please try re-installing the WooCommerce plugin folder from a fresh download. You should then also try that for the Job Manager plugin to fix those missing CSS files.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DataTables options not working’ is closed to new replies.