Skip Navigation

[Resolved] Using slider

This thread is resolved. Here is a description of the problem and solution.

Problem:
The issue here is that the user had some repeated image fields and wanted to create a slider using these images.

Solution:

I managed to create a flexslider plugin that should be able to help your.

Download and install the plugin in the link below. https://drive.google.com/file/d/1CFU2_oBqe9PJBks8cT1VqMND8-ytDdVE/view?usp=sharing

Then create a content template for your post and add the following.

<div class="flexslider">
  <ul class="slides">
   [wpv-for-each field="wpcf-image_1"]
  <li>[types field="image_1" size="medium" align="none" resize="pad" padding_color="#FFF"][/types]</li>
  [/wpv-for-each]
  </ul>
</div>

After doing this then you will need to add the script for it to work.

Add this to the js section of the content template.

jQuery(window).load(function() {
   jQuery('.flexslider').flexslider();
 });

Relevant Documentation:

This support ticket is created 6 years, 7 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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)

This topic contains 3 replies, has 2 voices.

Last updated by selmoK 6 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#649846

Hi,

My site is hosted on wordpress.com

I need to use an image slider on a layout to show image from a repetitive field.

I tried to use woo flexslider js and css files but i couldn´t use it because i can´t upload files directly to a wordpress.com directory .

I tried also the woo flexslider plugin but it is paid and i would like to use a free version.

I would like to know wich Jquery image slider free plugin could i install to integrate with tooltypes custom fields on a layout?

Thanks in advance,

#649973

Hi,

I need exactly what is on: https://toolset.com/forums/topic/generate-slide-on-my-slider/. The solution to download and install a slider plugin would be perfect!

Could you help me, please?

#650276

Shane
Supporter

Languages: English (English )

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

Hi Selmo,

Thank you for contacting our support forum.

The ticket summary here https://toolset.com/forums/topic/generate-slide-on-my-slider/ gives the exact way on how to achieve this.

Is there any specific issue that you need assistance on for this ?

Thanks,
Shane

#650398

Hi Shane,

Sorry, it worked perfectly.

Thank you very much,