• I’d like Print-o-matic to print out a calendar (Stachethemes) with the specific choices selected — month, category, etc.

    I’m not sure how to do that. I put “[print-me]” and the icon showed, but it didn’t do anything. Then I tried to tag it, but also nothing. — [print-me target=stachethemes_ec”]
    Any ideas how I’d tag it, if possible, to print my calendar?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    Please see the documentation on the target attrubute:
    https://pluginoven.com/plugins/print-o-matic/documentation/shortcode/#target-attribute

    In the example provided:
    [print-me target=stachethemes_ec”]
    It is doubtful that there an HTML element that looks like <stachethemes_ec>...</stachethemes_ec> on the page. More likely this is a div element with a class or id of stachethemes_ec correct?

    To target an ID of stachethemes_ec: target="#stachethemes_ec"
    To target a CLASS of stachethemes_ec: target=".stachethemes_ec"

    Thread Starter BRWalton

    (@brwalton)

    Thanks for the quick reply.

    I changed the tag to:
    [print-me target=”.stachethemes_ec”]

    It LOOKS like a link when I hover, but when I click nothing happens. No print dialog, etc.

    Same with #stachethemes_ec.

    Inspecting the element, it looked like there was a div, so I tried:
    target=”.stec-layout”

    Still nothing.

    Any other thoughts?

    Thanks,
    Brian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Print-o-matic to print calendar’ is closed to new replies.