Skip to main content

Incorrect Title Bar causes wrong page to display after publishing

The Beaver Builder UI shows you what page you are editing in the top left. We refer to this as the Title Bar.

image

Sometimes users experience issues where the Title Bar does not show the correct Title information for the post/page they are editing. Users might also find that when this happens and they publish changes, instead of being taken to the post/page they were editing, they are redirected to the incorrect post/page that was listed in the Title Bar.

The Cause​

The cause is custom code that uses WP_Query but does not reset the query properly. This custom code is in the theme or a plugin that the site uses.

The Solution​

If the jQuery comes from custom code in your site, you must reset the query properly. If the problem is coming from a theme or plugin, contact the developer to correct the code.