Sharethis Module Not Showing Icons
Installation and Configuration
Check that you've allowed it to your quotas via the Quota Config tab for the module.
Hope this helps,
Douglas
// Tell the core the default icon set to use (black or white)
jrCore_register_module_feature('jrCore','icon_color','jrElastic','black');
// Tell the core the size of our action buttons (width in pixels, up to 64)
jrCore_register_module_feature('jrCore','icon_size','jrElastic',30);

{ if isset($_conf.jrProJam_require_images) && $_conf.jrProJam_require_images == 'on'}
{ if isset($_conf.jrProJam_profile_ids) && strlen($_conf.jrProJam_profile_ids) > 0}
{ jrCore_list module="jrProfile" order_by="_created desc" limit="10" search1="_profile_id in `$_conf.jrProJam_profile_ids`" search2="profile_active = 1" template="index_featured_slider.tpl"}
{ if isset($_conf.jrProJam_profile_ids) && strlen($_conf.jrProJam_profile_ids) > 0}
{ jrCore_list module="jrProfile" order_by="_created desc" limit="10" quota_id=$_conf.jrProJam_profile_ids search2="profile_active = 1" template="index_featured_slider.tpl"}