Skip Navigation

[Resolved] Editing URLs output in Toolset View

This support ticket is created 3 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by Luigi Bella 3 years, 3 months ago.

Assisted by: Minesh.

Author
Posts
#2171537

I have installed a plugin to be able to display Thumbnails of my PDF images and it seems it's creating new JPG images with the same name as the PDF, so I need a way to change my View Output to replace '.pdf' with '-pdf-image.jpg'.

Could you help me with that?
This is the page with the view: hidden link

#2171619

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I see you are using third-party plugin that displays the PDF image and we do not know is the PDF image is created on fly or its saved to some database. Can you please consult PDF plugin support on this and check with them how you can display just PDF image.

#2175353

Hi Minesh!
The PDF Thumnails plugin creates new .jpg images for each pdf and saves it as the post attachment for the original pdf. I was able to use the following field shortcodes in the HTML markup to get it working on the frontend:

This displays on the frontend of this page perfectly: hidden link

I really appreciate all of your help.