-
Notifications
You must be signed in to change notification settings - Fork 59
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
EPS-1056: Removed deprecated class .elementor-button-wrapper #1062
base: release-candidate
Are you sure you want to change the base?
Changes from 4 commits
c8e16bd
20baa21
a89fec2
14d3ad3
83c3848
156492e
2fececa
924e7c2
7d16518
bbbb421
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -403,8 +403,8 @@ protected function register_general_content_controls() { | |
], | ||
'selectors' => [ | ||
'{{WRAPPER}} li.menu-item a' => 'justify-content: {{VALUE}};', | ||
'{{WRAPPER}} li .elementor-button-wrapper' => 'text-align: {{VALUE}};', | ||
'{{WRAPPER}}.hfe-menu-item-flex-end li .elementor-button-wrapper' => 'text-align: right;', | ||
'{{WRAPPER}} li.hfe-button-wrapper' => 'text-align: {{VALUE}};', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. there is a space after li There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, we are replacing it, checked here - https://prnt.sc/-_kSOsgmCQ8- |
||
'{{WRAPPER}}.hfe-menu-item-flex-end li.hfe-button-wrapper' => 'text-align: right;', | ||
], | ||
'prefix_class' => 'hfe-menu-item-', | ||
'frontend_available' => true, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,6 +135,7 @@ To access the advanced features and premium widgets, you’ll need to upgrade to | |
- Fix: "Function map_meta_cap called incorrectly" notice appearing for logged out users when shortcode executed manually. | ||
- Fix: Deprecated constant FILTER_SANITIZE_STRING replaced to ensure compatibility with PHP. | ||
- Fix: Resolved PHP error with NPS library. | ||
- Improvement: Removed 'elementor-button-wrapper' to enhance performance and optimize the DOM structure. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Improvement should be added at the top There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated in new dev version |
||
|
||
= 2.1.0 = | ||
- New: Added NPS Survey to gather your valuable feedback for Ultimate Addons for Elementor. | ||
|
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.
Add "hfe-button-wrapper" class here, it is not showing the cart button when we click on it and go to the cart page.
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.
Updated - https://prnt.sc/zkX2pNg9_vTS