Add the data-no-pin attribute to Soliloquy slider images to prevent the Pinterest pin it button from displaying.
jQuery(document).ready(function($) { $('.soliloquy-container img').attr('data-pin-nopin', 'true'); });