Skip to content
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

Merged
merged 39 commits into from
Nov 18, 2024

Conversation

mserino
Copy link
Contributor

@mserino mserino commented Nov 13, 2024

nicoladj77 and others added 30 commits October 29, 2024 15:31
…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
@mserino mserino self-assigned this Nov 13, 2024
Comment on lines 269 to 270

}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}

Copy link
Collaborator

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;
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@nuritsha
Copy link
Collaborator

@mserino please fix the linting issues

@nicoladj77
Copy link
Contributor

@nuritsha fixed linting

@mserino mserino requested a review from nuritsha November 14, 2024 09:47
@@ -1,8 +1,8 @@
export default class Forms extends elementorModules.Module {
constructor() {
super();

elementorFrontend.elementsHandler.attachHandler( 'form-lite', [
console.log( 'Forms constructor' );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mserino please remove

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

'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/' ),
Copy link
Collaborator

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@mserino mserino requested a review from nuritsha November 18, 2024 11:01
@nuritsha nuritsha merged commit 0436583 into elementor:master Nov 18, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants