• hello, i am using your free version to se how it works. What i need is… i have a post type “transfers” which except the title the rest fields are custom fields acf. i am trying to add the values of the fields in the e2pdf template using the shortcode [acf field=”field_key”], and i would like to add the download shortcode of e2pdf inside the post somewhere in the footer for example. is this possible and how? because the e2pdf shortcode doesn’t appear. i talk about the current post that the visitor see and not for a specific one.

    i add a post on the above post type from the frontend using forminator forms and i have use the e2pdf successfully inside the form but i need something as the above.

    thank you!

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter skoyntoyflis

    (@skoyntoyflis)

    yes i mean the repeater element on the page, on which the records will not be displayed all in the page, there will be 2 or 3 pages inside the element ( paggination ) so i will need the content of the element even if it is not displayed in the page…

    Plugin Author Oleksandr

    (@oleksandrz)

    We need to see an example on the page as if it uses ajax/javascript to load entries from the 2nd / 3rd page – E2Pdf will not be able to extract that data.

    Thread Starter skoyntoyflis

    (@skoyntoyflis)

    ok i will send you an example, but just for your info it will be created in oxygen builder repeater element.

    Thread Starter skoyntoyflis

    (@skoyntoyflis)

    and it is not using ajax, it reloads the hole page when changing the pagination pages

    Plugin Author Oleksandr

    (@oleksandrz)

    If it reloads the full page, unfortunately, getting this data without custom coding will not be possible.

    Thread Starter skoyntoyflis

    (@skoyntoyflis)

    nice, thank you for your quick reply!

    Thread Starter skoyntoyflis

    (@skoyntoyflis)

    Hello, as a follow up to the previous question, can i export the content of the oxygen builder repeater element, without any pagination, all the content will be in the page, and if yes what shortcodes should i use? which item also should i select in template? extension wordpress, item page?

    thank you!

    Plugin Author Oleksandr

    (@oleksandrz)

    Hello,

    E2Pdf Template must be connected to the “WordPress” extension, and the Page / Post type on which you have the repeater element and you plan to place the E2Pdf shortcode. E2Pdf shortcode must be placed on the page via “Code Block”: https://www.ads-software.com/support/topic/post-to-pdf-3/#post-17513127

    As for the content output, did you try to use the “HTML” object and use the “Value” set as:

    [e2pdf-wp key="post_content"]

    or

    [e2pdf-wp key="post_content" output="frontend"]

    or

    [e2pdf-wp key="post_content" output="backend"]

    Keep attention please on the “HTML” block size, as by default content will be truncated in case it does not fit in the block size.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘post to pdf’ is closed to new replies.