Title: Arvexa Loom Builder
Author: balloodn
Published: <strong>22 de Julio de  2026</strong>
Last modified: 13 de Agosto de  2026

---

Buscar plugins

![](https://ps.w.org/arvexa-loom-builder/assets/banner-772x250.png?rev=3619031)

![](https://ps.w.org/arvexa-loom-builder/assets/icon-256x256.png?rev=3619031)

# Arvexa Loom Builder

 Por [balloodn](https://profiles.wordpress.org/balloodn/)

[Descargar](https://downloads.wordpress.org/plugin/arvexa-loom-builder.1.7.1.zip)

 * [Detalles](https://cl.wordpress.org/plugins/arvexa-loom-builder/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/arvexa-loom-builder/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/arvexa-loom-builder/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/arvexa-loom-builder/#developers)

 [Soporte](https://wordpress.org/support/plugin/arvexa-loom-builder/)

## Descripción

Arvexa Loom Builder is a visual page builder for WordPress with a built-in SEO module.
Build landing pages and complete sites without writing code. The plugin uses WordPress
and its own components, with no required third-party plugins.

The editor is built with native WordPress React (`wp.element`) and requires no build
step. Public pages are rendered by PHP from a JSON layout, keeping the output fast
and search-engine friendly.

Features:

 * Visual page builder with responsive controls, reusable sections and animations.
 * Slider, carousel, gallery, lightbox and repeater controls.
 * Native custom fields, field groups and dynamic data binding.
 * WooCommerce product, cart and filter widgets when WooCommerce is active.
 * Built-in SEO tools for titles, meta tags, Open Graph, JSON-LD, robots rules and
   XML sitemaps.
 * Reusable header, footer and block templates with display conditions.

## Capturas de pantalla

[⌊The Loom editor: widget panel, page canvas and inspector.⌉⌊The Loom editor: widget
panel, page canvas and inspector.⌉[

The Loom editor: widget panel, page canvas and inspector.

[⌊A landing-page layout made with the optional Arvexa Loom Builder Pro add-on.⌉⌊
A landing-page layout made with the optional Arvexa Loom Builder Pro add-on.⌉[

A landing-page layout made with the optional Arvexa Loom Builder Pro add-on.

[⌊SEO module settings: JSON-LD schema types and XML sitemap controls.⌉⌊SEO module
settings: JSON-LD schema types and XML sitemap controls.⌉[

SEO module settings: JSON-LD schema types and XML sitemap controls.

## Instalación

 1. Upload the `arvexa-loom-builder` folder to the `/wp-content/plugins/` directory,
    or install the plugin from the WordPress Plugins screen.
 2. Activate the plugin through the Plugins screen in WordPress.
 3. Open a page or post and choose “Edit with Loom”.

## FAQ

### Does the plugin require another page builder?

No. Arvexa Loom Builder is a standalone visual editor and does not require another
builder.

### Does it provide custom fields?

Yes. The plugin includes its own field engine with field groups, location rules 
and ten field types, including repeaters. No additional custom-fields plugin is 
required.

### Can I use the built-in SEO module with another SEO plugin?

The plugin provides title templates, meta descriptions, canonical URLs, Open Graph
tags, JSON-LD and XML sitemaps. To avoid duplicate head tags and sitemaps, enable
only one SEO module at a time.

### Does it work with block themes?

Loom replaces enabled post content through the standard `the_content` filter in 
the main WordPress loop. Use a theme whose page template renders the post content
in that loop and provides the page width you need.

### Does it work with WooCommerce?

Yes. When WooCommerce is active, the editor provides product-grid, add-to-cart and
product-filter widgets.

### What happens when the plugin is deactivated?

Your layout is kept as post metadata. While the plugin is inactive, WordPress shows
the normal post content; the Loom layout is available again after reactivation.

### Is there a paid version?

An optional Arvexa Loom Builder Pro add-on adds a design system, global sections,
a visual query loop, layout revisions and a site-wide SEO audit. It is installed
separately on top of the free plugin.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Arvexa Loom Builder” es software de código abierto. Las siguientes personas han
contribuido a este plugin.

Colaboradores

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

[Traduce “Arvexa Loom Builder” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/arvexa-loom-builder)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/arvexa-loom-builder/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/arvexa-loom-builder/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/arvexa-loom-builder/)
por [RSS](https://plugins.trac.wordpress.org/log/arvexa-loom-builder/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.7.1

 * Compatibility release for WordPress 7.1.

#### 1.7.0

 * Editor UX: drag-and-drop reordering of sections, columns and widgets (with a 
   drag handle), including moving widgets between columns; undo/redo with history
   and Ctrl/Cmd+Z / Ctrl+Shift+Z (Ctrl+Y) shortcuts; export a section or the whole
   page to JSON and import sections from JSON (IDs are regenerated to avoid clashes).

#### 1.6.0

 * Reusable templates: `loom_template` can be a Header, Footer or Block, shown by
   display conditions (entire site, front page, post type, specific post, post type
   archive, 404 or search). Headers and footers render in theme positions through`
   loom_header()` / `loom_footer()` with a `wp_body_open` / `wp_footer` fallback.
   Blocks can be inserted through the Template widget or the `[loom_template id="
   123"]` shortcode. Self-recursion is guarded.

#### 1.5.0

 * SEO module: per-post SEO settings (title, description, canonical URL, share image
   and noindex); title templates, meta description, canonical, robots, Open Graph
   and Twitter Card tags; JSON-LD graph for Organization/Person, WebSite, BreadcrumbList,
   Article and WooCommerce Product; native XML sitemap index and per-post-type sitemaps
   at `/sitemap.xml`; robots.txt sitemap entry and custom rules.

#### 1.4.0

 * WooCommerce integration (guarded by `class_exists`). Widgets: Products grid, 
   Add to Cart and Product Filter. Native faceted filters through `pre_get_posts`
   for categories, attributes and price ranges. WooCommerce widget category in the
   editor panel.

#### 1.3.0

 * Native field engine with text, textarea, number, select, true/false, color, image,
   gallery, link and repeater fields. Field groups have a visual builder and location
   rules. Public API: `loom_field()`. Builder text and image widgets can bind to
   custom-field values at render time.

#### 1.2.0

 * Advanced animations: entrance presets with per-element duration, delay and easing;
   continuous loop animations; and hover animations. Scroll-triggered animations
   use IntersectionObserver and honor `prefers-reduced-motion`.

#### 1.1.0

 * Slider widget (slide, fade and cards), Carousel widget, Gallery widget with a
   native lightbox, repeater controls, multi-image gallery picker and single-image
   object control. All interactions use vanilla JavaScript with no external libraries.

#### 1.0.0

 * Core builder, REST layout API, server renderer, responsive scoped CSS, heading,
   text, image, button and spacer widgets, plus entrance animations.

## Meta

 *  Versión **1.7.1**
 *  Última actualización **hace 3 semanas**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 6.0 o superior **
 *  Probado hasta **7.1**
 *  Versión de PHP ** 7.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/arvexa-loom-builder/)
 * Etiquetas
 * [builder](https://cl.wordpress.org/plugins/tags/builder/)[landing page](https://cl.wordpress.org/plugins/tags/landing-page/)
   [page builder](https://cl.wordpress.org/plugins/tags/page-builder/)[seo](https://cl.wordpress.org/plugins/tags/seo/)
   [woocommerce](https://cl.wordpress.org/plugins/tags/woocommerce/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/arvexa-loom-builder/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

[Tu reseña](https://wordpress.org/support/plugin/arvexa-loom-builder/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/arvexa-loom-builder/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/arvexa-loom-builder/)