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?
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
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?
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/