Print-o-matic not printing the image in the target div
-
Print-o-matic is not printing the img#certificate_logo image in the target div. My code is:
<div id="certificate"> <?php echo do_shortcode("[print-me target='div#certificate']"); ?> <img id="certificate_logo" src="https://barcoderegistry.buyabarcode.com/wp-content/uploads/sites/2/2014/12/thebarcodereg-logo.png" /> <div id="cert_head"> <h4>Certificate of Authentication</h4> </div> <h5 class="certificate_assignment"><?php echo $business_name ?> is assigned barcode number </h5> <h6 class="certificate_number"><?php echo $barcode_number ?> </h6> <div class="certificate_date">Registered <?php echo $registration_date ?> </div> </div>
Does anyone see the problem?
Thanks
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Print-o-matic not printing the image in the target div’ is closed to new replies.