The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design. https://elementor.com/
Find a file
Batsirai Muchareva b8722f4a34
Some checks are pending
Build / Build plugin (push) Waiting to run
Check CSS Size Limit / Build plugin (push) Waiting to run
Check CSS Size Limit / check-size-limit (push) Blocked by required conditions
Lighthouse / Build plugin (push) Waiting to run
Lighthouse / Lighthouse test - WP latest on PHP 7.4 (push) Blocked by required conditions
Lighthouse / Lighthouse - Test Results (push) Blocked by required conditions
Performance Check / Build plugin (push) Waiting to run
Performance Check / Compare V4 to V3 (push) Blocked by required conditions
Publish Packages with Build Number / Publish Packages (push) Waiting to run
Update Latest Pull Requests / update-pull-requests (push) Waiting to run
Fix: Malformed prop-value, prevents editor from loading [ED-22035] (#33836)
## PR Checklist
<!-- 
Please check if your PR fulfills the following requirements:
**Filling out the template is required.** Any pull request that does not
include enough information to be reviewed in a timely manner may be
closed at the maintainers' discretion.
 -->
- [ ] The commit message follows our guidelines:
https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md


## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x" with no
spaces eg: [x]. -->
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] Other... Please describe:

## Summary

This PR can be summarized in the following changelog entry:

*

## Description
An explanation of what is done in this PR

*

## Test instructions
This PR can be tested by following these steps:

*

## Quality assurance

- [ ] I have tested this code to the best of my abilities
- [ ] I have added unittests to verify the code works as intended
- [ ] Docs have been added / updated (for bug fixes / features)

Fixes #

<!--start_gitstream_placeholder-->
###  PR Description
Purpose: Fix malformed size variable prop-values that prevented editor
from loading by adding validation and default unit handling in
Prop_Type_Adapter.

Main changes:
- Added null-safety checks and default unit fallback in from_storage()
for malformed size variables
- Moved schema lookup inside closure to fix undefined variable error in
to_storage() method
- Added comprehensive test coverage for edge cases with empty, null, and
malformed variable values

_Generated by LinearB AI and added by gitStream._
<sub>AI-generated content may contain inaccuracies. Please verify before
using.
💡 **Tip:** You can customize your AI Description using **Guidelines**
[Learn
how](https://docs.gitstream.cm/automation-actions/#describe-changes)</sub>
<!--end_gitstream_placeholder-->

---------

Co-authored-by: ElementorBot <48412871+elementorbot@users.noreply.github.com>
2025-12-16 13:21:56 +02:00
.claude Feature: MCP Canvas REVAMP [ED-21821] (#33774) 2025-12-14 11:14:06 +02:00
.cursor Internal: Cursor rules and tasks [ED-21170] (#32962) 2025-11-10 17:06:49 +02:00
.github Internal: Stability fixes + Wordpress version update [ED-21901] (#33708) 2025-12-08 16:15:33 +01:00
.grunt-config Internal: Editor One redesign [ED-21837] (#33778) 2025-12-15 14:43:46 +01:00
.run Internal: Add IDE run configuration for Grunt watch tasks (#15565) 2021-07-06 18:11:12 +03:00
.vscode CI: Tasks.json change [ED-21603] (#33605) 2025-11-26 12:33:43 +02:00
.wporg-assets Internal: Revert to original static image (ED-15874) (#28889) 2024-10-07 13:23:39 +03:00
app Internal: Update Editor menu with fly-out [ED-21801] [ED-21836] [ED-21838] [ED-21903] [ED-21904] (#33689) 2025-12-11 12:14:28 +01:00
assets Internal: Editor One redesign [ED-21837] (#33778) 2025-12-15 14:43:46 +01:00
bin Internal: Clean up scripts (#29609) 2024-12-17 17:50:32 +02:00
core Internal: Editor One redesign [ED-21837] (#33778) 2025-12-15 14:43:46 +01:00
data Internal: Update php coding standard - NoReservedKeywordParameterNames [ED-20666] (#32598) 2025-09-03 14:15:39 +03:00
docs Internal: Remove unneeded title attributes from the Editor [ED-19144] (#31092) 2025-05-20 13:13:43 +03:00
includes Internal: Update Editor menu with fly-out [ED-21801] [ED-21836] [ED-21838] [ED-21903] [ED-21904] (#33689) 2025-12-11 12:14:28 +01:00
modules Fix: Malformed prop-value, prevents editor from loading [ED-22035] (#33836) 2025-12-16 13:21:56 +02:00
packages Fix: Atomic tabs duplicate dont change default active tab [ED-22030] (#33820) 2025-12-16 12:33:18 +02:00
php-scoper Internal: Remove PHP DI [ED-20376] (#32266) 2025-08-14 11:52:45 +02:00
scripts CI: Add ci flag to create-version-change script (#33723) 2025-12-07 20:55:00 +02:00
tests Fix: Malformed prop-value, prevents editor from loading [ED-22035] (#33836) 2025-12-16 13:21:56 +02:00
vendor_prefixed Internal: Install twig and use it in a simple widget [ED-18013] (#30070) 2025-01-30 13:51:32 +02:00
.browserslistrc Tweak: Update supported browsers [ED-20927] (#32696) 2025-09-10 05:47:50 -07:00
.claudeignore Feature: MCP Canvas REVAMP [ED-21821] (#33774) 2025-12-14 11:14:06 +02:00
.editorconfig Add base EditorConfig configurations 2019-02-26 13:10:51 +02:00
.env.example Internal: Run local tests on Playground [ED-20622] (#32529) 2025-09-01 09:56:48 +03:00
.eslintignore Internal: Config release packages as one [ED-20051] (#31872) 2025-07-28 09:00:52 +03:00
.eslintrc.js Internal: Raise ECMA version in .eslintrc.js [ED-21309] (#33116) 2025-10-30 00:10:59 -07:00
.gitattributes Add editor config 2019-02-26 12:11:29 +02:00
.gitignore Feature: MCP Canvas REVAMP [ED-21821] (#33774) 2025-12-14 11:14:06 +02:00
.lighthouserc.js Revert: Performance test init [EDS-478] (#28827) 2024-09-26 13:47:22 +03:00
.nvmrc Experiment: Infra elementor-packages within core (#31615) 2025-07-06 15:29:42 +03:00
.wp-env.json Internal: Update the plugin's regression test with a plugin to avoid ED-15079 [ED-15360] (#28102) 2024-07-17 15:16:30 +03:00
changelog.txt Internal: Changelog for v3.33.4 (#33766) 2025-12-08 17:22:25 +02:00
commitlint.config.js CI: Commit lint configuration header-max-length + new enum types (#32441) 2025-08-26 17:29:52 +03:00
composer.json Internal: Make a standard way for creating atomic elements [ED-20244] (#32061) 2025-08-14 17:59:54 +03:00
composer.lock Internal: Remove PHP DI [ED-20376] (#32266) 2025-08-14 11:52:45 +02:00
CONTRIBUTING.md Internal: New Contributing.md file [ED-19665] (#31725) 2025-07-07 13:08:24 +03:00
docker-compose.yml Change docker repo 2018-12-11 14:13:05 +02:00
elementor.php Internal: Load trigger_deprecation function for Twig compatibility (#33799) 2025-12-15 11:39:16 +01:00
eslint-local-rules.js Experiment: Infra elementor-packages within core (#31615) 2025-07-06 15:29:42 +03:00
Gruntfile.js CI: Remove several stuff for CI optimizations [ED-20722] (#32570) 2025-09-08 10:42:18 +03:00
karma.conf.js Internal: Update react loading AlphaChip V4 Opt In [ED-18415] (#30657) 2025-03-27 14:16:12 +02:00
license.txt Added GPL license 2016-10-13 10:37:10 +03:00
package-lock.json Internal: Update icons for component header [ED-21254] (#33776) 2025-12-09 14:49:40 +02:00
package.json Internal: Update icons for component header [ED-21254] (#33776) 2025-12-09 14:49:40 +02:00
phpunit.xml Internal: Fix border radius is not applied on image [ED-17924] (#30014) 2025-01-26 15:01:05 +02:00
README.md Internal: Updated docs to include info about new Bounty Programs [ED-13223] (#24659) 2023-12-29 09:46:02 +02:00
readme.txt Internal: Changelog for v3.33.4 (#33766) 2025-12-08 17:22:25 +02:00
ruleset.xml Internal: Update php coding standard - Underscore [ED-20693] (#32609) 2025-09-03 07:05:59 -07:00
run-on-linux.js Internal: Plugin tester playwright edition [ED-12924] (#24474) 2023-12-05 17:25:03 +01:00
tsconfig.json Internal: Eslint typescript playwright rules (#25179) 2024-02-20 10:09:54 +01:00

Elementor Website Builder

Welcome to the Elementor GitHub repository!

Elementor is the most advanced front-end drag-and-drop website builder. Create high-end, pixel-perfect websites at record speeds. Build any theme, any page, and any design with no code.


Elementor Website Builder


Introducing a WordPress website builder with no limits of design. A website builder that delivers high-end page designs and advanced capabilities never before seen on WordPress.

It's time for Elementor Website Builder.

The leading website builder for any purpose

Whether you are a web designer looking for a way to achieve pixel-perfect websites, a marketer looking to get online fast, or a developer who wants to expand their capabilities, Elementor's website builder has what you need - intuitive drag-and-drop Editor, advanced design features and a complete open-source approach.

There are many other features to help you build better websites. Join the elite web professionals who enjoy Elementor Pro!

Elementor Roadmap

Discover what's Next in Elementor. Visit the Elementor Roadmap and learn about the status of upcoming or newly-released features.

Developer API

Elementor website builder is free and open source. It's the perfect plugin to extend and integrate further. It was envisioned with the developer in mind, and we have already seen some truly remarkable addons created by many skilled developers.

To help you get started and learn just how to integrate with Elementor, we have created the official Elementor Developers Center.

Check the Developers Blog to discover the latest information from our engineers working on the newest Elementor versions, or visit the Developers Documentation to learn how to extend Elementor and create your Addons.

Developers Community

Join our Developers Community and share tips, tricks, and knowledge with other developers about extending and developing Addons for Elementor.

Be a Contributor

Community contributions are always welcomed and help us remain the Number 1 WordPress Website Builder. Feel free to answer questions on GitHub and within the various Elementor communities.

There are many ways to contribute to Elementor:

Contribution Guidelines

Please read our Contribution Guidelines to learn the best practices for contributing to Elementor.

Bug Report

If you found a bug in the source code and can reproduce it consistently after troubleshooting it, you can help us by submitting a Bug Report.

Even better, you can submit a Pull Request with a fix, and we will happily review it.

Security Report

Join our community-driven Bug Bounty programs.

We leverage the collective expertise of our community, offering round-the-clock crowdsourced vulnerability detection. The programs provide a comprehensive overview of features and endpoints considered 'in scope,' reward specifics where relevant, and our complete terms and conditions.

To learn more about our security efforts, visit our Trust Center. Security issues can be reported through our dedicated Bug Bounty Programs page.

Feature Request

Do you have a brilliant idea, enhancement, or feature you would love to see in Elementor? We're all ears!

Suggest new ideas, features, or enhancements by submitting a Feature Request.
You can also support existing ideas by voting for your favorite requests.

Translate

The Elementor User Interface was designed with a global audience in mind. It supports a wide range of languages and is also RTL compatible. Out of the box, we offer support for over 60 languages.

Want to make a difference?
We would appreciate your contribution by adding a new language or helping translate existing ones at translate.wordpress.org. To assist you, we've built a short guide explaining how to translate and localize the plugin.

Support

Need Help, Guidance, Assistance, or Support?

Use one of the support channels below to find solutions to your questions and get assistance.

Note that we are unable to offer any support through this repository.

Please DO NOT open issues or discussions to request support.
For those, use the appropriate channels.

Find out how to submit a Support Ticket here.

Alternatively, you can visit one of these resources:

  • Help Center
    Visit the Elementor Help Center to find solutions to the most frequent problems, or read the documentation about Elementor's many features.
  • Academy
    Grow your Web Creator skills and learn to make the most of Elementor in the Elementor Academy.
  • Global Community
    Join the Elementor Global Community on Facebook. Where all kinds of users come together to help each other.
  • Support Forum
    If you have more questions, visit the free Support Forum on our WordPress plugin page.
  • Elementor Website
    For more information about features, FAQs, and documentation, check out our website at Elementor Website Builder.

If you have an active Elementor Pro subscription, you are entitled to personal support. Please see your purchase email or visit your Elementor Account page for details.

Liked Elementor?