Linux 软件免费装
Banner图

AI to Elementor — HTML Importer for Elementor

开发者 georget777
更新时间 2026年9月11日 00:34
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

elementor page builder import ai html import

下载

1.3.44 1.3.45 1.3.19 1.3.21 1.3.24 1.3.38 1.3.30 1.3.28 1.3.18 1.3.25 1.3.29 1.3.37 1.3.20 1.3.26

详情介绍:

AI to Elementor — HTML Importer for Elementor converts HTML code into native Elementor templates — no copy-pasting into HTML widgets, no broken layouts. Your HTML becomes real Elementor containers, headings, text editors, images, buttons, and videos that you can edit visually. This plugin is an independent project and is not affiliated with, endorsed by, or sponsored by Elementor Ltd. "Elementor" is a trademark of Elementor Ltd. This plugin is a conversion bridge for Elementor. Perfect for: How it works:
  1. Paste the HTML for one page, or upload that page as an .html/.zip file
  2. Click "Convert to Elementor"
  3. Open your new template in the Elementor editor
  4. Repeat for each additional page
Important — convert one page at a time: This is a page converter, not a whole-site importer. Each conversion turns a single HTML page into one editable Elementor template. To migrate a multi-page site, convert each page separately (e.g. index.html, about.html, contact.html — one at a time). A .zip may contain one page's HTML plus its images and CSS, but it should not contain an entire website. For the best results, follow our HTML guidelines — cleaner, well-structured HTML converts far more accurately (especially for AI-generated pages): https://aitoelementor.com/ai-guidelines/ Features: What it costs (straight answer): The plugin is free and every feature is unlocked — nothing is disabled in the code. The conversion itself runs on an external service (see below), and that service is metered: This is a service quota, not a crippled plugin — the plugin code is identical on the free and paid tiers. When you reach the free limit the plugin keeps working and simply tells you the quota is reached; nothing breaks or disappears.

安装:

  1. Upload the plugin folder to /wp-content/plugins/ (or install directly from the WordPress Plugins screen → Add New)
  2. Activate the plugin through the "Plugins" menu in WordPress
  3. Ensure Elementor is installed and activated
  4. Go to "AI to Elementor" > "Convert" in the admin menu
  5. Paste HTML or upload a file and click "Convert to Elementor"

屏幕截图:

  • Successful conversion with template link
  • Converted template in the Elementor editor
  • Settings page — service connection and data preferences

升级注意事项:

1.3.22 Detects when Elementor's Flexbox Container feature is off (the usual cause of a blank converted page) and offers a one-click fix. 1.3.21 Confirmed compatible with WordPress 7.0. 1.3.20 Adds a link to the HTML guidelines in the converter and FAQ to help you get the most accurate conversions. 1.3.19 Adds clear "one page at a time" guidance in the converter UI and FAQ. Convert each page of a site separately — this is a page converter, not a whole-site importer. 1.3.18 Engine upgrade (server-side, automatic for everyone) + internationalization fixes. Conversion fidelity now noticeably improved across all customer page types — particularly for AI-generated HTML, sites with custom font weights / italic variants, gallery layouts using CSS Grid + aspect-ratio, hero sections with brightness-filtered background images, and pages from the Anthropic Stitch / Lovable offline-export format. 18+ user-facing error messages are now translatable. No re-connection required. 1.3.17 WordPress.org compliance pass — all in-plugin "upgrade" call-to-action UI removed. No functional changes for either public-tier or subscribed users; the external conversion service continues to enforce its own quotas. Settings page now surfaces service plan / usage info neutrally without a CTA button.

常见问题:

Do I need Elementor Pro?

No. The plugin works with the free version of Elementor.

Does it work with Elementor 4 (the Atomic editor)?

Yes. Converted pages import as classic elements, which Elementor 4 officially supports alongside Atomic — you edit them exactly as before, and classic elements have no deprecation date. Verified on Elementor 4.2. If your site ships a widget your template uses as "legacy" (off by default), the plugin tells you exactly which one and how to enable it after the import.

What HTML can I convert?

Any valid HTML page — from AI code generators, static websites, landing page builders, or hand-coded HTML. The converter handles modern CSS layouts including flexbox and grid.

How do I get the best conversion quality?

Cleaner, well-structured HTML converts more accurately — semantic tags, sensible class names, and standard CSS layouts all help, while heavily-nested or obfuscated markup (common in some AI exports) is harder to map. We publish a short set of HTML guidelines with concrete do's and don'ts here: https://aitoelementor.com/ai-guidelines/ — worth a look before converting AI-generated pages.

Can I import a whole website at once?

No — and this is important. The plugin converts one page per conversion, not an entire site in a single step. Each conversion produces one Elementor template from one HTML page. If you have a multi-page website, convert each page on its own: paste or upload index.html and convert it, then about.html, then contact.html, and so on. If you upload a .zip, it should contain a single page's HTML plus that page's images and CSS — not a full-site export. Trying to convert a whole site in one go will not work as expected.

My converted page is blank / empty on the front end — why?

The most common cause is that Elementor's Flexbox Container feature is turned off on your site. Converted templates are built from containers, so with that feature disabled the page renders blank (even though the template imported correctly). The plugin now detects this and shows a warning with a one-click Enable Flexbox Containers button (for administrators). You can also enable it manually at Elementor → Settings → Features → Flexbox Container (set it to Active and save). After enabling, reload the page — it will render.

My icons came in as markup instead of editable images — why?

Icons drawn as inline SVG can be imported two ways. By default they are kept as markup: they render exactly as designed, but they are not editable through Elementor image controls, and the import notice tells you how many were kept that way. The alternative is to save each icon into your Media Library as a real file, which makes it an ordinary Elementor Image widget. That is off by default on purpose — writing SVG into a Media Library is a security decision that belongs to the site owner, not to a plugin. Every icon is re-sanitised through a geometry allowlist and Elementor's own SVG sanitizer before anything is written, and the permission is scoped to the import itself rather than switching on SVG uploads site-wide. To enable it, add this to a small plugin or your theme functions.php: add_filter( 'htel_import_svg_icons', '__return_true' ); Convert the page again afterwards — the setting applies at import time, so pages already imported keep the markup they arrived with.

What happens to images in my HTML?

If you upload a ZIP file containing your HTML and images folder, all images are automatically imported to your WordPress Media Library and the paths are updated in the template.

How many conversions do I get for free?

The conversion service includes one (1) free conversion per website — no sign-up or key required — so you can try it on a real page first. If you need to convert more, the service operator offers optional paid subscription plans with higher monthly quotas; you enter the key in Settings. The plugin itself requires no subscription and locks no features — the quota is on the external conversion service, and the plugin works the same on both tiers.

Where does my HTML go?

To the conversion service at api.aitoelementor.com. See the "External Service" section above for full details, including the operator's Terms of Service and Privacy Policy links.

Where are my converted templates?

Templates are saved to the Elementor Template Library. Go to "Templates" > "Saved Templates" in your WordPress admin, or use the direct link provided after conversion.

Which AI page generators does it work with?

It works with the HTML output of any code generator — ChatGPT, Claude, Lovable, bolt.new, v0, Cursor, and Anthropic Stitch are all supported, including the offline/bundled export formats some of them produce. It also works with plain hand-written HTML and static site exports. If it's valid HTML, the converter can process it.

What happens after I use my 1 free conversion?

The plugin keeps working — you simply see a plain message from the service saying you've used your free conversion for this site. Nothing in the plugin is disabled or locked. If you need to convert more pages you can optionally subscribe to a paid plan on the service operator's website and paste the key into Settings.

Is my HTML kept or shared?

Your HTML is sent to the conversion service to perform the conversion, and the service also keeps a copy for up to 90 days to find and fix conversion bugs. It is stored with your site's domain and a timestamp only — never with your subscription key or email — and is deleted automatically. It is not shared with third parties and is not used to train any model offered to others. This applies on the free tier as well as paid plans. You can switch it off: untick sampling in the plugin's Settings > Data & Privacy, and nothing further is kept. You can also ask for anything already collected from your site to be deleted by emailing privacy@aitoelementor.com with your domain. Full terms are in Section 9.4 of the operator's Terms of Service, linked in the "External Service" section above. The plugin does not send anything in the background — it only contacts the service when you click Convert, enter a key, or save Settings.

The conversion failed or my page looks off — what do I do?

The result screen auto-diagnoses common causes (security/optimization plugins like Wordfence or SG Security blocking the request, outbound HTTPS blocked, or request-body size). Follow the on-screen guidance for your specific setup. For best fidelity, upload a ZIP that includes your HTML plus its images and CSS files so the converter has the full page.

更新日志:

1.3.45 1.3.44 1.3.43 1.3.42 1.3.41 1.3.40 1.3.39 1.3.38 1.3.37 1.3.36 1.3.35 1.3.34 1.3.33 1.3.32 1.3.31 1.3.30 1.3.29 1.3.28 1.3.27 1.3.26 1.3.25 1.3.24 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 1.3.18 1.3.17 1.3.16 1.3.15 1.3.14 1.3.12 1.3.11 1.3.10 1.3.8 1.3.7 1.3.5 1.3.3 1.0.0