Why does the “activate” message not appear when an account is registered?

Top WooCommerce & WordPress Plugins Forums Email Verification for WooCommerce Why does the “activate” message not appear when an account is registered?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101252
    Conor O
    Guest

    Hi, great plugin! I just have an issue with the activate message not appearing when an account is registered – I used the CSS that you replied with below (.woocommerice-error) to show the error messages, but what do I need to show the activate message? (I can see it’s set to ‘hidden’ in chrome inspector).
     
    Thanks!

    #101253
    WPFactory Plugins
    Participant
    Plugin Author

    Thanks Conor 🙂

    I’m not sure exactly why it gets hidden for some users. Maybe it’s related to the theme or some other plugin getting in the way.

    If display: block !important is not enough for displaying it, please try to also use visibility: visible;

    In the end it would be something like this:

    .woocommerce-error {
        display: block !important;
        visibility: visible !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.