WooCommerce error messages do not appear when using BeTheme
I am running v6.1 of Betheme and noticed that WooCommerce form validation and error messages do not appear. Thinking this might have been a CSS issue, I checked the page source but didn't find them there. I've switched over to the Twenty-Fifteen theme and the error messages appear as expected. I switched back to stock BeTheme and disabled all plugins but WC and the messages still do not appear. I've looked through the theme options and don't see anything that might control this. Suggestions?
I found the quickest way to test this is to visit the WC "My Account" page and attempt to login with entering a username or password.
Comments
<div class="alert alert_error">
<div class="alert_icon"><i class="icon-alert"></i></div>
<div class="alert_wrapper"><strong>Błąd:</strong> Nazwa użytkownika jest wymagana.</div>
<a class="close" href="#"><i class="icon-cancel"></i></a>
</div>
I took these lines from a second installation which I use only for testing purposes and do not update on a regular basis. At the moment of testing the login form I was running version 4.7 of your theme as well as an older WP (3.9.2) and WooCommerce version. I was surprised because the error messages did appear unlike my actual live website. Then I decided to update everything to the newest version on my testing installation and the result is the same as on my live site: No error messages! This means that something was changed by one of the updates.
When I switch to a different theme, the error messages appear again. I hope there is a solution for this.