New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditions Not Working Starting With 3.4.0 #16003
Comments
Hey @meceware, We will be releasing a version with bugfixes very soon, and a fix to this issue will be included. |
Awesome :) Cheers, |
This issue has been resolved in Elementor v3.4.1 Feel free to update Thanks! |
@shilo-ey It's resolved for Dash(-) but still issue with Capitals in conditions. It was working fine till 3.4.0 but in 3.4.1 it started creating issue.
Check Video, Where we have shown a comparison of 3.4.0 to 3.4.1. https://app.vmaker.com/record/KcfR8nUXWB5AN5n9 It required action soon on this as many of our users will have issue due to this. Thanks from The Plus Addons for Elementor Team |
@posimyth |
@posimyth |
Why I can't use, for example, a '.' (dot) in the option name? Or uppercase letters? Why are these restrictions in the names of options, moreover, used only when processing visibility conditions, but not when creating options? Please note that in addition to editor.js (which causes the js-error in the console - see #16065 ), there is a similar check in controls-stack.php: I think that such "cutting" of only suitable characters when getting the option name is meaningless - as a result, the check will still not work, because the name of the option to be checked will differ from its real name specified when creating the element (if the option name contains characters that are unacceptable in your opinion): http://joxi.ru/l2ZGE58cRQxW4A |
This issue has been resolved in Elementor v3.4.2 Feel free to update Thanks! |
Hey guys,
I'm an Elementor plugin developer, and I've been facing an issue with Elementor 3.4. The conditions are not working anymore. I've searched the issues but couldn't find an answer. Please find a simple test plugin code below:
You can install the file as a new plugin on a test site. This code works with previous versions of Elementor but not with Elementor 3.4.0. Can you help and see what's happening?
Thank you,
The text was updated successfully, but these errors were encountered: