Welcome to Togethernet Web Design, Teddington › Forums › ProductPrint Pro Support › Visual Composer › Reply To: Visual Composer
October 31, 2016 at 1:41 pm
#1174
Participant
I added the code here
//the array_merge checks if there are any missing keys (settings) from $ops, our custom options in the backend
$ops = array_merge($def, $ops);
WPBMap::addAllMappedShortcodes();
//now we are going to output the HTML to the print page
?>
and so far it appears to have removed all of the Visual Composer short codes 🙂
If possible, I would like to be able to format the output to fit onto one sheet and to exclude certain elements – is that possible?
Thanks