• Resolved phillycouponmom

    (@phillycoupondiva)


    I would like only a certain area of a post to print when I click on the “printer icon” I have a shaded model box with information that I would like to be printed only. When I add the shortcode to that area it brings up 9 pages to print. Can someone help me figure out how to only print from my shaded box area?

    here is my post:

    https://www.ads-software.com/plugins/print-o-matic/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Baden

    (@baden03)

    can you post a link please?

    Thread Starter phillycouponmom

    (@phillycoupondiva)

    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

    Thread Starter phillycouponmom

    (@phillycoupondiva)

    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"]

    Thread Starter phillycouponmom

    (@phillycoupondiva)

    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.

    https://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="https://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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Need only content to print’ is closed to new replies.