Skip Navigation

[Waiting for user confirmation] Repeatable group in elementor pricing widget

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 3 replies, has 1 voice.

Last updated by Minesh 1 day, 6 hours ago.

Assisted by: Minesh.

Author
Posts
#2794573
TS1.png
TS2.png

Tell us what you are trying to do?

I have created a new post type Services. With custom fields and a repeatable group.

Im trying to link the repeatable group to the features section of the elementor pricing table section but it is not available.

Plerase advise. thx

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?

#2794583

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Repeating Field Group is internally managed as one-to-many post relationship where the parent post where you add the repeating field is parent and all items you add to the repeating field group will be treated as child.

To display repeating field group - you will require view.
=> https://toolset.com/course-lesson/creating-and-displaying-repeatable-field-groups/#displaying-repeatable-field-groups

As you are using Elementor - you will have to move to legacy view.
- Pleaes enable the legacy view:
==> https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/
- Create a view and set the view to query repeating field group:
-- Add the "Query Filter" for "Post relationship or repeatable field groups owner" and select the option "The post where this view is shown"
-- configure the loop output from "Loop Editor" section whatever field you want to display from repeating field group
- save the view

Now, within your Elementor template - You should add a shortcode block and add the view's shortcode to it:

[wpv-view name="your-view-slug"]

More info:
- https://toolset.com/documentation/legacy-features/views-plugin/

#2794585

I understand your solution however this will not suit my needs I have created a work around to solve my needs thx

#2794586

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Ok great, glad to know that. you're welcome to close this ticket.