Skip Navigation

[Closed] Toolset Slider viewed from another site

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 9 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 19:00 10:00 – 19:00 10:00 – 19:00 10:00 – 19:00 10:00 – 19:00 -
- - - - - - -

Supporter timezone: Europe/Madrid (GMT+01:00)

This topic contains 1 reply, has 2 voices.

Last updated by Caridad 9 years, 6 months ago.

Assisted by: Caridad.

Author
Posts
#245289

Hi -

I am wondering if anyone has a way of viewing a toolset slider from another website.

For example a slider displays a rotating group of cars for sale on one of my websites. On another website, I want to display this slider but it should update when the orginal website updates. I suppose iframes would be best?

Many thanks,

Dave

#245401

Dear David,

You will have to create a template file that has no header and no footer, for example, duplicate the template file page.php and call it iframe.php

In this file remove the calls to get_header() and get_footer() and make you give it a name so you can use it later.

<?php
/*
Template name: IFrame
*/

while ( have_posts() ) : the_post();
	get_template_part( 'content', 'page' );
endwhile;
?>

Finally create a page, select the "IFrame" template and insert the slider in it. This should be usable in an iframe on your other site.

Please let me know if you are satisfied with my reply and any other questions you may have.

Regards,
Caridad

The topic ‘[Closed] Toolset Slider viewed from another site’ is closed to new replies.