Hi,
We had a look at your page.
Here is our finding;
You are using minify that combined multiple script files.
But one of the script files that is added above our plugin script has an error
22191414_ff3f33d265bde02e2b36a3181a51cfb3.js:91 Uncaught ReferenceError: add_action is not defined
at 22191414_ff3f33d265bde02e2b36a3181a51cfb3.js:91
tdBlocksArray.push(block_tdi_12_73e);
add_action('after_setup_theme', 'remove_admin_bar');
and thus the whole minified files are not working. And thus our plugin code after that error script doesn’t run at all.
Try running without minifying and you could see it working.
I suggest looking for which plugin is causing that error. We suspect it might be something with the name ‘tdBlocks’
Best Regards,
Deip