With previous version of Hustle the following code rendered the icon:
<?php
$icon_popup = '<div id="hustle_module_1" style="width:100%;height:100%;position:relative;"><i class="fa fa-envelope" aria-hidden="true"></i></div>';
echo do_shortcode( "[wd_hustle id='ac-icon-click-email-capture' type='popup']" . $icon_popup . "[/wd_hustle]" ); ?>
Result:
[attachments are only viewable by logged-in members]
And popup is displayed correctly.
But with the recent version of Hustle this is the result:
[attachments are only viewable by logged-in members]
Thanks in advance!