-
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
TMZ-70 Header controls #26
Conversation
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 see comments.
And - please split this one into two PRs, one for the changes in the CTA and the other for the Header widgets
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.
see comments
$custom_classes = $this->settings['advanced_custom_css_classes'] ?? ''; | ||
|
||
if ( $custom_classes ) { | ||
$layout_classnames .= ' ' . $custom_classes; | ||
} |
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 when will this condition be true?
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.
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
https://elementor.atlassian.net/browse/TMZ-60