I’m having the exact same issue. A fresh install with a twenty twenty three theme version 1.1.
I tried rolling back the theme but the menu was still displayed exactly as your screenshot labeled “Front end”.
I have the same behavior.
There is no error reported.
When I change to a default theme the error disappears.
I installed a blank template and could conclude that using Foundation was causing the issue.
When I declared No Conflict before running Foundation, the issue disappeared.
Hello.
You probably solved the problem, but that may not be the best way to solve it.
If you update the plugin in the future, your code will be lost. So its better if you add this to your .js file, or in the footer between the <script> tags.
// reload after clearing favorites
$(".simplefavorites-clear").click(function(){
setTimeout(myTimeFunction, 1500);
});
function myTimeFunction() {
document.location.reload(true);
}