Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s a CSS class telling your website to not show it on the front-page:

    body.home div.widget_wysija_cont {
        display: none;
        float: left;
        margin-bottom: 70px;
        width: 100%;
    }

    Remove that display:none; and it’ll work.

    Thread Starter trinejuel

    (@trinejuel)

    I see! That must be an old class.
    Thank you so much for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sign-up form not working in widget’ is closed to new replies.