How to check if the Depicters assets are loaded on the front-end?
Open the Console of your browser on the page where you have a Depicter slider and search for Depicters style and script files.
Google Chrome example:
Open the Console and open the Elements tab:

Hit Ctrl+F and search for depicter.css and depicter.js files separately.
Both files should be present on the page.
Please note that the depicter.css file should be on top of the page and have the head tag as its parent and the depicter.js file should be at the bottom of the page and right before the closing body tag.

