Hi, I tried to use multiple classes with the do_not_print shortcode and it only works when I use one class. For example, this works correctly (everything in the royalslider class does not print):
<div class=”printer”>[print-me do_not_print=”.royalSlider”]</div>
But, this does not (items with .royalslider and .pullhistory appear):
<div class=”printer”>[print-me do_not_print=”.royalSlider .pullhistory”]</div>