• Resolved freakzone89

    (@freakzone89)


    hey guys,

    at first: your plugin works pretty well and i love it’s simplicity.

    i have a question concerning the [print-me target=”.print” exclude=”.noprint”] mode. to use this code it’s necessary to define the classes “print” and “noprint”, what i’ve done successfully. but in difference to [print-me] the headline isn’t printed beacause it isn’t declared as “print”-class.

    is there a way to print the headline, even if i’m using the [print-me target=”.print” exclude=”.noprint”] code?

    cheers

    http://wordpress.org/plugins/print-o-matic/

Viewing 1 replies (of 1 total)
  • Plugin Author Baden

    (@baden03)

    With out a link to the page in question, we can only guess. We guess your headline tag is placed OUTSIDE of the print container like so:

    <h1>Headline</h1>
    <div class="print">
    Stuff to print
    <div class="noprint">don't print this</div>
    </div>

    But who knows.

Viewing 1 replies (of 1 total)
  • The topic ‘Including headline in ".noprint"-mode’ is closed to new replies.