This plugin helps you repeat elementor elements/widgets/sections easy and simple as possible.
To use this plugin you will need elementor, elementor pro and ACF pro.
Usage
First set the class of the widget you would like to repeat, could be column/inner section/single widget like so: “repeater_{name_of_the_repeater}”.
{name_of_the_repeater} is need to be replaced with the name of the repeater that you set using ACF Pro.
Now anywhere inside that widget/element you can set the parameters you would like to inject, like so: #name
“name” should be replaced by you to any field you set for the repeater.
name will be replaced when render the widget with the value of the row you set in the post.
For using toggle/accordion you should create a repeater with two fields (type text or Wysiwyg Editor) and set id of the title as tab_title and the content as tab_content.
Important
Currently this plugin support only text/urls/accordion&toggle tabs.
Tested on elementor native elements only.
The trick is the following:Put a Text Editor Component with the Class Name:
repeater_whateveryounameyourrepeaterWhen whateveryounameyourrepeater is the name of the repeater that you created.The inside d content of the text editor use:#somethingWhen something is the field repeater name that you created.Example:My Repeater is call “lineup” with the field “artist”.So I created a text editor with the class name:repeater_lineupand the content says:#artistHope that would be helpful for everyone.
I was a bit tricky to understand the instructions. If the author could come up with better instructions wood be great.
But when I figured it out, it was just perfect!
This is a great free plugin that provides what other plugins do for $$. Give it some time – you’ll get it!
Here’s an example: I’ve got a repeater field called “pricing” (that’s the field name not the label) so I set up a text editor module and assign it a custom class “repeater_pricing”. Now that text editor module will get repeated for all the rows in the Pricing repeater in the ACF fields of my post. Each row has a sub-field called “price” and one called “description” so the content of my text editor looks like this (text tab not visual):
<div> <span style=”font-size: 2.5em;”>$#price</span> <span class=”separator”> – </span> <span style=”font-size: 1.5em;”>#description</span></div>
This will not preview in the Elementor editor. You’ll have to save the layout and view it on the front end to see the repeater rendered like this:
$50 – Half Day
$75 – Full Day
$250 – Full Week
Add Screenshots of UI and how to use this plugin.
Very good… lacking guidance from the developers. (It took me a long time to understand how it works).
Surprisingly easy and effective.
Read all 13 reviews
“ACF Repeater For Elementor” is open source software. The following people have contributed to this plugin.
Contributors