Thought I’d do a quick post here with some known issues and solutions from the 3.0.0 update. We’re very happy so far, all issues seem to be quite minor.
The major thing we’re seeing is caching plugins/server caching not being cleared. This is a major update, so the first thing you should do is clear your caching (including your browser caching). This has resolved most issues we’ve seen reported.
All of the below issues are fixed in 3.0.1, which is scheduled to be released on October 8, 10am PST.
Navigation search height
The navigation search height isn’t matching the menu item height if it’s been changed. This can be fixed with some CSS for now:
.navigation-search input[type="search"] {
height: 50px; /* your menu item height */
}
Navigation search and sticky navigation
There’s an issue when initiating the navigation search in the sticky navigation that has been fixed in 3.0.1.
RTL sub-menu issues
If your sub-menu isn’t aligning/appearing correctly on RTL sites, make sure the sub-menu direction is set to “Left” in Customize > Layout > Primary Navigation.
Elementor full width template when using flexbox
This issue can be fixed like this:
.elementor-template-full-width .site-content {
display: block;
}