The Company Insider widget isn't loading for me at all. It seems like the LinkedIn Javascript isn't fully loading. The likely cause is the following Javascript error on the page, but I'm not sure what's throwing it:
Uncaught TypeError: Cannot read property 'length' of undefined jquery.min.js:2
For the Recommendations bar, your loading the module in the left sidebar, which has a z-index lower than the right 'main content' area. I'd recommend loading that module in the footer or some other area that likely won't cause that problem. Alternatively, you can update the following block in your template file
los-roques.com/templates/jsn_sky_pro/css/template.css at line 394:
#jsn-leftsidecontent, #jsn-rightsidecontent {
z-index: 99;
margin: 10px 0 20px 0;
}
The change there is updating the z-index to 99.
I hope that helps,
Alex