Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    The footer will still remain the same size. You will need to make the #footer bigger in style.css. You can also remove the <div id="footer"> and </div> parts, it will them print it on the top of the page.

    Thread Starter opinio

    (@opinio)

    ok got it thx ??

    Thread Starter opinio

    (@opinio)

    changed style.css footer to 50cm

    addede <div style=”page-break-before: always;”></div> between my terms policy and that adds 3rd page but 2nd page gets blank. Completely white..
    i am totally confused..

    Plugin Contributor Ewout

    (@pomegranate)

    The footer is really a footer in the sense that it sticks to the bottom of the page. I don’t think it will work like that if you make the footer bigger than the page. But that’s an experiment you can do yourself.
    Personally I would just take that text out of the #footer completely (and don’t give it a size)

    Thread Starter opinio

    (@opinio)

    Ahhh i am so silly, its done!!! Thx for your patience :))

    One more thing please ??

    i was using shortcodes like : [wp-members field=”billing_address_1″][wp-members field=”billing_address_2″]

    to pull the user data into my policy. But, now those codes appear as codes instead of pulled user datas in the pdf ?? any advice? This is my last question i promise ??

    Plugin Contributor Ewout

    (@pomegranate)

    I believe you can do

    <?php echo do_shortcode('[wp-members field="billing_address_1"]'); ?>

    But I’m not sure. If it’s just the billing address you’re after, this thread will give you everything you need: https://www.ads-software.com/support/topic/get-billing-address-info-separately?replies=6

    Otherwise, you can use the custom_fields function as explained in the FAQ.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding a second pdf page’ is closed to new replies.