Skip Navigation

[Resolved] Displaying images on a slider

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

Problem:

I need the same as described on https://toolset.com/forums/topic/how-to-display-the-pics-i-uploaded-as-a-slider/ to show an image repeatable field on slides on a custom layout.

But i am using wordpress.com and i can´t upload files directly, i need to install a plugin instead.

Solution:

As you can see, it is not built-in feature of Views plugin, it needs custom codes.
You can you try with other plugin to add custom PHP codes into your website, for example:

Code Snippets
https://wordpress.org/plugins/code-snippets/

For those Flex slider JS files and CSS files, you can use files from other plugins, for example:

https://wordpress.org/plugins/search/flex+slider/

Or you can copy the code of the two files directly to the CSS and JS sections of layouts.

Relevant Documentation:

This support ticket is created 6 years, 9 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 6 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#613506

Hi,

I need the same as described on https://toolset.com/forums/topic/how-to-display-the-pics-i-uploaded-as-a-slider/ to show an image repeatable field on slides on a custom layout.

But i am using wordpress.com and i can´t upload files directly, i need to install a plugin instead.

Could you help me, please?

#613600

Hi,

As you can see, it is not built-in feature of Views plugin, it needs custom codes.
You can you try with other plugin to add custom PHP codes into your website, for example:
Code Snippets
https://wordpress.org/plugins/code-snippets/

For those Flex slider JS files and CSS files, you can use other files from other plugins, for example:
https://wordpress.org/plugins/search/flex+slider/

#614056

Thanks, Luo. I have copied the code of the two files directly to the CSS and JS sections of layouts.

#614072

You are welcome.