Latest Update breaks Elementor Header Menu
-
The following problem exists on two different websites as soon as I update from version 3.1.9 to 4.3.3 and from 3.2.5 (Pro) to 4.2.1 (Pro): The menu items (text) are no longer visible on hover but are overlayed by a colored area or frame (related to the “pointer” setting in the Elementor WP-menu), AND the dropdown functionality is no longer working. When the pointer is set to “frame” a second frame appears on hover that is shifted (left or right) and positioned differently then the original frame that used to appear on hover before the update.
The headers were build with Elementor Pro, years ago. Both sides do not use the container but the old section / column style.
I have tested it extensively; Ele Custom Skin / Pro is definitely the cause of this problem.
Both websites are designed differently, use different plugins, one uses WooCommerce, the other does not. All other plugins, themes, and WP versions are up to date.
Additionally, the loop carousel no longer works (in 4.3.3 and 4.2.1 (Pro)). It could be rebuilt with Elementor Pro, but the client won’t pay for that.
When will these bugs be fixed?
-
I have a similar issue:
Summary: Since updating the main menu that was equally spaced is now aligned left
This has happened after updating this plugin.
This css has been removed since the update.
.elementor-nav-menu__align-justify .elementor-nav-menu–layout-horizontal .elementor-nav-menu>li {
flex-grow: 1;
}
This has been added:
.elementor-51279 .elementor-element.elementor-global-52816 {
–ecs-nav-main-display: flex;
–ecs-nav-main-dir: row;
–ecs-nav-toggle-display: none;
–nav-menu-icon-size: 30px;
}
If I add flex-grow: 1; and remove –ecs-nav-main-display: flex; from the above css the menu is spaced out again. Better solution please
You must be logged in to reply to this topic.