• Resolved mcrothwell

    (@mcrothwell)


    I’m trying to print a content page, but when I click the icon, nothing shows up but a single blank page. I tried[print-me target=” “/] “body” “article” “page” “content” “page” “blog.”

    [print-me] by itself doesn’t work either.

Viewing 1 replies (of 1 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    can you include a link to the page you are having issues with with a description of what elements exactly you are trying to target?

    the default element is article.
    if you want to print an element with a class of ‘content’ you would need to target it like so:
    [print-me target=".content"/]

    if the element has an ID of ‘content, then target it like so:
    [print-me target="#content"/]

    The documentation explains this in full detail.

Viewing 1 replies (of 1 total)
  • The topic ‘I get nothing but a blank page.’ is closed to new replies.