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

TMZ-70 Header controls #26

Merged
merged 9 commits into from
Oct 9, 2024
Merged

Conversation

mserino
Copy link
Contributor

@mserino mserino commented Oct 3, 2024

@mserino mserino requested review from nicoladj77 and nuritsha October 3, 2024 14:43
@mserino mserino self-assigned this Oct 3, 2024
Copy link
Collaborator

@nuritsha nuritsha left a comment

Choose a reason for hiding this comment

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

@mserino see comments.
And - please split this one into two PRs, one for the changes in the CTA and the other for the Header widgets

modules/header/widgets/header.php Outdated Show resolved Hide resolved
modules/header/widgets/header.php Outdated Show resolved Hide resolved
Copy link
Collaborator

@nuritsha nuritsha left a comment

Choose a reason for hiding this comment

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

see comments

Comment on lines 20 to 24
$custom_classes = $this->settings['advanced_custom_css_classes'] ?? '';

if ( $custom_classes ) {
$layout_classnames .= ' ' . $custom_classes;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

@mserino when will this condition be true?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

when not null I guess, which makes me think that this will never be false. I am going to fix it with a new condition. This is something we brought over from the conversion center widgets

modules/template-parts/scss/hello-plus-header.scss Outdated Show resolved Hide resolved
@nuritsha nuritsha merged commit 617d228 into elementor:master Oct 9, 2024
5 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.

2 participants