• Chris Chalmers

    (@chris-chalmers)


    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

  • You must be logged in to reply to this review.