Plugin Author
Baden
(@baden03)
can you post a link please?
Plugin Author
Baden
(@baden03)
what do you mean by model box? is it a lightbox pop-up or something like that, or do you mean just the grey shaded box that says:
Make sure you stop by Dollar General and get stocked up for the Holidays!
…
Pay: $3.00/3
if so, you just need to use the target=".panel-footer" attribute
I’m not good at using code. Can you please tell me where i should place this in my post.
Thank you for your response.
Plugin Author
Baden
(@baden03)
anywhere you place the [print-me] shortcode, is where the printer icon will show up. you can either set the default target to .panel-footer in the plugin’s option page, or you will use: [print-me target=".panel-footer"]
It worked. Thank you so much. I love this plugin.
Thanks again!
Plugin Author
Baden
(@baden03)
Great! We’ll go ahead and mark this issue as resolved. Please consider leaving a review of the plugin or it’s support.
Having problems getting the code to work in my wordpress theme. I’m not the best at this so please bear with me.
1. In the Print O Matic settings – I should change the attribute to what in order to print a specific image on a page?
2. Then – if I change the attribute should I just use the [print-me] shortcode on the actual page with the image?
I’ve tried adding the image id, the image url, the class with that element within the shortcode, all to no avail.
http://6e6.445.myftpupload.com/custom-orders/
Thank you!
Plugin Author
Baden
(@baden03)
please do not hijack a resolved thread–it’s better if you start your own issue.
In your case you need to assign the image an id or class and then use that id or class as the target:
<img class="alignnone size-full wp-image-1398 my_special_class" src="http://6e6.445.myftpupload.com/wp-content/uploads/2015/01/customorder-01.jpg" alt="Custom Order Form" width="621" height="801">
then use the target attribute in the print-me shortcode like so:
[print-me targeet=".my_special_class"]
If you require further support, please start a new thread.