Skip to main content




When migrating pages built with Elementor, there are a few things to keep in mind.

What is the best way to migrate my site?

Si aún no ha migrado su sitio y está listo para hacerlo, tenemos una buena guía para seguir. Haga clic en este link para comenzar:

Cómo migrar su sitio de WordPress con Elementor


I have already migrated my site, but something is wrong!

If you've already migrated your site, but see some outstanding issues, start here:

After migrating

Utilice la herramienta Reemplazar Url:

Now, you should use the Replace URL herramienta para asegurarse de que se hayan reemplazado todas las instancias de la URL. Incluso si cree que su plugin ya ha hecho esto, es posible que se hayan perdido algunas instancias, ya que Elementor almacena algunas de ellas en archivos en lugar de en la base de datos.

  1. Go Elementor> Tools> Replace URL
  2. Enter your old and new URLs

file-xrj6t4z31j-6039121Regenera el CSS:

Después de la migración, debe volver a generar el CSS. Borrará el CSS y luego se generará la cache una vez más. A veces, tendrá que borrar las capas de almacenamiento en caché (caché del server, caché de complementos) dado que un software de almacenamiento en caché puede evitar que Elementor reescriba los archivos CSS.

  1. Go Elementor> Tools> Regenerate CSS

file-7wrzry637k-5964636


Additional troubleshooting

  1. Background Image Migration: Background images are saved in a CSS file that has an absolute URL. To avoid migration issues with background images without writing a script, you can define the CSS printing method to be online instead of using external files, if you like. This can be done by going to Elementor> Settings> Advanced> CSS printing method> Internal embedding> CSS printing method: online, in your WP dashboard.
  2. If you find that you are getting mixed media errors after a migration from http: // for https: //, or if you are missing images and other assets when viewing the new site, follow the AFTER MIGRATING previous steps.
  3. If you use the Text editor widget after migrating, and you discover that your editor panel is dimmed, esto se debe a que la nueva URL del sitio Web tiene un carácter adicional, como un espacio, dentro de ella. Para resolver este problema, vaya a Settings> General en el administrador de WordPress y escriba la URL correcta en la configuración allí. (Es posible que el carácter adicional no be visible, así que elimine la URL completa y vuelva a escribir manualmente).

file-s7jarm33f4-4745946

file-rcqm1gqoqh-1981816


I want to write my own code to migrate. Any advice for me?

Use programmatic migration

Override URL behavior:

Si está escribiendo su propio código para migrar mediante programming, deberá tener en cuenta que el add_post_meta from Elementor remove JSON escape strings with the wp_unslash WP function.

To avoid database search and replace problems, you can mimic the replacement code URL tool from Elementor (find the code located at wp-content> Elementor> Includes> Utils):

WP CLI:

You can also use the WP CLI to migrate your websites. For more information on commands, see our WP CLI integration.