Skip Navigation

[Resolved] beaver Themer and photo's

This support ticket is created 5 years, 10 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 – 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)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 5 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#1203439

Hey Guys,

I found a link from your forum which build's a gallery for me from a repeatable post field (image field) here: https://toolset.com/forums/topic/create-wp-gallery-from-multiple-image-field/

How can I use a similar trick to return the data into a slide show module, or gallery module for beaver builder?

#1203611

Hello,

There isn't such a built-in feature of gallery module for beaver builder with Toolset plugins, see similar thread here:
https://toolset.com/forums/topic/repeating-image-gallery-using-beaver-themer/

And it is possible setup the slider by integrate other Slider JS framework, for example this thread:
https://toolset.com/forums/topic/generate-slide-on-my-slider/

The trick is:
1) Use [wpv-for-each] to output HTML codes according to Slider JS framework
2) Setup custom JS codes to setup the slider

#1204051

My issue though is that Beaver Builder has a nice way of scaling and I want to make use of it...
Is there no way to build a shortcode which would provide Beaver Builder the data they need?

#1204171

No, there isn't built-in shortcode within Toolset plugins for: shortcode which would provide Beaver Builder the data.

You can setup your own custom codes to create the shortcode, for example:
https://codex.wordpress.org/Function_Reference/add_shortcode

I suggest you check it with Beaver Builder support for it, check how to setup such kind of shortcode, this is out the range of Toolset support.

In Toolset side, for example a multiple instance image field "my-image", it stores value like this:
- meta_key: wpcf-my-image, meta_value: hidden link
- meta_key: wpcf-my-image, meta_value: hidden link
- meta_key: wpcf-my-image, meta_value: hidden link
...

As you can see: each item is using same field slug "wpcf-my-image".

You can also check it with our Toolset contractors for it:
https://toolset.com/contractors/