Skip Navigation

[Resolved] iframe within Elementor Dynamic url

This support ticket is created 4 years, 5 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 6 replies, has 2 voices.

Last updated by carolyns-3 4 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#1974683

I'm trying to have an iframe show. I'm using the Elementor Text widget, using the dynamic url - Toolset field. In the field groups I'm using WYSIWYG. I've tried doing the bits as listed here: https://toolset.com/forums/topic/add-an-iframe-to-elementor-using-dynamic-url/ Adding the code to functions and doing the shortcode in the field for single podcast. I'm missing some key item as I still cannot get it to work.

#1974739

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Carolyn,

Thank you for getting in touch.

As mentioned by Waqar the elementor plugin will strip the iframe from their editors when added directly. Would you mind allowing me to have admin access to the site so that I can check on this for you ?

I would like to see how you've implemented Waqar's solution.

I've enabled the private fields for your next response. Also please send me a link to the template that you are working with.

Thanks,
Shane

#1975007

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Carolyn,

Thank you for the credentials, however i'm not seeing where you've sent the link to where I can see the issue.

Thanks,
Shane

#1975013

Sorry about that. I have it added in the private message now

#1975041

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Screenshot 2021-03-04 at 3.17.15 PM.png

Hi Carolyn,

I see the issue. The shortcode is meant to take the slug of the custom field and added directly to the elementor template. See Screenshot

What you should be adding to the template is.

[convert-field-to-iframe field="my-url" width="400" height="600"]

You will need to replace my-url with the actual slug of the field that you want to display.

Thanks,
Shane

#1975069

Thank you! I get it now 🙂

#1975071

My issue is resolved now. Thank you!