INN / umbrella-citylimits

CityLimits.org Site
https://citylimits.org
GNU General Public License v2.0
0 stars 2 forks source link

49 newsletter changes #112

Closed benlk closed 4 years ago

benlk commented 4 years ago

Changes

This pull request makes the following changes:

At the bottom of the series landing page:

Screen Shot 2019-11-12 at 21 22 28

In the middle of another page:

Screen Shot 2019-11-12 at 21 22 37

The mobile popup, which is a link to the main subscribe page:

Screen Shot 2019-11-13 at 00 25 29

In the "Before Footer" widget area:

Screen Shot 2019-11-13 at 00 35 49

Why

For #49

Testing/Questions

Features that this PR affects:

Questions that need to be answered before merging:

Steps to test this PR:

  1. Enable the "Before Footer" widget area as described in the go-live ticket #76
  2. Put the widgets on the homepage, on series landing pages, in the "before footer" widget area.
  3. Click on buttons. Fill out text areas. Click on checkboxes.
joshdarby commented 4 years ago

This looks pretty good!

A couple of questions/notes:

Screen Shot 2019-11-13 at 10 43 54 AM

benlk commented 4 years ago

the sign up button font styles to match the new "Donate" button in the header (Use @font-header)

Should we do this in all .btn? I saw you made that change in the donation block QA as well: https://github.com/INN/umbrella-citylimits/pull/113/files#diff-e9e368afac8d2ce03b400013cbd45deeR46-R49

kaylima commented 4 years ago

Should there be a success message after submit? For me, at least, the entire widget just disappears once I click submit

  • Yes! It shouldn't disappear.

    We will probably need to remove the whitespace between the special projects section and this widget on the homepage (screenshot below)

  • on the homepage, the newsletter should only be between the top featured and "section 1". so, I don't think we need to worry about the whitespace in this case. however, we need to make sure there isn't whitespace between the special projects and footer.

    I think @kaylima will want the sign up button font styles to match the new "Donate" button in the header (Use @font-header)

  • Yes, please!
kaylima commented 4 years ago

@benlk I just noticed that in @joshdarby 's screenshot above, the border to the right of "city limits newsletters" is missing:

image

benlk commented 4 years ago

I'm confused.

There is a 1px white border to the left and right of the headline group in Josh's screenshot. It may not be visible in the screenshot on some monitors or browsers because it's an already-thin line that is being compressed by shrinking the image to fit in Github's layout. It's visible when clicking to embiggen.

Or are you referring to a different border?

benlk commented 4 years ago

are we worried about the inputs having black innards on the newsletter subscription page? The styles overlap with the widget. We could make that background black and the rest of the text white.

benlk commented 4 years ago

Screen Shot 2019-11-13 at 14 37 08 Screen Shot 2019-11-13 at 14 37 13

benlk commented 4 years ago

do we want to change the close button on the mobile popup?

No need

can we trim off this spire on the background image?

no time

are there any pages where we don't want to have the mobile popup? I'd suggest any "Page" type of post.

Leaving as-is for now

benlk commented 4 years ago

The success message isn't included in the markup anywhere; it's an AJAX response that appears to be relayed from a remote server.

Here's what https://github.com/INN/umbrella-citylimits/pull/112/commits/f7d2f184624f3e00df345a451d27187cc25c8d92 has available to style:

Screen Shot 2019-11-13 at 15 24 09