Again – just to add to my last post, the way i’m displaying the dropbox directories is by using the shortcode within a template in my theme, below is the code.
<div class=”container”>
<div class=”row”>
<div class=”col-xs-12 col-sm-12 col-md-12 col-lg-12″>
<?php echo do_shortcode(‘[bex_folder]’); ?>
</div>
</div>
</div>