Sorry about the delay in writing back to you. I had a look at your site, and the subscriptions widget appears to be properly displayed:
https://i0.wp.com/i.jeremy.hu/screenshot-2017-09-22-at-20-57-10.png
Did you manage to solve the issue by yourself?
If you have more questions about this, don’t hesitate to let me know.
Thread Starter
xzjjjx
(@xzjjjx)
Thanks. Eventually the people from Jetpack were able to provide me with the solution to the problem. This was the solution:
Your theme’s stylesheet is hiding that input for some reason. To fix this, go to Appearance > Customize > Additional CSS and add the following CSS code:
#subscribe-email .required {display: block;}