-
Notifications
You must be signed in to change notification settings - Fork 1
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
Forms Lite Styling [TMZ-37] #64
Forms Lite Styling [TMZ-37] #64
Conversation
…te-styling # Conflicts: # modules/forms/classes/render/widget-form-render.php
# Conflicts: # modules/forms/assets/js/editor/module.js # modules/forms/assets/scss/widgets/hello-plus-forms.scss # modules/forms/classes/form-base.php # modules/forms/classes/render/widget-form-render.php # modules/forms/fields/acceptance.php # modules/forms/fields/tel.php # modules/forms/widgets/form.php # webpack.config.js
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
} | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing new line at the end of the file
if ( ! empty( $button_type ) ) { | ||
$button_classnames .= ' is-type-' . $button_type; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mserino please fix the linting issues |
@nuritsha fixed linting |
@@ -1,8 +1,8 @@ | |||
export default class Forms extends elementorModules.Module { | |||
constructor() { | |||
super(); | |||
|
|||
elementorFrontend.elementsHandler.attachHandler( 'form-lite', [ | |||
console.log( 'Forms constructor' ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mserino please remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
modules/forms/widgets/form.php
Outdated
'image_alt' => esc_attr__( 'Upgrade Now', 'hello-plus' ), | ||
'title' => esc_html__( 'Take your forms further', 'hello-plus' ), | ||
'description' => esc_html__( 'Unlock advanced form customization and field options with Elementor Pro.', 'hello-plus' ), | ||
'upgrade_url' => esc_url( 'https://go.elementor.com/go-pro/' ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mserino I think we need to add utm to this link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
# Conflicts: # includes/utils.php
https://elementor.atlassian.net/browse/TMZ-37