Title: Lupyx Dynamic Fields for Elementor
Author: devnexus
Published: <strong>26 d'agost de 2026</strong>
Last modified: 26 d'agost de 2026

---

Cerca extensions

![](https://ps.w.org/lupyx-dynamic-fields-for-elementor/assets/banner-772x250.png?
rev=3666698)

![](https://ps.w.org/lupyx-dynamic-fields-for-elementor/assets/icon-256x256.png?
rev=3666698)

# Lupyx Dynamic Fields for Elementor

 Per [devnexus](https://profiles.wordpress.org/devnexus/)

[Baixa](https://downloads.wordpress.org/plugin/lupyx-dynamic-fields-for-elementor.1.0.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/lupyx-dynamic-fields-for-elementor/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/lupyx-dynamic-fields-for-elementor/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/lupyx-dynamic-fields-for-elementor/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/lupyx-dynamic-fields-for-elementor/#developers)

 [Suport](https://wordpress.org/support/plugin/lupyx-dynamic-fields-for-elementor/)

## Descripció

Lupyx Dynamic Fields for Elementor bridges **ACF Pro Repeater fields** with **Elementor
Pro’s Loop Grid and Loop Carousel** widgets.

Elementor Pro’s Loop widgets natively loop over WordPress posts, terms, or products.
This plugin lets them loop directly over rows of an ACF Pro Repeater field — without
mock posts, duplicate entries, or fragile workarounds.

Each repeater row becomes an item in your loop, and dedicated Elementor Dynamic 
Tags (under **ACF Repeater (Lupyx)**) display sub-field values inside your Loop 
Item Template.

### Key Features

 * **Loop Grid & Loop Carousel**: Adds ACF Repeater query controls to both widgets
   under a clear **Lupyx Dynamic Fields** heading.
 * **Current Post Only**: Optionally restrict rows to the current post, page, or
   custom post type.
 * **Nine Dedicated Dynamic Tags**:
    - **ACF Repeater Text / Textarea**: text and textarea sub-fields.
    - **ACF Repeater Email**: email sub-fields as plain text.
    - **ACF Repeater Email URL**: email sub-fields as `mailto:` links for buttons
      and URL controls.
    - **ACF Repeater WYSIWYG**: rich text (WYSIWYG) and oEmbed sub-fields.
    - **ACF Repeater Image**: image sub-fields (Array, URL, and ID return formats).
    - **ACF Repeater URL / Link**: URL, link, page link, and file sub-fields; optional
      clickable HTML link for Text widgets.
    - **ACF Repeater Number**: number and range sub-fields.
    - **ACF Repeater Date / Time**: date, datetime, and time picker sub-fields.
    - **ACF Repeater Post Title**: parent post title for the current repeater row.
 * **Filter-Driven Architecture**: Modular Field Type Provider system for clean 
   extensibility.
 * **Safe Uninstall**: Leaves no database clutter when removed.

### Requirements

 * **WordPress**: 6.5 or higher
 * **PHP**: 7.4 or higher
 * **Elementor**: 3.21.0 or higher
 * **Elementor Pro**: 3.21.0 or higher
 * **Advanced Custom Fields Pro**: 6.0.0 or higher

### How to Use

#### 1. Create a Loop Item Template

 1. Go to **Templates  Theme Builder  Loop Item** and create a new template.
 2. Design your card layout with standard Elementor widgets.
 3. For any field that supports dynamic data, click the **Dynamic Tags** icon.
 4. Under **ACF Repeater (Lupyx)**, choose the matching **ACF Repeater** tag.
 5. Select the parent **Repeater Field** and the target **Sub-Field** (Post Title needs
    no sub-field).
 6. Save and publish the Loop Item Template.

#### 2. Configure the Loop Grid or Loop Carousel

 1. Edit your page in Elementor and add a **Loop Grid** or **Loop Carousel** widget.
 2. Open the **Query** section.
 3. Under **Lupyx Dynamic Fields**, turn on **Use ACF Repeater**.
 4. Select the ACF Repeater Field from the dropdown.
 5. Optionally keep **Current Post Only** enabled to restrict rows to the current post
    context.
 6. Select your Loop Item Template.

## Instal·lació

 1. Upload the `lupyx-dynamic-fields-for-elementor` folder to the `/wp-content/plugins/`
    directory.
 2. If installing from source, run `composer install --no-dev --optimize-autoloader`
    in the plugin directory to generate the autoloader.
 3. Activate the plugin through the **Plugins** menu in WordPress.
 4. Ensure **Elementor**, **Elementor Pro**, and **ACF Pro** are active.

## PMF

### Does this plugin work with the free version of ACF?

No. ACF Repeater fields are an ACF Pro feature, so Advanced Custom Fields Pro (6.0.0
+) is required.

### Does this work with Elementor Free?

The Loop Grid widget and Dynamic Tags are Elementor Pro features, so Elementor Pro(
3.21.0+) is required.

### How are dates formatted?

Sub-field values use the return format configured in your ACF field settings.

### How do I show an email as a clickable link?

Use **ACF Repeater Email URL** on a Button or link/URL control. Use **ACF Repeater
Email** when you only need the address as text.

### Can I add support for other custom field types?

Yes. The plugin uses an extensible `Field_Type_Contract` provider interface with
the `loop_dynamic_fields/register_providers` hook.

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Lupyx Dynamic Fields for Elementor» és programari de codi obert. La següent gent
ha col·laborat en aquesta extensió.

Col·laboradors

 *   [ devnexus ](https://profiles.wordpress.org/devnexus/)

[Traduïu «Lupyx Dynamic Fields for Elementor» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/lupyx-dynamic-fields-for-elementor)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/lupyx-dynamic-fields-for-elementor/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/lupyx-dynamic-fields-for-elementor/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/lupyx-dynamic-fields-for-elementor/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/lupyx-dynamic-fields-for-elementor/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.0.0

 * Loop Grid and Loop Carousel support with Lupyx-branded Query controls.
 * Nine ACF Repeater Dynamic Tags: Text/Textarea, Email, Email URL, WYSIWYG, Image,
   URL/Link, Number, Date/Time, and Post Title.
 * Dedicated Email and Email URL tags (separate from text fields).
 * URL/Link tag options for clickable HTML links in Text widgets.
 * Public release.

#### 0.0.2

 * Update plugin name, slug, and prefix.

#### 0.0.1

 * Update plugin name, slug, and prefix.
 * Update Author and Plugin URI.

#### 0.0.0

 * Initial development release.

## Meta

 *  Versió **1.0.0**
 *  Darrera actualització **fa 1 setmana**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 6.5 o posterior **
 *  Provada fins a **7.1**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/lupyx-dynamic-fields-for-elementor/)
 * Etiquetes
 * [acf](https://ca.wordpress.org/plugins/tags/acf/)[dynamic tags](https://ca.wordpress.org/plugins/tags/dynamic-tags/)
   [elementor](https://ca.wordpress.org/plugins/tags/elementor/)[loop grid](https://ca.wordpress.org/plugins/tags/loop-grid/)
   [repeater](https://ca.wordpress.org/plugins/tags/repeater/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/lupyx-dynamic-fields-for-elementor/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[La vostra ressenya](https://wordpress.org/support/plugin/lupyx-dynamic-fields-for-elementor/reviews/#new-post)

[Visualitza totes les ressenyes](https://wordpress.org/support/plugin/lupyx-dynamic-fields-for-elementor/reviews/)

## Col·laboradors

 *   [ devnexus ](https://profiles.wordpress.org/devnexus/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/lupyx-dynamic-fields-for-elementor/)