Add images of a real estate property to a pdf

WordPress
16 April, 2022 01:50:26
nunomaia
Topics: 2
Messages: 10
I have a real estate website and I need to make storefront sheets. This storefront should have 3 images, one of them is easy because it's the thumbnail of the property, but the others I can't index. How can I do it? Help me please!
16 April, 2022 02:24:18
E2Pdf
Support
Topics: 7
Messages: 3188
Hi,

It's need to find out how the current plugin/theme stores additional images. Do you see any "meta" keys inside "Visual Mapper" which can output additional Image URLs / image IDs?

For example if output of such meta key shortcode is: 21,42,56. Shortcodes which must be used along with "Image" object:

[e2pdf-format-output explode="," output="{0}"][e2pdf-wp key="images" meta="true" attachment_image_url="true" size="full"][/e2pdf-format-output] - 1st image

[e2pdf-format-output explode="," output="{1}"][e2pdf-wp key="images" meta="true" attachment_image_url="true" size="full"][/e2pdf-format-output] - 2nd image

[e2pdf-format-output explode="," output="{2}"][e2pdf-wp key="images" meta="true" attachment_image_url="true" size="full"][/e2pdf-format-output] - 3rd image

P.S. To see full output you can just create some temporary "textarea" inside E2Pdf Template and map it with shortcode as [e2pdf-wp key="images" meta="true"]. If you see some other output - let us know please so we can prepare shortcode wrapper for correct output.

P.P.S. key="images" - is just example and it must be replaced with the key which is valid for your theme / plugin.

If you fail with detecting correct meta key let us know please plugin name / theme if it's "FREE". If it's paid, you can attach theme or plugin to next message (mark message as "PRIVATE") or submit support ticket with access details: https://e2pdf.com/support/request.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
16 April, 2022 10:26:42
E2Pdf
Support
Topics: 7
Messages: 3188
Hi,

"images" meta key is just example - each theme or plugin using own keys. We could identify the meta key - "fave_property_images" but your theme using "metabox" to store values and it has own management system from WordPress. However it has own shortcodes with which you must be able to get images, so try to use please:

To output 1st image:
[e2pdf-format-output explode="," output="{0}"][rwmb_meta id="fave_property_images" object_id="[id]" attribute="url" size="full"][/e2pdf-format-output]

To output 2nd image:
[e2pdf-format-output explode="," output="{1}"][rwmb_meta id="fave_property_images" object_id="[id]" attribute="url" size="full"][/e2pdf-format-output]

To output 3rd image:
[e2pdf-format-output explode="," output="{2}"][rwmb_meta id="fave_property_images" object_id="[id]" attribute="url" size="full"][/e2pdf-format-output]

And so on..

We remain at your service.
We would really appreciate your feedback at WordPress.org!
16 April, 2022 17:39:10
nunomaia
Topics: 2
Messages: 10
Thank you so much for your effort and help, but the images still don't appear.
16 April, 2022 22:19:26
E2Pdf
Support
Topics: 7
Messages: 3188
Hi,

Submit please support ticket with access details to WP Admin Dashboard: https://e2pdf.com/support/request so we can login and check setup on your side.

We remain at your service.
We would really appreciate your feedback at WordPress.org!